Skip to content

Commit

Permalink
ems v3.43, mc4plus v3.37, mc2plus v3.27 (#35)
Browse files Browse the repository at this point in the history
also added the related .map files which tell mapping of assembly instructions
and functions into the code space. these files can be used to locate the hex
adddresses contained in the diagnostics

- built:
  - ems v3.43, build 15 sept 2021 @ 14:37
  - mc4plus v3.37, build 15 sept 2021 @ 14:44
  - mc2plus v3.27, build 15 sept 2021 @ 14:46
- main changes from previous release are:
  - the fatal error handler whch forces the the restart sends diagnostics w/ complete mpu stack
    and registers info to yarprobotinterface (see robotology/icub-firmware#201).
	these diagnostics are to be decoded w/ relevant .map files.
  • Loading branch information
marcoaccame authored Sep 21, 2021
1 parent b2bb790 commit b5a7b0a
Show file tree
Hide file tree
Showing 7 changed files with 148,460 additions and 49,058 deletions.
32,952 changes: 16,506 additions & 16,446 deletions ETH/EMS/bin/application/ems.hex

Large diffs are not rendered by default.

33,200 changes: 33,200 additions & 0 deletions ETH/EMS/map/ems004.map

Large diffs are not rendered by default.

32,666 changes: 16,363 additions & 16,303 deletions ETH/MC2PLUS/bin/application/mc2plus.hex

Large diffs are not rendered by default.

33,001 changes: 33,001 additions & 0 deletions ETH/MC2PLUS/map/mc2plus.map

Large diffs are not rendered by default.

32,673 changes: 16,367 additions & 16,306 deletions ETH/MC4PLUS/bin/application/mc4plus.hex

Large diffs are not rendered by default.

33,020 changes: 33,020 additions & 0 deletions ETH/MC4PLUS/map/mc4plus.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions info/firmware.info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
<board type="ems4">
<firmware>
<file>../ETH/EMS/bin/application/ems.hex</file>
<version major='3' minor='42'/>
<version major='3' minor='43'/>
</firmware>
</board>

<board type="mc4plus">
<firmware>
<file>../ETH/MC4PLUS/bin/application/mc4plus.hex</file>
<version major='3' minor='36'/>
<version major='3' minor='37'/>
</firmware>
</board>


<board type="mc2plus">
<firmware>
<file>../ETH/MC2PLUS/bin/application/mc2plus.hex</file>
<version major='3' minor='26'/>
<version major='3' minor='27'/>
</firmware>
</board>

Expand Down

0 comments on commit b5a7b0a

Please sign in to comment.