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

Improve board responsiveness when MQTT broker is up but backend is down. #40

Merged
merged 6 commits into from
Aug 16, 2024

Conversation

PBrunot
Copy link
Contributor

@PBrunot PBrunot commented Aug 16, 2024

This is probably a corner case, configuration error on the backend side, but it makes the board almost unusable.

Copy link

Firmware size changes for esp32-devboard

Commit CURRENT 099afe7 vs REFERENCE e3bd43d

<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:   53636 bytes (  70944 remain, 43.1% used)          53620            +16 (    -16 remain,      +0 total)
      .data size:   21004 bytes                                       21004
      .bss  size:   32632 bytes                                       32616            +16
Used static IRAM:   69782 bytes ( 102250 remain, 40.6% used)          69782                (     +0 remain,      +0 total)
      .text size:   68755 bytes                                       68755
   .vectors size:    1027 bytes                                        1027
Used Flash size :  919591 bytes                                      918819           +772
           .text:  787571 bytes                                      786895           +676
         .rodata:  131764 bytes                                      131668            +96
Total image size: 1010377 bytes (.bin may be padded larger)         1009605           +772

Copy link

Firmware size changes for hardware-rev0-it_IT

Commit CURRENT 099afe7 vs REFERENCE e3bd43d

<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:   16383 bytes (      1 remain, 100.0% used)          16383                (     +0 remain,      +0 total)
      .text size:   15356 bytes                                       15356
   .vectors size:    1027 bytes                                        1027
Used stat D/IRAM:   83379 bytes ( 262477 remain, 24.1% used)          83363            +16 (    -16 remain,      +0 total)
      .data size:   16448 bytes                                       16448
      .bss  size:   31392 bytes                                       31376            +16
      .text size:   35539 bytes                                       35539
Used Flash size :  946823 bytes                                      946099           +724
           .text:  810667 bytes                                      810039           +628
         .rodata:  135900 bytes                                      135804            +96
Total image size: 1015193 bytes (.bin may be padded larger)         1014469           +724

@PBrunot PBrunot merged commit ad04004 into main Aug 16, 2024
11 of 16 checks passed
@PBrunot PBrunot deleted the backend_failure branch August 16, 2024 18:40
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