Skip to content

Commit

Permalink
mc4plus v3.43 + mc4plus-trace-rtos v103.43 + ems v3.46 + mc2plus v3.29 (
Browse files Browse the repository at this point in the history
#42)

also added the related .map files

- built:
  - mc4plus v3.43, build 23 nov 2021 @ 11:21
  - mc4plus-trace-rtos v103.43, build 23 nov 2021 @ 11:21
  - ems v3.43, build 23 nov 2021 @ 11:32
  - mc2plus v3.43, build 23 nov 2021 @ 11:24
- main changes from previous release are:
  - fixed priority policy in of interrupts in hal so that now:
    - we always keep NVIC_PriorityGroup_4 (16 priorities, 0 subpriorities)
      and never change it in runtime (as the mc4plus did and now it does not anymore).
    - dont use anymore priorities 14 and 15 because they must be reserved for
      the correct behavior of the RTOS (mc4plus used priority 15, not anymore now).
  i believe / hope that the fixing of priorities can solve the fatal error of the mc4plus due to
  dirty stack usage by the RTOS.
  • Loading branch information
marcoaccame authored Nov 23, 2021
1 parent 3412d48 commit e23ac5b
Show file tree
Hide file tree
Showing 9 changed files with 47,664 additions and 47,701 deletions.
12,567 changes: 6,283 additions & 6,284 deletions ETH/EMS/bin/application/ems.hex

Large diffs are not rendered by default.

17,630 changes: 8,802 additions & 8,828 deletions ETH/EMS/map/ems004.map

Large diffs are not rendered by default.

32,633 changes: 16,324 additions & 16,309 deletions ETH/MC2PLUS/bin/application/mc2plus.hex

Large diffs are not rendered by default.

17,461 changes: 8,718 additions & 8,743 deletions ETH/MC2PLUS/map/mc2plus.map

Large diffs are not rendered by default.

5,100 changes: 2,550 additions & 2,550 deletions ETH/MC4PLUS/bin/application/mc4plus-trace-rtos.hex

Large diffs are not rendered by default.

5,058 changes: 2,529 additions & 2,529 deletions ETH/MC4PLUS/bin/application/mc4plus.hex

Large diffs are not rendered by default.

3,006 changes: 1,503 additions & 1,503 deletions ETH/MC4PLUS/map/mc4plus-trace-rtos.map

Large diffs are not rendered by default.

1,904 changes: 952 additions & 952 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='43'/>
<version major='3' minor='46'/>
</firmware>
</board>

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


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

Expand Down

0 comments on commit e23ac5b

Please sign in to comment.