Skip to content

Conversation

c1728p9
Copy link
Contributor

@c1728p9 c1728p9 commented Feb 16, 2016

No description provided.

Change START_BL.CFG and START_IF.CFG to START_BL.ACT and START_IF.ACT.
Files which change a setting now have the extension .CFG and
files which only trigger an action but do not change settings have
the extension .ACT.
After loading a partial update during testing attempt to switch into
bootloader mode.  Assert that the device successfully remounts back
into interface mode.  Test ensures that if an update fails the device
will still boot correctly.
Fix a possible rollover in write_fat by changing the low and high index
to a uint32_t.  Fix possible array overruns by checking against the
number of elements in the array before the operation.
Since the bootloader is out of space optimize for space instead of
time.
Record the source of an assert so it is obvious if the assert came from
the bootloader or the interface.
When applying an interface update from the bootloader, don't report
failure if a smaller than expected image was sent.  This is expected
for 3rd part applications and older versions of interface firmware.
Update the post build scripts to create legacy interface files which
can be loaded at non-standard offsets.
Rename HDK (hardware development kit) to HIF (hardware interface) since
HDK is an overloaded term.
Update magic keys to reflect their new names.
sg- added a commit that referenced this pull request Feb 17, 2016
@sg- sg- merged commit 2ab16f1 into ARMmbed:master Feb 17, 2016
@c1728p9 c1728p9 deleted the more_updates branch February 17, 2016 16:22
gerargz added a commit to microbit-foundation/DAPLink that referenced this pull request Jan 6, 2021
c1728p9 pushed a commit to c1728p9/DAPLink that referenced this pull request Aug 14, 2021
mathias-arm pushed a commit to mathias-arm/DAPLink that referenced this pull request Aug 20, 2021
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants