Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests case rework #19

Merged
merged 7 commits into from
Apr 28, 2024
Merged

Tests case rework #19

merged 7 commits into from
Apr 28, 2024

Conversation

PBrunot
Copy link
Contributor

@PBrunot PBrunot commented Apr 28, 2024

Now all tests pass on board with HW REV 0.2

Copy link

Firmware size changes for esp32dev

Commit CURRENT 49b6196 vs REFERENCE c43aea8

<CURRENT> MAP file: ../firmware.map.latest
<REFERENCE> MAP file: ../firmware.map.previous
Difference is counted as <CURRENT> - <REFERENCE>,           i.e. a positive number means that <CURRENT> is larger.
Total sizes of <CURRENT>:                                       <REFERENCE>     Difference
Used static DRAM:   59176 bytes (  65404 remain, 47.5% used)          59176                (     +0 remain,      +0 total)
      .data size:   27656 bytes                                       27656
      .bss  size:   31520 bytes                                       31520
Used static IRAM:   85798 bytes (  45274 remain, 65.5% used)          85798                (     +0 remain,      +0 total)
      .text size:   84771 bytes                                       84771
   .vectors size:    1027 bytes                                        1027
Used Flash size : 1076743 bytes                                     1076411           +332
           .text:  876191 bytes                                      875987           +204
         .rodata:  200296 bytes                                      200168           +128
Total image size: 1190197 bytes (.bin may be padded larger)         1189865           +332

Copy link

Firmware size changes for hardware-rev0

Commit CURRENT 49b6196 vs REFERENCE c43aea8

<CURRENT> MAP file: ../firmware.map.latest
<REFERENCE> MAP file: ../firmware.map.previous
Difference is counted as <CURRENT> - <REFERENCE>,           i.e. a positive number means that <CURRENT> is larger.
Total sizes of <CURRENT>:                                       <REFERENCE>     Difference
Used static IRAM:   66834 bytes ( 295406 remain, 18.5% used)          66834                (     +0 remain,      +0 total)
      .text size:   65807 bytes                                       65807
   .vectors size:    1027 bytes                                        1027
Used stat D/IRAM:   57529 bytes ( 288327 remain, 16.6% used)          57521             +8 (     -8 remain,      +0 total)
      .data size:   23913 bytes                                       23905             +8
      .bss  size:   33616 bytes                                       33616
Used Flash size : 1172631 bytes                                     1172343           +288
           .text:  957031 bytes                                      956871           +160
         .rodata:  215344 bytes                                      215216           +128
Total image size: 1263378 bytes (.bin may be padded larger)         1263082           +296

@PBrunot PBrunot merged commit 9774f5b into main Apr 28, 2024
14 checks passed
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.

1 participant