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

ladislas/feature/deep sleep investigation #1101

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

ladislas
Copy link
Member

@ladislas ladislas commented Nov 1, 2022

This PR investigates the ability our system to enter deep sleep.

As of v1.2.0, LekaOS never enters deep sleep, keep the system in a high power consumption state which results in bad/degraded user experience:

  • users need to charge the robot often, for long period of time
  • when left alone, Leka quickly loses battery making it unusable

Key findings

Todo

  • CorePwm - add suspend/resume methods
  • CorePwm - implement internal is_suspended logic
  • CorePwm - update mocks/stubs
  • CorePwm - update tests
    • CoreMotor tests
    • CoreVideo tests
    • Functional tests
  • CoreBufferedSerial - add enable/disable_input methods
  • CoreBufferedSerial - implement is_input_enabled logic not needed anymore
  • CoreBufferedSerial - update mocks/stubs
  • CoreBufferedSerial - update tests
    • LogKig tests
    • RFID tests
    • RobotKit tests (state machine, robot controller, etc.)
    • Functional tests
  • CoreRFIDReader - tout pareil
  • Test with BLE

Documentation

@ladislas ladislas self-assigned this Nov 1, 2022
@ladislas ladislas added the 01 - type: task Something to do label Nov 1, 2022
@ladislas ladislas added this to the Future Release milestone Nov 1, 2022
@github-actions
Copy link

github-actions bot commented Nov 1, 2022

File comparision analysis report

🔖 Info

Target Flash Used (%) Flash Available (%) Static RAM (%)
bootloader 169508 (64%) 92636 (35%) 30920 (5%)
os 410792 (26%) 1153880 (73%) 79600 (15%)
Click to show memory sections
| -          |      Hex |     Bytes |  KiB |
|------------|---------:|----------:|-----:|
| Flash      | 0x200000 | 2 097 152 | 2048 |
| SRAM       |  0x80000 |   524 288 |  512 |
| Bootloader |  0x40000 |   262 144 |  256 |
| Header     |   0x1000 |     4 096 |    4 |
| OS         | 0x17E000 | 1 564 672 | 1528 |
| Tail       |   0x1000 |     4 096 |    4 |
| Scratch    |  0x40000 |   262 144 |  256 |

📝 Summary

Click to show summary
  • ✔️ - existing target
  • ✨ - new target
  • ⚰️ - deleted target
  • ✅ - files are the same
  • ❌ - files are different
Target Status .bin .map Total Flash (base/head) Total Flash Δ Static RAM (base/head) Static RAM Δ
LekaOS ✔️ 410728 (19%)
410792 (19%)
📈
64 (0%)
79608 (15%)
79600 (15%)
📉
-8 (0%)
bootloader ✔️ 169508 (8%) ø 30920 (5%) ø
functional_ut_boost_ut ✔️ 384496 (18%) ø 20424 (3%) ø
functional_ut_file_manager ✔️ 373280 (17%) ø 20664 (3%) ø
functional_ut_io_expander ✔️ 360200 (17%) ø 20392 (3%) ø
functional_ut_qdac ✔️ 361448 (17%) ø 20392 (3%) ø
spike_lk_audio ✔️ 125076 (5%) ø 14568 (2%) ø
spike_lk_behavior_kit ✔️ 189752 (9%) ø 48120 (9%) ø
spike_lk_ble ✔️ 228768 (10%) ø 28200 (5%) ø
spike_lk_bluetooth ✔️ 82948 (3%) ø 11544 (2%) ø
spike_lk_cg_animations ✔️ 144632 (6%)
144696 (6%)
📈
64 (0%)
46528 (8%) ø
spike_lk_color_kit ✔️ 65712 (3%)
65776 (3%)
📈
64 (0%)
13744 (2%) ø
spike_lk_command_kit ✔️ 192520 (9%) ø 50944 (9%) ø
spike_lk_config_kit ✔️ 126956 (6%) ø 14312 (2%) ø
spike_lk_coreled ✔️ 76164 (3%) ø 13688 (2%) ø
spike_lk_event_queue ✔️ 74736 (3%)
74800 (3%)
📈
64 (0%)
12072 (2%) ø
spike_lk_file_manager_kit ✔️ 139016 (6%) ø 14416 (2%) ø
spike_lk_file_reception ✔️ 327112 (15%) ø 27576 (5%) ø
spike_lk_flash_memory ✔️ 63880 (3%) ø 11448 (2%) ø
spike_lk_fs ✔️ 174616 (8%) ø 47888 (9%) ø
spike_lk_lcd ✔️ 162236 (7%) ø 46616 (8%) ø
spike_lk_led_kit ✔️ 103992 (4%) ø 14608 (2%) ø
spike_lk_log_kit ✔️ 63736 (3%) ø 12256 (2%) ø
spike_lk_motors ✔️ 62600 (2%) ø 11488 (2%) ø
spike_lk_qdac ✔️ 78564 (3%)
78628 (3%)
📈
64 (0%)
11816 (2%) ø
spike_lk_reinforcer ✔️ 103480 (4%) ø 14608 (2%) ø
spike_lk_rfid ✔️ 80920 (3%)
81720 (3%)
📈
800 (0%)
11520 (2%)
11856 (2%)
📈
336 (2%)
spike_lk_sensors_battery ✔️ 78196 (3%) ø 12568 (2%) ø
spike_lk_sensors_light ✔️ 60056 (2%) ø 11440 (2%) ø
spike_lk_sensors_microphone ✔️ 72496 (3%) ø 11504 (2%) ø
spike_lk_sensors_temperature_humidity ✔️ 67048 (3%) ø 11424 (2%) ø
spike_lk_sensors_touch ✔️ 68600 (3%) ø 11432 (2%) ø
spike_lk_serial_number ✔️ 114244 (5%) ø 14056 (2%) ø
spike_lk_ticker_timeout ✔️ 69052 (3%) ø 11632 (2%) ø
spike_lk_update_process_app_base ✔️ 126092 (6%) ø 15296 (2%) ø
spike_lk_update_process_app_update ✔️ 77632 (3%) ø 12352 (2%) ø
spike_lk_watchdog_isr ✔️ 82032 (3%)
82104 (3%)
📈
72 (0%)
13288 (2%) ø
spike_lk_wifi ✔️ 116392 (5%) ø 14808 (2%) ø
spike_mbed_blinky ✔️ 57968 (2%)
58032 (2%)
📈
64 (0%)
11400 (2%) ø
spike_mbed_deep_sleep - - 60544 (2%) - 11752 (2%) -
spike_mbed_watchdog_ticker_vs_thread ✔️ 63208 (3%) ø 12448 (2%) ø
spike_stl_cxxsupport ✔️ 58456 (2%) ø 11400 (2%) ø

🗺️ Map files diff output

Click to show diff list
LekaOS (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/LekaOS-map.txt	2022-11-01 21:37:47.659284560 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/LekaOS-map.txt	2022-11-01 21:37:47.999282362 +0000
@@ -1,48 +1,48 @@
 | Module                     |           .text |       .data |          .bss |
 |----------------------------|-----------------|-------------|---------------|
-| [fill]                     |       612(+612) |     18(+18) |     212(+212) |
+| [fill]                     |       636(+636) |     18(+18) |     204(+204) |
 | [lib]/ActivityKit.a        |   19586(+19586) |       0(+0) |         0(+0) |
 | [lib]/BLEKit.a             |     1368(+1368) |       0(+0) |         0(+0) |
 | [lib]/BatteryKit.a         |       324(+324) |       0(+0) |         0(+0) |
 | [lib]/BehaviorKit.a        |     1794(+1794) |       0(+0) |         0(+0) |
 | [lib]/ColorKit.a           |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CommandKit.a         |     1120(+1120) |       0(+0) |         0(+0) |
 | [lib]/CoreBattery.a        |       472(+472) |       0(+0) |         0(+0) |
-| [lib]/CoreBufferedSerial.a |         62(+62) |       0(+0) |         0(+0) |
+| [lib]/CoreBufferedSerial.a |         78(+78) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a     |       116(+116) |       0(+0) |         0(+0) |
 | [lib]/CoreFlashMemory.a    |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreMCU.a            |         16(+16) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a          |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CoreMutex.a          |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a            |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a           |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/CoreRFIDReader.a     |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a            |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a       |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreTimeout.a        |       204(+204) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a          |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a    |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a       |       348(+348) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a     |     1432(+1432) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a        |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a         |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a             |   19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/RFIDKit.a            |     1074(+1074) |       0(+0) |         8(+8) |
 | [lib]/ReinforcerKit.a      |     1484(+1484) |       0(+0) |         0(+0) |
 | [lib]/SerialNumberKit.a    |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/Utils.a              |         34(+34) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a           |       774(+774) |       0(+0) |       36(+36) |
 | [lib]/bootutil.a           |     1362(+1362) |     12(+12) |     132(+132) |
 | [lib]/c.a                  |   49944(+49944) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a                |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a                  |       564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     | 173212(+173212) |   773(+773) | 19647(+19647) |
+| [lib]/mbed-os-static.a     | 173224(+173224) |   773(+773) | 19647(+19647) |
 | [lib]/misc                 |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             |   10684(+10684) |     16(+16) |     204(+204) |
-| main.cpp.obj               |   62552(+62552) |   548(+548) | 24122(+24122) |
-| Subtotals                  | 368548(+368548) | 3944(+3944) | 75296(+75296) |
-Total Static RAM memory (data + bss): 79240(+79240) bytes
-Total Flash memory (text + data): 372492(+372492) bytes
+| main.cpp.obj               |   62564(+62564) |   548(+548) | 24122(+24122) |
+| Subtotals                  | 368612(+368612) | 3944(+3944) | 75288(+75288) |
+Total Static RAM memory (data + bss): 79232(+79232) bytes
+Total Flash memory (text + data): 372556(+372556) bytes
 
Flash used: 410792 (19%) / total: 2097152
SRAM used: 79600 (15%) / total: 524288
bootloader (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/bootloader-map.txt	2022-11-01 21:37:48.235280836 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/bootloader-map.txt	2022-11-01 21:37:48.431279569 +0000
@@ -1,26 +1,26 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       206(+206) |       8(+8) |       69(+69) |
+| [fill]                  |       194(+194) |       8(+8) |       69(+69) |
 | [lib]/ConfigKit.a       |       284(+284) |       0(+0) |         0(+0) |
 | [lib]/CoreBattery.a     |       472(+472) |       0(+0) |         0(+0) |
 | [lib]/CoreFlashMemory.a |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a       |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a        |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a     |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/bootutil.a        |     6022(+6022) |     16(+16) | 13816(+13816) |
 | [lib]/c.a               |   43360(+43360) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   74842(+74842) |   528(+528) | 11003(+11003) |
+| [lib]/mbed-os-static.a  |   74854(+74854) |   528(+528) | 11003(+11003) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   10968(+10968) |     16(+16) |     204(+204) |
 | default_bd.cpp.obj      |       242(+242) |       0(+0) |     568(+568) |
 | main.cpp.obj            |     4454(+4454) |     24(+24) |   1655(+1655) |
 | signing_keys.c.obj      |           0(+0) |       0(+0) |         0(+0) |
 | Subtotals               | 150664(+150664) | 3168(+3168) | 27440(+27440) |
 Total Static RAM memory (data + bss): 30608(+30608) bytes
 Total Flash memory (text + data): 153832(+153832) bytes
 
functional_ut_boost_ut (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/functional_ut_boost_ut-map.txt	2022-11-01 21:37:48.743277552 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/functional_ut_boost_ut-map.txt	2022-11-01 21:37:49.015275793 +0000
@@ -1,22 +1,22 @@
 | Module                    |           .text |       .data |          .bss |
 |---------------------------|-----------------|-------------|---------------|
-| [fill]                    |       198(+198) |     16(+16) |       36(+36) |
+| [fill]                    |       186(+186) |     16(+16) |       36(+36) |
 | [lib]/c.a                 |   73780(+73780) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a               |     7416(+7416) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a    |   46890(+46890) |   460(+460) | 10193(+10193) |
+| [lib]/mbed-os-static.a    |   46902(+46902) |   460(+460) | 10193(+10193) |
 | [lib]/misc                |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a             |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a            | 174332(+174332) |   145(+145) |   5720(+5720) |
 | __/__                     |     2392(+2392) |       1(+1) |     789(+789) |
 | test_array.cpp.obj        |     2544(+2544) |       8(+8) |         2(+2) |
 | test_expect.cpp.obj       |   13074(+13074) |       0(+0) |         1(+1) |
 | test_minimal.cpp.obj      |       486(+486) |       0(+0) |         1(+1) |
 | test_mutable.cpp.obj      |     3736(+3736) |       0(+0) |         1(+1) |
 | test_parametrized.cpp.obj |     8420(+8420) |       0(+0) |         1(+1) |
 | test_should.cpp.obj       |     2224(+2224) |       0(+0) |         1(+1) |
 | test_skip.cpp.obj         |     1662(+1662) |       0(+0) |         1(+1) |
 | test_spec.cpp.obj         |       702(+702) |       0(+0) |         1(+1) |
 | Subtotals                 | 338076(+338076) | 3208(+3208) | 16872(+16872) |
 Total Static RAM memory (data + bss): 20080(+20080) bytes
 Total Flash memory (text + data): 341284(+341284) bytes
 
functional_ut_file_manager (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/functional_ut_file_manager-map.txt	2022-11-01 21:37:49.331273750 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/functional_ut_file_manager-map.txt	2022-11-01 21:37:49.603271992 +0000
@@ -1,16 +1,16 @@
 | Module                     |           .text |       .data |          .bss |
 |----------------------------|-----------------|-------------|---------------|
-| [fill]                     |       218(+218) |     12(+12) |       39(+39) |
+| [fill]                     |       206(+206) |     12(+12) |       39(+39) |
 | [lib]/FileManagerKit.a     |       940(+940) |       0(+0) |         0(+0) |
 | [lib]/c.a                  |   75652(+75652) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a                |     7416(+7416) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     |   49824(+49824) |   464(+464) | 10193(+10193) |
+| [lib]/mbed-os-static.a     |   49836(+49836) |   464(+464) | 10193(+10193) |
 | [lib]/misc                 |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             | 180778(+180778) |   145(+145) |   5720(+5720) |
 | __/__                      |     2392(+2392) |       1(+1) |     789(+789) |
 | suite_file_manager.cpp.obj |     9156(+9156) |       8(+8) |     278(+278) |
 | Subtotals                  | 326596(+326596) | 3208(+3208) | 17144(+17144) |
 Total Static RAM memory (data + bss): 20352(+20352) bytes
 Total Flash memory (text + data): 329804(+329804) bytes
 
functional_ut_io_expander (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/functional_ut_io_expander-map.txt	2022-11-01 21:37:49.911270000 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/functional_ut_io_expander-map.txt	2022-11-01 21:37:50.179268268 +0000
@@ -1,17 +1,17 @@
 | Module                    |           .text |       .data |          .bss |
 |---------------------------|-----------------|-------------|---------------|
-| [fill]                    |       220(+220) |     16(+16) |       31(+31) |
+| [fill]                    |       208(+208) |     16(+16) |       31(+31) |
 | [lib]/CoreI2C.a           |         90(+90) |       0(+0) |         0(+0) |
 | [lib]/CoreIOExpander.a    |       512(+512) |       0(+0) |         0(+0) |
 | [lib]/c.a                 |   73780(+73780) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a               |     7416(+7416) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a    |   53480(+53480) |   460(+460) | 10213(+10213) |
+| [lib]/mbed-os-static.a    |   53492(+53492) |   460(+460) | 10213(+10213) |
 | [lib]/misc                |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a             |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a            | 174740(+174740) |   145(+145) |   5720(+5720) |
 | __/__                     |     2392(+2392) |       1(+1) |     789(+789) |
 | suite_io_expander.cpp.obj |     2250(+2250) |       0(+0) |         2(+2) |
 | Subtotals                 | 315100(+315100) | 3200(+3200) | 16880(+16880) |
 Total Static RAM memory (data + bss): 20080(+20080) bytes
 Total Flash memory (text + data): 318300(+318300) bytes
 
functional_ut_qdac (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/functional_ut_qdac-map.txt	2022-11-01 21:37:50.491266250 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/functional_ut_qdac-map.txt	2022-11-01 21:37:50.759264518 +0000
@@ -1,17 +1,17 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       202(+202) |     16(+16) |       31(+31) |
+| [fill]                 |       190(+190) |     16(+16) |       31(+31) |
 | [lib]/CoreI2C.a        |         90(+90) |       0(+0) |         0(+0) |
 | [lib]/CoreQDAC.a       |       854(+854) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   73780(+73780) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a            |     7416(+7416) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   53540(+53540) |   460(+460) | 10213(+10213) |
+| [lib]/mbed-os-static.a |   53552(+53552) |   460(+460) | 10213(+10213) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         | 174740(+174740) |   145(+145) |   5720(+5720) |
 | __/__                  |     2392(+2392) |       1(+1) |     789(+789) |
 | suite_qdac.cpp.obj     |     3018(+3018) |       0(+0) |         2(+2) |
 | Subtotals              | 316252(+316252) | 3200(+3200) | 16880(+16880) |
 Total Static RAM memory (data + bss): 20080(+20080) bytes
 Total Flash memory (text + data): 319452(+319452) bytes
 
spike_lk_audio (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_audio-map.txt	2022-11-01 21:37:50.975263121 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_audio-map.txt	2022-11-01 21:37:51.147262009 +0000
@@ -1,15 +1,15 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       180(+180) |       8(+8) |       30(+30) |
+| [fill]                 |       168(+168) |       8(+8) |       30(+30) |
 | [lib]/FileManagerKit.a |       896(+896) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   41940(+41940) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7084(+7084) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   51404(+51404) |   464(+464) | 10193(+10193) |
+| [lib]/mbed-os-static.a |   51416(+51416) |   464(+464) | 10193(+10193) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |     8084(+8084) |     16(+16) |     204(+204) |
 | main.cpp.obj           |       852(+852) |       0(+0) |     640(+640) |
 | Subtotals              | 110660(+110660) | 3064(+3064) | 11192(+11192) |
 Total Static RAM memory (data + bss): 14256(+14256) bytes
 Total Flash memory (text + data): 113724(+113724) bytes
 
spike_lk_behavior_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_behavior_kit-map.txt	2022-11-01 21:37:51.399260380 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_behavior_kit-map.txt	2022-11-01 21:37:51.611259009 +0000
@@ -1,28 +1,28 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       264(+264) |     15(+15) |       32(+32) |
+| [fill]                 |       252(+252) |     15(+15) |       32(+32) |
 | [lib]/BehaviorKit.a    |     1234(+1234) |       0(+0) |         0(+0) |
 | [lib]/ColorKit.a       |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a      |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a        |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a        |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a   |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a      |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/EventLoopKit.a   |       366(+366) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a         |   19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/VideoKit.a       |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a              |   42000(+42000) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a              |       204(+204) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   64596(+64596) |   464(+464) | 10261(+10261) |
+| [lib]/mbed-os-static.a |   64608(+64608) |   464(+464) | 10261(+10261) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   10328(+10328) |     16(+16) |     204(+204) |
 | main.cpp.obj           |     5012(+5012) |   448(+448) |   2812(+2812) |
 | Subtotals              | 162628(+162628) | 3520(+3520) | 44280(+44280) |
 Total Static RAM memory (data + bss): 47800(+47800) bytes
 Total Flash memory (text + data): 166148(+166148) bytes
 
spike_lk_ble (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_ble-map.txt	2022-11-01 21:37:51.887257225 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_ble-map.txt	2022-11-01 21:37:52.127255673 +0000
@@ -1,18 +1,18 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       404(+404) |     15(+15) |       82(+82) |
+| [fill]                  |       392(+392) |     15(+15) |       82(+82) |
 | [lib]/BLEKit.a          |     1368(+1368) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a  |       154(+154) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |     1436(+1436) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   42076(+42076) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7084(+7084) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 141456(+141456) |   709(+709) | 19323(+19323) |
+| [lib]/mbed-os-static.a  | 141468(+141468) |   709(+709) | 19323(+19323) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     9520(+9520) |     16(+16) |     204(+204) |
 | main.cpp.obj            |     4278(+4278) |     92(+92) |   4746(+4746) |
 | Subtotals               | 208004(+208004) | 3408(+3408) | 24480(+24480) |
 Total Static RAM memory (data + bss): 27888(+27888) bytes
 Total Flash memory (text + data): 211412(+211412) bytes
 
spike_lk_bluetooth (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_bluetooth-map.txt	2022-11-01 21:37:52.319254432 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_bluetooth-map.txt	2022-11-01 21:37:52.475253423 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
 | BM64Converter.cpp.obj  |       76(+76) |       0(+0) |       0(+0) |
 | LekaBluetooth.cpp.obj  |   1050(+1050) |       6(+6) |       0(+0) |
-| [fill]                 |     138(+138) |     10(+10) |     20(+20) |
+| [fill]                 |     126(+126) |     10(+10) |     20(+20) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 33592(+33592) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 27218(+27218) |   444(+444) | 8130(+8130) |
+| [lib]/mbed-os-static.a | 27230(+27230) |   444(+444) | 8130(+8130) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   5356(+5356) |       8(+8) |     44(+44) |
 | main.cpp.obj           |     152(+152) |       0(+0) |     32(+32) |
 | Subtotals              | 74820(+74820) | 2944(+2944) | 8312(+8312) |
 Total Static RAM memory (data + bss): 11256(+11256) bytes
 Total Flash memory (text + data): 77764(+77764) bytes
 
spike_lk_cg_animations (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_cg_animations-map.txt	2022-11-01 21:37:52.695252001 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_cg_animations-map.txt	2022-11-01 21:37:52.875250837 +0000
@@ -1,18 +1,18 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       170(+170) |       3(+3) |       34(+34) |
+| [fill]                 |       222(+222) |       3(+3) |       34(+34) |
 | [lib]/CoreSTM32Hal.a   |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a      |     7920(+7920) |       1(+1) | 30800(+30800) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/UIAnimationKit.a |       540(+540) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   36984(+36984) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7148(+7148) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   62100(+62100) |   460(+460) | 10269(+10269) |
+| [lib]/mbed-os-static.a |   62112(+62112) |   460(+460) | 10269(+10269) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |     5356(+5356) |       8(+8) |       44(+44) |
 | main.cpp.obj           |     1258(+1258) |       8(+8) |   1912(+1912) |
-| Subtotals              | 122720(+122720) | 3056(+3056) | 43184(+43184) |
+| Subtotals              | 122784(+122784) | 3056(+3056) | 43184(+43184) |
 Total Static RAM memory (data + bss): 46240(+46240) bytes
-Total Flash memory (text + data): 125776(+125776) bytes
+Total Flash memory (text + data): 125840(+125840) bytes
 
Flash used: 144696 (6%) / total: 2097152
SRAM used: 46528 (8%) / total: 524288
spike_lk_color_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_color_kit-map.txt	2022-11-01 21:37:53.063249621 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_color_kit-map.txt	2022-11-01 21:37:53.207248690 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |          .bss |
 |------------------------|---------------|-------------|---------------|
-| [fill]                 |     102(+102) |       8(+8) |       24(+24) |
+| [fill]                 |     154(+154) |       8(+8) |       24(+24) |
 | [lib]/ColorKit.a       |     864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a        |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |         0(+0) |
 | [lib]/m.a              |     204(+204) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a | 26346(+26346) |   444(+444) |   9946(+9946) |
+| [lib]/mbed-os-static.a | 26358(+26358) |   444(+444) |   9946(+9946) |
 | [lib]/misc             |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |         0(+0) |
 | main.cpp.obj           |   2066(+2066) |       0(+0) |     472(+472) |
-| Subtotals              | 58336(+58336) | 2928(+2928) | 10528(+10528) |
+| Subtotals              | 58400(+58400) | 2928(+2928) | 10528(+10528) |
 Total Static RAM memory (data + bss): 13456(+13456) bytes
-Total Flash memory (text + data): 61264(+61264) bytes
+Total Flash memory (text + data): 61328(+61328) bytes
 
Flash used: 65776 (3%) / total: 2097152
SRAM used: 13744 (2%) / total: 524288
spike_lk_command_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_command_kit-map.txt	2022-11-01 21:37:53.463247035 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_command_kit-map.txt	2022-11-01 21:37:53.679245639 +0000
@@ -1,31 +1,31 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       264(+264) |     17(+17) |       36(+36) |
+| [fill]                  |       252(+252) |     17(+17) |       36(+36) |
 | [lib]/ColorKit.a        |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CommandKit.a      |     1152(+1152) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a       |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a    |       366(+366) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a          |   19264(+19264) |       0(+0) |       10(+10) |
 | [lib]/ReinforcerKit.a   |     1544(+1544) |       0(+0) |         0(+0) |
 | [lib]/Utils.a           |         34(+34) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a        |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   42000(+42000) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       204(+204) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   64596(+64596) |   464(+464) | 10261(+10261) |
+| [lib]/mbed-os-static.a  |   64608(+64608) |   464(+464) | 10261(+10261) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   10328(+10328) |     16(+16) |     204(+204) |
 | main.cpp.obj            |     6086(+6086) |   718(+718) |   5360(+5360) |
 | Subtotals               | 165060(+165060) | 3792(+3792) | 46832(+46832) |
 Total Static RAM memory (data + bss): 50624(+50624) bytes
 Total Flash memory (text + data): 168852(+168852) bytes
 
spike_lk_config_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_config_kit-map.txt	2022-11-01 21:37:53.895244242 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_config_kit-map.txt	2022-11-01 21:37:54.071243104 +0000
@@ -1,17 +1,17 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       168(+168) |       8(+8) |       41(+41) |
+| [fill]                 |       156(+156) |       8(+8) |       41(+41) |
 | [lib]/ConfigKit.a      |       328(+328) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a |       896(+896) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   41940(+41940) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7084(+7084) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   49834(+49834) |   464(+464) | 10193(+10193) |
+| [lib]/mbed-os-static.a |   49846(+49846) |   464(+464) | 10193(+10193) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   10968(+10968) |     16(+16) |     204(+204) |
 | main.cpp.obj           |       792(+792) |       0(+0) |     373(+373) |
 | Subtotals              | 112324(+112324) | 3064(+3064) | 10936(+10936) |
 Total Static RAM memory (data + bss): 14000(+14000) bytes
 Total Flash memory (text + data): 115388(+115388) bytes
 
spike_lk_coreled (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_coreled-map.txt	2022-11-01 21:37:54.267241837 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_coreled-map.txt	2022-11-01 21:37:54.419240854 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |          .bss |
 |------------------------|---------------|-------------|---------------|
-| [fill]                 |     126(+126) |       8(+8) |       26(+26) |
+| [fill]                 |     114(+114) |       8(+8) |       26(+26) |
 | [lib]/CoreSPI.a        |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a | 26306(+26306) |   444(+444) |   9946(+9946) |
+| [lib]/mbed-os-static.a | 26318(+26318) |   444(+444) |   9946(+9946) |
 | [lib]/misc             |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   5356(+5356) |       8(+8) |       44(+44) |
 | main.cpp.obj           |   2026(+2026) |       0(+0) |     362(+362) |
 | Subtotals              | 67108(+67108) | 2936(+2936) | 10464(+10464) |
 Total Static RAM memory (data + bss): 13400(+13400) bytes
 Total Flash memory (text + data): 70044(+70044) bytes
 
spike_lk_event_queue (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_event_queue-map.txt	2022-11-01 21:37:54.615239587 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_event_queue-map.txt	2022-11-01 21:37:54.767238605 +0000
@@ -1,15 +1,15 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     106(+106) |       8(+8) |     20(+20) |
+| [fill]                 |     158(+158) |       8(+8) |     20(+20) |
 | [lib]/CoreEventQueue.a |       76(+76) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   7084(+7084) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 27350(+27350) |   444(+444) | 8098(+8098) |
+| [lib]/mbed-os-static.a | 27362(+27362) |   444(+444) | 8098(+8098) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   4760(+4760) |       8(+8) |     44(+44) |
 | main.cpp.obj           |   1516(+1516) |       0(+0) |   600(+600) |
-| Subtotals              | 67140(+67140) | 2936(+2936) | 8848(+8848) |
+| Subtotals              | 67204(+67204) | 2936(+2936) | 8848(+8848) |
 Total Static RAM memory (data + bss): 11784(+11784) bytes
-Total Flash memory (text + data): 70076(+70076) bytes
+Total Flash memory (text + data): 70140(+70140) bytes
 
Flash used: 74800 (3%) / total: 2097152
SRAM used: 12072 (2%) / total: 524288
spike_lk_file_manager_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_file_manager_kit-map.txt	2022-11-01 21:37:54.987237182 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_file_manager_kit-map.txt	2022-11-01 21:37:55.167236018 +0000
@@ -1,16 +1,16 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       184(+184) |       0(+0) |       38(+38) |
+| [fill]                 |       172(+172) |       0(+0) |       38(+38) |
 | [lib]/FileManagerKit.a |       896(+896) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   49316(+49316) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7084(+7084) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   50052(+50052) |   464(+464) | 10193(+10193) |
+| [lib]/mbed-os-static.a |   50064(+50064) |   464(+464) | 10193(+10193) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   14030(+14030) |     16(+16) |     204(+204) |
 | main.cpp.obj           |     1472(+1472) |       0(+0) |     488(+488) |
 | Subtotals              | 123348(+123348) | 3056(+3056) | 11048(+11048) |
 Total Static RAM memory (data + bss): 14104(+14104) bytes
 Total Flash memory (text + data): 126404(+126404) bytes
 
spike_lk_file_reception (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_file_reception-map.txt	2022-11-01 21:37:55.419234520 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_file_reception-map.txt	2022-11-01 21:37:55.631233270 +0000
@@ -1,19 +1,19 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       320(+320) |     16(+16) |       44(+44) |
+| [fill]                 |       308(+308) |     16(+16) |       44(+44) |
 | [lib]/CoreWifi.a       |     4598(+4598) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a |       892(+892) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/WebKit.a         |     1208(+1208) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   55444(+55444) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a            |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/mbed-http.a      |     6896(+6896) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a | 186104(+186104) |   614(+614) | 13639(+13639) |
+| [lib]/mbed-os-static.a | 186116(+186116) |   614(+614) | 13639(+13639) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |     5332(+5332) |       8(+8) |       44(+44) |
 | main.cpp.obj           |     1320(+1320) |       0(+0) | 10220(+10220) |
 | Subtotals              | 269844(+269844) | 3216(+3216) | 24072(+24072) |
 Total Static RAM memory (data + bss): 27288(+27288) bytes
 Total Flash memory (text + data): 273060(+273060) bytes
 
spike_lk_flash_memory (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_flash_memory-map.txt	2022-11-01 21:37:55.819232161 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_flash_memory-map.txt	2022-11-01 21:37:55.963231312 +0000
@@ -1,16 +1,16 @@
 | Module                  |         .text |       .data |        .bss |
 |-------------------------|---------------|-------------|-------------|
-| [fill]                  |     146(+146) |       8(+8) |     16(+16) |
+| [fill]                  |     134(+134) |       8(+8) |     16(+16) |
 | [lib]/CoreFlashMemory.a |     606(+606) |       0(+0) |       0(+0) |
 | [lib]/CoreQSPI.a        |     204(+204) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a               | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a             |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a  | 27222(+27222) |   444(+444) | 8138(+8138) |
+| [lib]/mbed-os-static.a  | 27234(+27234) |   444(+444) | 8138(+8138) |
 | [lib]/misc              |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj            |     344(+344) |       0(+0) |       0(+0) |
 | Subtotals               | 57248(+57248) | 2928(+2928) | 8240(+8240) |
 Total Static RAM memory (data + bss): 11168(+11168) bytes
 Total Flash memory (text + data): 60176(+60176) bytes
 
spike_lk_fs (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_fs-map.txt	2022-11-01 21:37:56.203229897 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_fs-map.txt	2022-11-01 21:37:56.403228718 +0000
@@ -1,22 +1,22 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       220(+220) |       7(+7) |       34(+34) |
+| [fill]                  |       208(+208) |       7(+7) |       34(+34) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a  |       126(+126) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a        |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   41940(+41940) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   69474(+69474) |   464(+464) | 10305(+10305) |
+| [lib]/mbed-os-static.a  |   69486(+69486) |   464(+464) | 10305(+10305) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   14514(+14514) |     16(+16) |     204(+204) |
 | main.cpp.obj            |     2836(+2836) |       8(+8) |   3000(+3000) |
 | source/ComUtils.cpp.obj |       666(+666) |       0(+0) |         0(+0) |
 | Subtotals               | 147956(+147956) | 3072(+3072) | 44504(+44504) |
 Total Static RAM memory (data + bss): 47576(+47576) bytes
 Total Flash memory (text + data): 151028(+151028) bytes
 
spike_lk_lcd (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_lcd-map.txt	2022-11-01 21:37:56.635227350 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_lcd-map.txt	2022-11-01 21:37:56.827226218 +0000
@@ -1,20 +1,20 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       222(+222) |     11(+11) |       26(+26) |
+| [fill]                 |       210(+210) |     11(+11) |       26(+26) |
 | [lib]/CoreEventFlags.a |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a   |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a      |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/FileManagerKit.a |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a       |       774(+774) |       0(+0) |       36(+36) |
 | [lib]/c.a              |   41940(+41940) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a            |     7148(+7148) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   64516(+64516) |   464(+464) | 10269(+10269) |
+| [lib]/mbed-os-static.a |   64528(+64528) |   464(+464) | 10269(+10269) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   10240(+10240) |     16(+16) |     204(+204) |
 | main.cpp.obj           |     1782(+1782) |     36(+36) |   1740(+1740) |
 | Subtotals              | 136836(+136836) | 3104(+3104) | 43200(+43200) |
 Total Static RAM memory (data + bss): 46304(+46304) bytes
 Total Flash memory (text + data): 139940(+139940) bytes
 
spike_lk_led_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_led_kit-map.txt	2022-11-01 21:37:57.039224968 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_led_kit-map.txt	2022-11-01 21:37:57.215223931 +0000
@@ -1,21 +1,21 @@
 | Module                 |         .text |       .data |          .bss |
 |------------------------|---------------|-------------|---------------|
-| [fill]                 |     196(+196) |       8(+8) |       22(+22) |
+| [fill]                 |     184(+184) |       8(+8) |       22(+22) |
 | [lib]/ColorKit.a       |     864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a |     138(+138) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a        |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a   |     366(+366) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a         | 19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/c.a              | 26088(+26088) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |         0(+0) |
 | [lib]/m.a              |     204(+204) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a | 29334(+29334) |   444(+444) |   9946(+9946) |
+| [lib]/mbed-os-static.a | 29346(+29346) |   444(+444) |   9946(+9946) |
 | [lib]/misc             |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   5444(+5444) |       8(+8) |       44(+44) |
 | main.cpp.obj           |   3846(+3846) |   440(+440) |     828(+828) |
 | Subtotals              | 93156(+93156) | 3376(+3376) | 10936(+10936) |
 Total Static RAM memory (data + bss): 14312(+14312) bytes
 Total Flash memory (text + data): 96532(+96532) bytes
 
spike_lk_log_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_log_kit-map.txt	2022-11-01 21:37:57.403222822 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_log_kit-map.txt	2022-11-01 21:37:57.547221973 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     132(+132) |       8(+8) |     20(+20) |
+| [fill]                 |     120(+120) |       8(+8) |     20(+20) |
 | [lib]/CoreEventQueue.a |       76(+76) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3276(+3276) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 27654(+27654) |   444(+444) | 8098(+8098) |
+| [lib]/mbed-os-static.a | 27666(+27666) |   444(+444) | 8098(+8098) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |         0(+0) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     672(+672) |       0(+0) |   836(+836) |
 | source/utils.cpp.obj   |       52(+52) |       0(+0) |       0(+0) |
 | Subtotals              | 57472(+57472) | 2928(+2928) | 9040(+9040) |
 Total Static RAM memory (data + bss): 11968(+11968) bytes
 Total Flash memory (text + data): 60400(+60400) bytes
 
spike_lk_motors (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_motors-map.txt	2022-11-01 21:37:57.735220865 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_motors-map.txt	2022-11-01 21:37:57.875220039 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     132(+132) |       8(+8) |     20(+20) |
+| [fill]                 |     120(+120) |       8(+8) |     20(+20) |
 | [lib]/CoreMotor.a      |     146(+146) |       0(+0) |       0(+0) |
 | [lib]/CorePwm.a        |       56(+56) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3180(+3180) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 25798(+25798) |   444(+444) | 8174(+8174) |
+| [lib]/mbed-os-static.a | 25810(+25810) |   444(+444) | 8174(+8174) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     406(+406) |       0(+0) |       0(+0) |
 | Subtotals              | 55328(+55328) | 2928(+2928) | 8280(+8280) |
 Total Static RAM memory (data + bss): 11208(+11208) bytes
 Total Flash memory (text + data): 58256(+58256) bytes
 
spike_lk_qdac (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_qdac-map.txt	2022-11-01 21:37:58.071218884 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_qdac-map.txt	2022-11-01 21:37:58.223217987 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     116(+116) |       8(+8) |     22(+22) |
+| [fill]                 |     168(+168) |       8(+8) |     22(+22) |
 | [lib]/CoreI2C.a        |       36(+36) |       0(+0) |       0(+0) |
 | [lib]/CoreQDAC.a       |     838(+838) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 30206(+30206) |   444(+444) | 8114(+8114) |
+| [lib]/mbed-os-static.a | 30218(+30218) |   444(+444) | 8114(+8114) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   5356(+5356) |       8(+8) |     44(+44) |
 | main.cpp.obj           |     490(+490) |       0(+0) |   326(+326) |
-| Subtotals              | 70308(+70308) | 2936(+2936) | 8592(+8592) |
+| Subtotals              | 70372(+70372) | 2936(+2936) | 8592(+8592) |
 Total Static RAM memory (data + bss): 11528(+11528) bytes
-Total Flash memory (text + data): 73244(+73244) bytes
+Total Flash memory (text + data): 73308(+73308) bytes
 
Flash used: 78628 (3%) / total: 2097152
SRAM used: 11816 (2%) / total: 524288
spike_lk_reinforcer (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_reinforcer-map.txt	2022-11-01 21:37:58.439216714 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_reinforcer-map.txt	2022-11-01 21:37:58.611215700 +0000
@@ -1,21 +1,21 @@
 | Module                 |         .text |       .data |          .bss |
 |------------------------|---------------|-------------|---------------|
-| [fill]                 |     202(+202) |       8(+8) |       22(+22) |
+| [fill]                 |     190(+190) |       8(+8) |       22(+22) |
 | [lib]/ColorKit.a       |     864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a |     138(+138) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a        |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a   |     366(+366) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a         | 19264(+19264) |       0(+0) |       10(+10) |
 | [lib]/c.a              | 26088(+26088) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |         0(+0) |
 | [lib]/m.a              |     204(+204) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a | 29334(+29334) |   444(+444) |   9946(+9946) |
+| [lib]/mbed-os-static.a | 29346(+29346) |   444(+444) |   9946(+9946) |
 | [lib]/misc             |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |   5444(+5444) |       8(+8) |       44(+44) |
 | main.cpp.obj           |   3474(+3474) |   440(+440) |     828(+828) |
 | Subtotals              | 92644(+92644) | 3376(+3376) | 10936(+10936) |
 Total Static RAM memory (data + bss): 14312(+14312) bytes
 Total Flash memory (text + data): 96020(+96020) bytes
 
spike_lk_rfid (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_rfid-map.txt	2022-11-01 21:37:58.807214544 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_rfid-map.txt	2022-11-01 21:37:58.967213601 +0000
@@ -1,19 +1,19 @@
 | Module                     |         .text |       .data |        .bss |
 |----------------------------|---------------|-------------|-------------|
-| [fill]                     |     168(+168) |       8(+8) |     20(+20) |
-| [lib]/CoreBufferedSerial.a |     108(+108) |       0(+0) |       0(+0) |
+| [fill]                     |     126(+126) |       8(+8) |     27(+27) |
+| [lib]/CoreBufferedSerial.a |     124(+124) |       0(+0) |       0(+0) |
 | [lib]/CoreEventQueue.a     |     126(+126) |       0(+0) |       0(+0) |
 | [lib]/CoreRFIDReader.a     |     720(+720) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a         |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/RFIDKit.a            |   1066(+1066) |       0(+0) |       8(+8) |
 | [lib]/c.a                  | 26128(+26128) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a                |   7084(+7084) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a     | 31130(+31130) |   444(+444) | 8138(+8138) |
+| [lib]/mbed-os-static.a     | 31472(+31472) |   444(+444) | 8154(+8154) |
 | [lib]/misc                 |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a              |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a             |   5444(+5444) |       8(+8) |     44(+44) |
-| main.cpp.obj               |     356(+356) |       0(+0) |       0(+0) |
-| Subtotals                  | 72644(+72644) | 2936(+2936) | 8296(+8296) |
-Total Static RAM memory (data + bss): 11232(+11232) bytes
-Total Flash memory (text + data): 75580(+75580) bytes
+| main.cpp.obj               |     808(+808) |       0(+0) |   313(+313) |
+| Subtotals                  | 73412(+73412) | 2936(+2936) | 8632(+8632) |
+Total Static RAM memory (data + bss): 11568(+11568) bytes
+Total Flash memory (text + data): 76348(+76348) bytes
 
Flash used: 81720 (3%) / total: 2097152
SRAM used: 11856 (2%) / total: 524288
spike_lk_sensors_battery (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_sensors_battery-map.txt	2022-11-01 21:37:59.159212469 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_sensors_battery-map.txt	2022-11-01 21:37:59.311211573 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     174(+174) |       8(+8) |     30(+30) |
+| [fill]                 |     162(+162) |       8(+8) |     30(+30) |
 | [lib]/BatteryKit.a     |     360(+360) |       0(+0) |       0(+0) |
 | [lib]/CoreBattery.a    |     472(+472) |       0(+0) |       0(+0) |
 | [lib]/CoreEventQueue.a |     126(+126) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   7084(+7084) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 30518(+30518) |   444(+444) | 8676(+8676) |
+| [lib]/mbed-os-static.a | 30530(+30530) |   444(+444) | 8676(+8676) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   4116(+4116) |       8(+8) |     28(+28) |
 | main.cpp.obj           |     858(+858) |       0(+0) |   524(+524) |
 | Subtotals              | 69956(+69956) | 2936(+2936) | 9344(+9344) |
 Total Static RAM memory (data + bss): 12280(+12280) bytes
 Total Flash memory (text + data): 72892(+72892) bytes
 
spike_lk_sensors_light (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_sensors_light-map.txt	2022-11-01 21:37:59.495210488 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_sensors_light-map.txt	2022-11-01 21:37:59.635209662 +0000
@@ -1,14 +1,14 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     126(+126) |       8(+8) |     16(+16) |
+| [fill]                 |     114(+114) |       8(+8) |     16(+16) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 24276(+24276) |   444(+444) | 8130(+8130) |
+| [lib]/mbed-os-static.a | 24288(+24288) |   444(+444) | 8130(+8130) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     152(+152) |       0(+0) |       0(+0) |
 | Subtotals              | 53280(+53280) | 2928(+2928) | 8232(+8232) |
 Total Static RAM memory (data + bss): 11160(+11160) bytes
 Total Flash memory (text + data): 56208(+56208) bytes
 
spike_lk_sensors_microphone (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_sensors_microphone-map.txt	2022-11-01 21:37:59.823208554 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_sensors_microphone-map.txt	2022-11-01 21:37:59.971207681 +0000
@@ -1,17 +1,17 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     156(+156) |       8(+8) |     20(+20) |
+| [fill]                 |     144(+144) |       8(+8) |     20(+20) |
 | [lib]/CoreMicrophone.a |         4(+4) |       0(+0) |       0(+0) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |       0(+0) |
 | [lib]/m.a              |       88(+88) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 25316(+25316) |   444(+444) | 8130(+8130) |
+| [lib]/mbed-os-static.a | 25328(+25328) |   444(+444) | 8130(+8130) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   4760(+4760) |       8(+8) |     44(+44) |
 | main.cpp.obj           |     766(+766) |       0(+0) |       0(+0) |
 | Subtotals              | 64356(+64356) | 2936(+2936) | 8280(+8280) |
 Total Static RAM memory (data + bss): 11216(+11216) bytes
 Total Flash memory (text + data): 67292(+67292) bytes
 
spike_lk_sensors_temperature_humidity (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_sensors_temperature_humidity-map.txt	2022-11-01 21:38:00.159206573 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_sensors_temperature_humidity-map.txt	2022-11-01 21:38:00.303205724 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     132(+132) |       8(+8) |     16(+16) |
+| [fill]                 |     120(+120) |       8(+8) |     16(+16) |
 | [lib]/CoreHTS.a        |   1546(+1546) |       0(+0) |       0(+0) |
 | [lib]/CoreI2C.a        |       90(+90) |       0(+0) |       0(+0) |
 | [lib]/Utils.a          |       78(+78) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 29886(+29886) |   444(+444) | 8114(+8114) |
+| [lib]/mbed-os-static.a | 29898(+29898) |   444(+444) | 8114(+8114) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |       84(+84) |       0(+0) |       0(+0) |
 | Subtotals              | 60448(+60448) | 2928(+2928) | 8216(+8216) |
 Total Static RAM memory (data + bss): 11144(+11144) bytes
 Total Flash memory (text + data): 63376(+63376) bytes
 
spike_lk_sensors_touch (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_sensors_touch-map.txt	2022-11-01 21:38:00.491204615 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_sensors_touch-map.txt	2022-11-01 21:38:00.639203743 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     142(+142) |       8(+8) |     16(+16) |
+| [fill]                 |     130(+130) |       8(+8) |     16(+16) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/_LekaTouch.a     |     702(+702) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 32090(+32090) |   444(+444) | 8122(+8122) |
+| [lib]/mbed-os-static.a | 32102(+32102) |   444(+444) | 8122(+8122) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |         0(+0) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     260(+260) |       0(+0) |       0(+0) |
 | Subtotals              | 61920(+61920) | 2928(+2928) | 8224(+8224) |
 Total Static RAM memory (data + bss): 11152(+11152) bytes
 Total Flash memory (text + data): 64848(+64848) bytes
 
spike_lk_serial_number (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_serial_number-map.txt	2022-11-01 21:38:00.839202563 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_serial_number-map.txt	2022-11-01 21:38:00.999201620 +0000
@@ -1,17 +1,17 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       152(+152) |       0(+0) |       38(+38) |
+| [fill]                  |       140(+140) |       0(+0) |       38(+38) |
 | [lib]/CoreMCU.a         |         16(+16) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       936(+936) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/SerialNumberKit.a |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   47736(+47736) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     3276(+3276) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   49746(+49746) |   464(+464) | 10193(+10193) |
+| [lib]/mbed-os-static.a  |   49758(+49758) |   464(+464) | 10193(+10193) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | main.cpp.obj            |       432(+432) |       8(+8) |     364(+364) |
 | Subtotals               | 103196(+103196) | 3048(+3048) | 10720(+10720) |
 Total Static RAM memory (data + bss): 13768(+13768) bytes
 Total Flash memory (text + data): 106244(+106244) bytes
 
spike_lk_ticker_timeout (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_ticker_timeout-map.txt	2022-11-01 21:38:01.187200512 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_ticker_timeout-map.txt	2022-11-01 21:38:01.335199639 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     130(+130) |       8(+8) |     28(+28) |
+| [fill]                 |     118(+118) |       8(+8) |     28(+28) |
 | [lib]/CoreTicker.a     |     204(+204) |       0(+0) |       0(+0) |
 | [lib]/CoreTimeout.a    |     204(+204) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 26028(+26028) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   6924(+6924) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 23394(+23394) |   444(+444) | 8090(+8090) |
+| [lib]/mbed-os-static.a | 23406(+23406) |   444(+444) | 8090(+8090) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |   4116(+4116) |       8(+8) |     28(+28) |
 | main.cpp.obj           |     576(+576) |       0(+0) |   176(+176) |
 | Subtotals              | 61796(+61796) | 2936(+2936) | 8408(+8408) |
 Total Static RAM memory (data + bss): 11344(+11344) bytes
 Total Flash memory (text + data): 64732(+64732) bytes
 
spike_lk_update_process_app_base (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_update_process_app_base-map.txt	2022-11-01 21:38:01.543198413 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_update_process_app_base-map.txt	2022-11-01 21:38:01.707197446 +0000
@@ -1,20 +1,20 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       192(+192) |       4(+4) |       38(+38) |
+| [fill]                  |       180(+180) |       4(+4) |       38(+38) |
 | [lib]/CoreFlashMemory.a |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a        |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       936(+936) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a     |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/bootutil.a        |     1282(+1282) |     12(+12) |     132(+132) |
 | [lib]/c.a               |   42336(+42336) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     3276(+3276) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   63666(+63666) |   528(+528) | 10341(+10341) |
+| [lib]/mbed-os-static.a  |   63678(+63678) |   528(+528) | 10341(+10341) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |           0(+0) |       0(+0) |         0(+0) |
 | main.cpp.obj            |     1014(+1014) |       0(+0) |   1252(+1252) |
 | Subtotals               | 114360(+114360) | 3120(+3120) | 11888(+11888) |
 Total Static RAM memory (data + bss): 15008(+15008) bytes
 Total Flash memory (text + data): 117480(+117480) bytes
 
spike_lk_update_process_app_update (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_update_process_app_update-map.txt	2022-11-01 21:38:01.899196314 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_update_process_app_update-map.txt	2022-11-01 21:38:02.043195465 +0000
@@ -1,16 +1,16 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     146(+146) |       4(+4) |     24(+24) |
+| [fill]                 |     134(+134) |       4(+4) |     24(+24) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/bootutil.a       |   1148(+1148) |     12(+12) |   132(+132) |
 | [lib]/c.a              | 26996(+26996) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 38058(+38058) |   508(+508) | 8254(+8254) |
+| [lib]/mbed-os-static.a | 38070(+38070) |   508(+508) | 8254(+8254) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |         0(+0) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     402(+402) |       0(+0) |   568(+568) |
 | Subtotals              | 70180(+70180) | 3000(+3000) | 9064(+9064) |
 Total Static RAM memory (data + bss): 12064(+12064) bytes
 Total Flash memory (text + data): 73180(+73180) bytes
 
spike_lk_watchdog_isr (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_watchdog_isr-map.txt	2022-11-01 21:38:02.243194285 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_watchdog_isr-map.txt	2022-11-01 21:38:02.399193366 +0000
@@ -1,20 +1,20 @@
 | Module                     |         .text |       .data |          .bss |
 |----------------------------|---------------|-------------|---------------|
-| [fill]                     |     134(+134) |       8(+8) |       38(+38) |
-| [lib]/CoreBufferedSerial.a |       62(+62) |       0(+0) |         0(+0) |
+| [fill]                     |     170(+170) |       8(+8) |       38(+38) |
+| [lib]/CoreBufferedSerial.a |       78(+78) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a     |     126(+126) |       0(+0) |         0(+0) |
 | [lib]/CoreRFIDReader.a     |     624(+624) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a    |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a         |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/RFIDKit.a            |   1066(+1066) |       0(+0) |         8(+8) |
 | [lib]/c.a                  | 26128(+26128) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a                |   7084(+7084) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     | 31524(+31524) |   444(+444) |   8154(+8154) |
+| [lib]/mbed-os-static.a     | 31536(+31536) |   444(+444) |   8154(+8154) |
 | [lib]/misc                 |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             |   5444(+5444) |       8(+8) |       44(+44) |
 | main.cpp.obj               |   1218(+1218) |       0(+0) |   1734(+1734) |
-| Subtotals                  | 73732(+73732) | 2936(+2936) | 10064(+10064) |
+| Subtotals                  | 73796(+73796) | 2936(+2936) | 10064(+10064) |
 Total Static RAM memory (data + bss): 13000(+13000) bytes
-Total Flash memory (text + data): 76668(+76668) bytes
+Total Flash memory (text + data): 76732(+76732) bytes
 
Flash used: 82104 (3%) / total: 2097152
SRAM used: 13288 (2%) / total: 524288
spike_lk_wifi (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_lk_wifi-map.txt	2022-11-01 21:38:02.599192186 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_lk_wifi-map.txt	2022-11-01 21:38:02.763191219 +0000
@@ -1,16 +1,16 @@
 | Module                 |           .text |       .data |          .bss |
 |------------------------|-----------------|-------------|---------------|
-| [fill]                 |       212(+212) |     11(+11) |       27(+27) |
+| [fill]                 |       200(+200) |     11(+11) |       27(+27) |
 | [lib]/CoreWifi.a       |       144(+144) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a              |   41764(+41764) | 2474(+2474) |       58(+58) |
 | [lib]/gcc.a            |     3608(+3608) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a |   57340(+57340) |   543(+543) | 11383(+11383) |
+| [lib]/mbed-os-static.a |   57352(+57352) |   543(+543) | 11383(+11383) |
 | [lib]/misc             |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a          |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a         |           0(+0) |       0(+0) |         0(+0) |
 | main.cpp.obj           |     1006(+1006) |       0(+0) |         0(+0) |
 | Subtotals              | 104388(+104388) | 3032(+3032) | 11496(+11496) |
 Total Static RAM memory (data + bss): 14528(+14528) bytes
 Total Flash memory (text + data): 107420(+107420) bytes
 
spike_mbed_blinky (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_mbed_blinky-map.txt	2022-11-01 21:38:02.943190158 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_mbed_blinky-map.txt	2022-11-01 21:38:03.083189333 +0000
@@ -1,13 +1,13 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |       80(+80) |       8(+8) |     16(+16) |
+| [fill]                 |     132(+132) |       8(+8) |     16(+16) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 23016(+23016) |   444(+444) | 8090(+8090) |
+| [lib]/mbed-os-static.a | 23028(+23028) |   444(+444) | 8090(+8090) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     144(+144) |       0(+0) |       0(+0) |
-| Subtotals              | 51872(+51872) | 2928(+2928) | 8192(+8192) |
+| Subtotals              | 51936(+51936) | 2928(+2928) | 8192(+8192) |
 Total Static RAM memory (data + bss): 11120(+11120) bytes
-Total Flash memory (text + data): 54800(+54800) bytes
+Total Flash memory (text + data): 54864(+54864) bytes
 
Flash used: 58032 (2%) / total: 2097152
SRAM used: 11400 (2%) / total: 524288
spike_mbed_deep_sleep (click to expand)

Flash used: 60544 (2%) / total: 2097152
SRAM used: 11752 (2%) / total: 524288
spike_mbed_watchdog_ticker_vs_thread (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_mbed_watchdog_ticker_vs_thread-map.txt	2022-11-01 21:38:03.283188139 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_mbed_watchdog_ticker_vs_thread-map.txt	2022-11-01 21:38:03.423187290 +0000
@@ -1,14 +1,14 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     128(+128) |       7(+7) |     35(+35) |
+| [fill]                 |     116(+116) |       7(+7) |     35(+35) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 26948(+26948) |   445(+445) | 8644(+8644) |
+| [lib]/mbed-os-static.a | 26960(+26960) |   445(+445) | 8644(+8644) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | [lib]/stdc++.a         |         0(+0) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     936(+936) |       0(+0) |   467(+467) |
 | Subtotals              | 56644(+56644) | 2928(+2928) | 9232(+9232) |
 Total Static RAM memory (data + bss): 12160(+12160) bytes
 Total Flash memory (text + data): 59572(+59572) bytes
 
spike_stl_cxxsupport (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-OFF/spike_stl_cxxsupport-map.txt	2022-11-01 21:38:03.607186174 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-OFF/spike_stl_cxxsupport-map.txt	2022-11-01 21:38:03.743185349 +0000
@@ -1,14 +1,14 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     128(+128) |       8(+8) |     16(+16) |
+| [fill]                 |     116(+116) |       8(+8) |     16(+16) |
 | [lib]/HelloWorld.a     |       94(+94) |       0(+0) |       0(+0) |
 | [lib]/c.a              | 25296(+25296) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 23298(+23298) |   444(+444) | 8090(+8090) |
+| [lib]/mbed-os-static.a | 23310(+23310) |   444(+444) | 8090(+8090) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     168(+168) |       0(+0) |       0(+0) |
 | Subtotals              | 52320(+52320) | 2928(+2928) | 8192(+8192) |
 Total Static RAM memory (data + bss): 11120(+11120) bytes
 Total Flash memory (text + data): 55248(+55248) bytes
 

@github-actions
Copy link

github-actions bot commented Nov 1, 2022

File comparision analysis report

🔖 Info

Target Flash Used (%) Flash Available (%) Static RAM (%)
bootloader 181964 (69%) 80180 (30%) 37456 (7%)
os 451780 (28%) 1112892 (71%) 86656 (16%)
Click to show memory sections
| -          |      Hex |     Bytes |  KiB |
|------------|---------:|----------:|-----:|
| Flash      | 0x200000 | 2 097 152 | 2048 |
| SRAM       |  0x80000 |   524 288 |  512 |
| Bootloader |  0x40000 |   262 144 |  256 |
| Header     |   0x1000 |     4 096 |    4 |
| OS         | 0x17E000 | 1 564 672 | 1528 |
| Tail       |   0x1000 |     4 096 |    4 |
| Scratch    |  0x40000 |   262 144 |  256 |

📝 Summary

Click to show summary
  • ✔️ - existing target
  • ✨ - new target
  • ⚰️ - deleted target
  • ✅ - files are the same
  • ❌ - files are different
Target Status .bin .map Total Flash (base/head) Total Flash Δ Static RAM (base/head) Static RAM Δ
LekaOS ✔️ 451764 (21%)
451780 (21%)
📈
16 (0%)
86664 (16%)
86656 (16%)
📉
-8 (0%)
bootloader ✔️ 181900 (8%)
181964 (8%)
📈
64 (0%)
37456 (7%) ø
functional_ut_boost_ut ✔️ 396064 (18%)
396128 (18%)
📈
64 (0%)
27088 (5%) ø
functional_ut_file_manager ✔️ 385800 (18%)
385864 (18%)
📈
64 (0%)
27336 (5%) ø
functional_ut_io_expander ✔️ 371704 (17%)
371768 (17%)
📈
64 (0%)
27056 (5%) ø
functional_ut_qdac ✔️ 372952 (17%)
373016 (17%)
📈
64 (0%)
27056 (5%) ø
spike_lk_audio ✔️ 135068 (6%)
135132 (6%)
📈
64 (0%)
20984 (4%) ø
spike_lk_behavior_kit ✔️ 198252 (9%)
198316 (9%)
📈
64 (0%)
54536 (10%) ø
spike_lk_ble ✔️ 236652 (11%) ø 34856 (6%) ø
spike_lk_bluetooth ✔️ 92236 (4%)
92300 (4%)
📈
64 (0%)
18064 (3%) ø
spike_lk_cg_animations ✔️ 152264 (7%)
152328 (7%)
📈
64 (0%)
53064 (10%) ø
spike_lk_color_kit ✔️ 88352 (4%)
88416 (4%)
📈
64 (0%)
20216 (3%) ø
spike_lk_command_kit ✔️ 202716 (9%)
202780 (9%)
📈
64 (0%)
57872 (11%) ø
spike_lk_config_kit ✔️ 138868 (6%) ø 20976 (4%) ø
spike_lk_coreled ✔️ 87916 (4%)
87980 (4%)
📈
64 (0%)
20104 (3%) ø
spike_lk_event_queue ✔️ 84088 (4%) ø 18744 (3%) ø
spike_lk_file_manager_kit ✔️ 153984 (7%) ø 21336 (4%) ø
spike_lk_file_reception ✔️ 331180 (15%)
331244 (15%)
📈
64 (0%)
34072 (6%) ø
spike_lk_flash_memory ✔️ 86712 (4%) ø 18056 (3%) ø
spike_lk_fs ✔️ 173976 (8%) ø 47976 (9%) ø
spike_lk_lcd ✔️ 171852 (8%) ø 53288 (10%) ø
spike_lk_led_kit ✔️ 115708 (5%) ø 21024 (4%) ø
spike_lk_log_kit ✔️ 84440 (4%) ø 19248 (3%) ø
spike_lk_motors ✔️ 86008 (4%) ø 18088 (3%) ø
spike_lk_qdac ✔️ 91508 (4%) ø 18616 (3%) ø
spike_lk_reinforcer ✔️ 112188 (5%)
112252 (5%)
📈
64 (0%)
21024 (4%) ø
spike_lk_rfid ✔️ 84700 (4%)
86884 (4%)
📈
2184 (2%)
18024 (3%)
18528 (3%)
📈
504 (2%)
spike_lk_sensors_battery ✔️ 87056 (4%) ø 19120 (3%) ø
spike_lk_sensors_light ✔️ 83944 (4%)
84008 (4%)
📈
64 (0%)
18056 (3%) ø
spike_lk_sensors_microphone ✔️ 84696 (4%)
84760 (4%)
📈
64 (0%)
18056 (3%) ø
spike_lk_sensors_temperature_humidity ✔️ 90336 (4%) ø 18032 (3%) ø
spike_lk_sensors_touch ✔️ 91608 (4%) ø 18296 (3%) ø
spike_lk_serial_number ✔️ 136188 (6%)
136252 (6%)
📈
64 (0%)
20896 (3%) ø
spike_lk_ticker_timeout ✔️ 82584 (3%)
82648 (3%)
📈
64 (0%)
18072 (3%) ø
spike_lk_update_process_app_base ✔️ 147916 (7%) ø 21904 (4%) ø
spike_lk_update_process_app_update ✔️ 100328 (4%)
100392 (4%)
📈
64 (0%)
19080 (3%) ø
spike_lk_watchdog_isr ✔️ 87940 (4%)
88012 (4%)
📈
72 (0%)
19960 (3%) ø
spike_lk_wifi ✔️ 130640 (6%) ø 21368 (4%) ø
spike_mbed_blinky ✔️ 57616 (2%) ø 11496 (2%) ø
spike_mbed_deep_sleep - - 82512 (3%) - 18392 (3%) -
spike_mbed_watchdog_ticker_vs_thread ✔️ 84112 (4%) ø 18920 (3%) ø
spike_stl_cxxsupport ✔️ 83424 (3%) ø 18144 (3%) ø

🗺️ Map files diff output

Click to show diff list
LekaOS (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/LekaOS-map.txt	2022-11-01 21:38:30.796128759 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/LekaOS-map.txt	2022-11-01 21:38:31.244132350 +0000
@@ -1,48 +1,48 @@
 | Module                     |           .text |       .data |          .bss |
 |----------------------------|-----------------|-------------|---------------|
-| [fill]                     |       662(+662) |     18(+18) |     233(+233) |
+| [fill]                     |       622(+622) |     18(+18) |     225(+225) |
 | [lib]/ActivityKit.a        |   19586(+19586) |       0(+0) |         0(+0) |
 | [lib]/BLEKit.a             |     1368(+1368) |       0(+0) |         0(+0) |
 | [lib]/BatteryKit.a         |       324(+324) |       0(+0) |         0(+0) |
 | [lib]/BehaviorKit.a        |     1794(+1794) |       0(+0) |         0(+0) |
 | [lib]/ColorKit.a           |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CommandKit.a         |     1120(+1120) |       0(+0) |         0(+0) |
 | [lib]/CoreBattery.a        |       472(+472) |       0(+0) |         0(+0) |
-| [lib]/CoreBufferedSerial.a |         62(+62) |       0(+0) |         0(+0) |
+| [lib]/CoreBufferedSerial.a |         78(+78) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a     |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a     |       116(+116) |       0(+0) |         0(+0) |
 | [lib]/CoreFlashMemory.a    |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreMCU.a            |         16(+16) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a          |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CoreMutex.a          |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a            |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a           |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/CoreRFIDReader.a     |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a            |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a       |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreTimeout.a        |       204(+204) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a          |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a    |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a       |       348(+348) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a     |     1432(+1432) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a        |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a         |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a             |   19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/RFIDKit.a            |     1074(+1074) |       0(+0) |         8(+8) |
 | [lib]/ReinforcerKit.a      |     1484(+1484) |       0(+0) |         0(+0) |
 | [lib]/SerialNumberKit.a    |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/Utils.a              |         34(+34) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a           |       774(+774) |       0(+0) |       36(+36) |
 | [lib]/bootutil.a           |     1362(+1362) |     12(+12) |     132(+132) |
 | [lib]/c.a                  |   48840(+48840) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a                |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a                  |       564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     | 174464(+174464) |   773(+773) | 19735(+19735) |
+| [lib]/mbed-os-static.a     | 174476(+174476) |   773(+773) | 19735(+19735) |
 | [lib]/misc                 |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             |   10732(+10732) |     16(+16) |     204(+204) |
-| main.cpp.obj               | 102882(+102882) |   548(+548) | 31069(+31069) |
-| Subtotals                  | 409124(+409124) | 3944(+3944) | 82352(+82352) |
-Total Static RAM memory (data + bss): 86296(+86296) bytes
+| main.cpp.obj               | 102894(+102894) |   548(+548) | 31069(+31069) |
+| Subtotals                  | 409124(+409124) | 3944(+3944) | 82344(+82344) |
+Total Static RAM memory (data + bss): 86288(+86288) bytes
 Total Flash memory (text + data): 413068(+413068) bytes
 
Flash used: 451780 (21%) / total: 2097152
SRAM used: 86656 (16%) / total: 524288
bootloader (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/bootloader-map.txt	2022-11-01 21:38:31.580135039 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/bootloader-map.txt	2022-11-01 21:38:31.844137152 +0000
@@ -1,28 +1,28 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       198(+198) |       8(+8) |       72(+72) |
+| [fill]                  |       214(+214) |       8(+8) |       72(+72) |
 | [lib]/ConfigKit.a       |       284(+284) |       0(+0) |         0(+0) |
 | [lib]/CoreBattery.a     |       472(+472) |       0(+0) |         0(+0) |
 | [lib]/CoreFlashMemory.a |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a       |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a        |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a     |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/bootutil.a        |     6022(+6022) |     16(+16) | 13816(+13816) |
 | [lib]/c.a               |   42144(+42144) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   83414(+83414) |   528(+528) | 11127(+11127) |
+| [lib]/mbed-os-static.a  |   83426(+83426) |   528(+528) | 11127(+11127) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   11476(+11476) |     16(+16) |     204(+204) |
 | default_bd.cpp.obj      |       242(+242) |       0(+0) |     568(+568) |
-| main.cpp.obj            |     6870(+6870) |     24(+24) |   8064(+8064) |
+| main.cpp.obj            |     6906(+6906) |     24(+24) |   8064(+8064) |
 | signing_keys.c.obj      |           0(+0) |       0(+0) |         0(+0) |
-| Subtotals               | 161304(+161304) | 3168(+3168) | 33976(+33976) |
+| Subtotals               | 161368(+161368) | 3168(+3168) | 33976(+33976) |
 Total Static RAM memory (data + bss): 37144(+37144) bytes
-Total Flash memory (text + data): 164472(+164472) bytes
+Total Flash memory (text + data): 164536(+164536) bytes
 
Flash used: 181964 (8%) / total: 2097152
SRAM used: 37456 (7%) / total: 524288
functional_ut_boost_ut (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/functional_ut_boost_ut-map.txt	2022-11-01 21:38:32.292140738 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/functional_ut_boost_ut-map.txt	2022-11-01 21:38:32.672143779 +0000
@@ -1,24 +1,24 @@
 | Module                    |           .text |       .data |          .bss |
 |---------------------------|-----------------|-------------|---------------|
-| [fill]                    |       242(+242) |     16(+16) |       40(+40) |
+| [fill]                    |       250(+250) |     16(+16) |       40(+40) |
 | [lib]/CriticalSection.a   |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a                 |   72688(+72688) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a               |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a                 |       372(+372) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a    |   54686(+54686) |   460(+460) | 10317(+10317) |
+| [lib]/mbed-os-static.a    |   54698(+54698) |   460(+460) | 10317(+10317) |
 | [lib]/misc                |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a             |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a            | 174840(+174840) |   145(+145) |   5720(+5720) |
-| __/__                     |     4684(+4684) |       1(+1) |   7325(+7325) |
+| __/__                     |     4728(+4728) |       1(+1) |   7325(+7325) |
 | test_array.cpp.obj        |     2544(+2544) |       8(+8) |         2(+2) |
 | test_expect.cpp.obj       |   13074(+13074) |       0(+0) |         1(+1) |
 | test_minimal.cpp.obj      |       486(+486) |       0(+0) |         1(+1) |
 | test_mutable.cpp.obj      |     3736(+3736) |       0(+0) |         1(+1) |
 | test_parametrized.cpp.obj |     8420(+8420) |       0(+0) |         1(+1) |
 | test_should.cpp.obj       |     2224(+2224) |       0(+0) |         1(+1) |
 | test_skip.cpp.obj         |     1662(+1662) |       0(+0) |         1(+1) |
 | test_spec.cpp.obj         |       702(+702) |       0(+0) |         1(+1) |
-| Subtotals                 | 348004(+348004) | 3208(+3208) | 23536(+23536) |
+| Subtotals                 | 348068(+348068) | 3208(+3208) | 23536(+23536) |
 Total Static RAM memory (data + bss): 26744(+26744) bytes
-Total Flash memory (text + data): 351212(+351212) bytes
+Total Flash memory (text + data): 351276(+351276) bytes
 
Flash used: 396128 (18%) / total: 2097152
SRAM used: 27088 (5%) / total: 524288
functional_ut_file_manager (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/functional_ut_file_manager-map.txt	2022-11-01 21:38:33.104147237 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/functional_ut_file_manager-map.txt	2022-11-01 21:38:33.452150022 +0000
@@ -1,18 +1,18 @@
 | Module                     |           .text |       .data |          .bss |
 |----------------------------|-----------------|-------------|---------------|
-| [fill]                     |       226(+226) |     12(+12) |       43(+43) |
+| [fill]                     |       234(+234) |     12(+12) |       43(+43) |
 | [lib]/CriticalSection.a    |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a     |     1448(+1448) |       0(+0) |         0(+0) |
 | [lib]/c.a                  |   74560(+74560) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a                |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a                  |       372(+372) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     |   57620(+57620) |   464(+464) | 10317(+10317) |
+| [lib]/mbed-os-static.a     |   57632(+57632) |   464(+464) | 10317(+10317) |
 | [lib]/misc                 |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             | 181286(+181286) |   145(+145) |   5720(+5720) |
-| __/__                      |     4684(+4684) |       1(+1) |   7325(+7325) |
+| __/__                      |     4728(+4728) |       1(+1) |   7325(+7325) |
 | suite_file_manager.cpp.obj |     9636(+9636) |       8(+8) |     278(+278) |
-| Subtotals                  | 337476(+337476) | 3208(+3208) | 23808(+23808) |
+| Subtotals                  | 337540(+337540) | 3208(+3208) | 23808(+23808) |
 Total Static RAM memory (data + bss): 27016(+27016) bytes
-Total Flash memory (text + data): 340684(+340684) bytes
+Total Flash memory (text + data): 340748(+340748) bytes
 
Flash used: 385864 (18%) / total: 2097152
SRAM used: 27336 (5%) / total: 524288
functional_ut_io_expander (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/functional_ut_io_expander-map.txt	2022-11-01 21:38:33.860153288 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/functional_ut_io_expander-map.txt	2022-11-01 21:38:34.240156329 +0000
@@ -1,19 +1,19 @@
 | Module                    |           .text |       .data |          .bss |
 |---------------------------|-----------------|-------------|---------------|
-| [fill]                    |       200(+200) |     16(+16) |       35(+35) |
+| [fill]                    |       208(+208) |     16(+16) |       35(+35) |
 | [lib]/CoreI2C.a           |         90(+90) |       0(+0) |         0(+0) |
 | [lib]/CoreIOExpander.a    |       512(+512) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a   |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a                 |   72688(+72688) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a               |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a                 |       372(+372) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a    |   61276(+61276) |   460(+460) | 10337(+10337) |
+| [lib]/mbed-os-static.a    |   61288(+61288) |   460(+460) | 10337(+10337) |
 | [lib]/misc                |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a             |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a            | 175248(+175248) |   145(+145) |   5720(+5720) |
-| __/__                     |     4684(+4684) |       1(+1) |   7325(+7325) |
+| __/__                     |     4728(+4728) |       1(+1) |   7325(+7325) |
 | suite_io_expander.cpp.obj |     2250(+2250) |       0(+0) |         2(+2) |
-| Subtotals                 | 324964(+324964) | 3200(+3200) | 23544(+23544) |
+| Subtotals                 | 325028(+325028) | 3200(+3200) | 23544(+23544) |
 Total Static RAM memory (data + bss): 26744(+26744) bytes
-Total Flash memory (text + data): 328164(+328164) bytes
+Total Flash memory (text + data): 328228(+328228) bytes
 
Flash used: 371768 (17%) / total: 2097152
SRAM used: 27056 (5%) / total: 524288
functional_ut_qdac (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/functional_ut_qdac-map.txt	2022-11-01 21:38:34.668159755 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/functional_ut_qdac-map.txt	2022-11-01 21:38:35.020162572 +0000
@@ -1,19 +1,19 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       182(+182) |     16(+16) |       35(+35) |
+| [fill]                  |       190(+190) |     16(+16) |       35(+35) |
 | [lib]/CoreI2C.a         |         90(+90) |       0(+0) |         0(+0) |
 | [lib]/CoreQDAC.a        |       854(+854) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   72688(+72688) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a             |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       372(+372) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   61336(+61336) |   460(+460) | 10337(+10337) |
+| [lib]/mbed-os-static.a  |   61348(+61348) |   460(+460) | 10337(+10337) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          | 175248(+175248) |   145(+145) |   5720(+5720) |
-| __/__                   |     4684(+4684) |       1(+1) |   7325(+7325) |
+| __/__                   |     4728(+4728) |       1(+1) |   7325(+7325) |
 | suite_qdac.cpp.obj      |     3018(+3018) |       0(+0) |         2(+2) |
-| Subtotals               | 326116(+326116) | 3200(+3200) | 23544(+23544) |
+| Subtotals               | 326180(+326180) | 3200(+3200) | 23544(+23544) |
 Total Static RAM memory (data + bss): 26744(+26744) bytes
-Total Flash memory (text + data): 329316(+329316) bytes
+Total Flash memory (text + data): 329380(+329380) bytes
 
Flash used: 373016 (17%) / total: 2097152
SRAM used: 27056 (5%) / total: 524288
spike_lk_audio (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_audio-map.txt	2022-11-01 21:38:35.336165101 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_audio-map.txt	2022-11-01 21:38:35.556166862 +0000
@@ -1,17 +1,17 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       156(+156) |       8(+8) |       34(+34) |
+| [fill]                  |       172(+172) |       8(+8) |       34(+34) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       896(+896) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   40860(+40860) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   58054(+58054) |   464(+464) | 10325(+10325) |
+| [lib]/mbed-os-static.a  |   58066(+58066) |   464(+464) | 10325(+10325) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     8592(+8592) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     2830(+2830) |       0(+0) |   6920(+6920) |
-| Subtotals               | 119124(+119124) | 3064(+3064) | 17608(+17608) |
+| main.cpp.obj            |     2866(+2866) |       0(+0) |   6920(+6920) |
+| Subtotals               | 119188(+119188) | 3064(+3064) | 17608(+17608) |
 Total Static RAM memory (data + bss): 20672(+20672) bytes
-Total Flash memory (text + data): 122188(+122188) bytes
+Total Flash memory (text + data): 122252(+122252) bytes
 
Flash used: 135132 (6%) / total: 2097152
SRAM used: 20984 (4%) / total: 524288
spike_lk_behavior_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_behavior_kit-map.txt	2022-11-01 21:38:35.884169487 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_behavior_kit-map.txt	2022-11-01 21:38:36.172171792 +0000
@@ -1,29 +1,29 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       276(+276) |     15(+15) |       36(+36) |
+| [fill]                  |       292(+292) |     15(+15) |       36(+36) |
 | [lib]/BehaviorKit.a     |     1234(+1234) |       0(+0) |         0(+0) |
 | [lib]/ColorKit.a        |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a       |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a    |       348(+348) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a          |   19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/VideoKit.a        |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   40920(+40920) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   69968(+69968) |   464(+464) | 10393(+10393) |
+| [lib]/mbed-os-static.a  |   69980(+69980) |   464(+464) | 10393(+10393) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   10748(+10748) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     6994(+6994) |   448(+448) |   9092(+9092) |
-| Subtotals               | 169684(+169684) | 3520(+3520) | 50696(+50696) |
+| main.cpp.obj            |     7030(+7030) |   448(+448) |   9092(+9092) |
+| Subtotals               | 169748(+169748) | 3520(+3520) | 50696(+50696) |
 Total Static RAM memory (data + bss): 54216(+54216) bytes
-Total Flash memory (text + data): 173204(+173204) bytes
+Total Flash memory (text + data): 173268(+173268) bytes
 
Flash used: 198316 (9%) / total: 2097152
SRAM used: 54536 (10%) / total: 524288
spike_lk_ble (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_ble-map.txt	2022-11-01 21:38:36.548174802 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_ble-map.txt	2022-11-01 21:38:36.840177139 +0000
@@ -1,19 +1,19 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       400(+400) |     15(+15) |       78(+78) |
+| [fill]                  |       380(+380) |     15(+15) |       78(+78) |
 | [lib]/BLEKit.a          |     1368(+1368) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a  |       122(+122) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |     1436(+1436) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   40860(+40860) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 145452(+145452) |   709(+709) | 19447(+19447) |
+| [lib]/mbed-os-static.a  | 145464(+145464) |   709(+709) | 19447(+19447) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     9940(+9940) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     7042(+7042) |     92(+92) | 11282(+11282) |
+| main.cpp.obj            |     7050(+7050) |     92(+92) | 11282(+11282) |
 | Subtotals               | 214356(+214356) | 3408(+3408) | 31136(+31136) |
 Total Static RAM memory (data + bss): 34544(+34544) bytes
 Total Flash memory (text + data): 217764(+217764) bytes
 
spike_lk_bluetooth (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_bluetooth-map.txt	2022-11-01 21:38:37.100179220 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_bluetooth-map.txt	2022-11-01 21:38:37.308180885 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
 | BM64Converter.cpp.obj   |       76(+76) |       0(+0) |         0(+0) |
 | LekaBluetooth.cpp.obj   |   3302(+3302) |       6(+6) |   6408(+6408) |
-| [fill]                  |     110(+110) |     10(+10) |       28(+28) |
+| [fill]                  |     134(+134) |     10(+10) |       28(+28) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 32512(+32512) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 31638(+31638) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a  | 31650(+31650) |   444(+444) |   8226(+8226) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   1216(+1216) |       0(+0) |       32(+32) |
-| Subtotals               | 82548(+82548) | 2944(+2944) | 14824(+14824) |
+| main.cpp.obj            |   1244(+1244) |       0(+0) |       32(+32) |
+| Subtotals               | 82612(+82612) | 2944(+2944) | 14824(+14824) |
 Total Static RAM memory (data + bss): 17768(+17768) bytes
-Total Flash memory (text + data): 85492(+85492) bytes
+Total Flash memory (text + data): 85556(+85556) bytes
 
Flash used: 92300 (4%) / total: 2097152
SRAM used: 18064 (3%) / total: 524288
spike_lk_cg_animations (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_cg_animations-map.txt	2022-11-01 21:38:37.604183254 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_cg_animations-map.txt	2022-11-01 21:38:37.836185111 +0000
@@ -1,20 +1,20 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       214(+214) |       3(+3) |       38(+38) |
+| [fill]                  |       226(+226) |       3(+3) |       38(+38) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7920(+7920) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/UIAnimationKit.a  |       508(+508) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   35904(+35904) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   66096(+66096) |   460(+460) | 10393(+10393) |
+| [lib]/mbed-os-static.a  |   66108(+66108) |   460(+460) | 10393(+10393) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     3486(+3486) |       8(+8) |   8320(+8320) |
-| Subtotals               | 128752(+128752) | 3056(+3056) | 49720(+49720) |
+| main.cpp.obj            |     3526(+3526) |       8(+8) |   8320(+8320) |
+| Subtotals               | 128816(+128816) | 3056(+3056) | 49720(+49720) |
 Total Static RAM memory (data + bss): 52776(+52776) bytes
-Total Flash memory (text + data): 131808(+131808) bytes
+Total Flash memory (text + data): 131872(+131872) bytes
 
Flash used: 152328 (7%) / total: 2097152
SRAM used: 53064 (10%) / total: 524288
spike_lk_color_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_color_kit-map.txt	2022-11-01 21:38:38.112187320 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_color_kit-map.txt	2022-11-01 21:38:38.356189272 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     162(+162) |       8(+8) |       32(+32) |
+| [fill]                  |     178(+178) |       8(+8) |       32(+32) |
 | [lib]/ColorKit.a        |     864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 34516(+34516) |   444(+444) | 10078(+10078) |
+| [lib]/mbed-os-static.a  | 34528(+34528) |   444(+444) | 10078(+10078) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   4060(+4060) |       0(+0) |   6752(+6752) |
-| Subtotals               | 78036(+78036) | 2936(+2936) | 16992(+16992) |
+| main.cpp.obj            |   4096(+4096) |       0(+0) |   6752(+6752) |
+| Subtotals               | 78100(+78100) | 2936(+2936) | 16992(+16992) |
 Total Static RAM memory (data + bss): 19928(+19928) bytes
-Total Flash memory (text + data): 80972(+80972) bytes
+Total Flash memory (text + data): 81036(+81036) bytes
 
Flash used: 88416 (4%) / total: 2097152
SRAM used: 20216 (3%) / total: 524288
spike_lk_command_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_command_kit-map.txt	2022-11-01 21:38:38.684191898 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_command_kit-map.txt	2022-11-01 21:38:38.964194139 +0000
@@ -1,31 +1,31 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       240(+240) |     17(+17) |       40(+40) |
+| [fill]                  |       280(+280) |     17(+17) |       40(+40) |
 | [lib]/ColorKit.a        |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CommandKit.a      |     1152(+1152) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreMotor.a       |       130(+130) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |         12(+12) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a    |       348(+348) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a          |   19264(+19264) |       0(+0) |       10(+10) |
 | [lib]/ReinforcerKit.a   |     1544(+1544) |       0(+0) |         0(+0) |
 | [lib]/Utils.a           |         34(+34) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a        |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   40920(+40920) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   69968(+69968) |   464(+464) | 10393(+10393) |
+| [lib]/mbed-os-static.a  |   69980(+69980) |   464(+464) | 10393(+10393) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   10748(+10748) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     9456(+9456) |   718(+718) | 12152(+12152) |
-| Subtotals               | 173460(+173460) | 3792(+3792) | 53760(+53760) |
+| main.cpp.obj            |     9468(+9468) |   718(+718) | 12152(+12152) |
+| Subtotals               | 173524(+173524) | 3792(+3792) | 53760(+53760) |
 Total Static RAM memory (data + bss): 57552(+57552) bytes
-Total Flash memory (text + data): 177252(+177252) bytes
+Total Flash memory (text + data): 177316(+177316) bytes
 
Flash used: 202780 (9%) / total: 2097152
SRAM used: 57872 (11%) / total: 524288
spike_lk_config_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_config_kit-map.txt	2022-11-01 21:38:39.268196573 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_config_kit-map.txt	2022-11-01 21:38:39.500198437 +0000
@@ -1,19 +1,19 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       208(+208) |       8(+8) |       45(+45) |
+| [fill]                  |       184(+184) |       8(+8) |       45(+45) |
 | [lib]/ConfigKit.a       |       328(+328) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       896(+896) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   40860(+40860) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   57630(+57630) |   464(+464) | 10317(+10317) |
+| [lib]/mbed-os-static.a  |   57642(+57642) |   464(+464) | 10317(+10317) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   11476(+11476) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     3288(+3288) |       0(+0) |   6909(+6909) |
+| main.cpp.obj            |     3300(+3300) |       0(+0) |   6909(+6909) |
 | Subtotals               | 122516(+122516) | 3064(+3064) | 17600(+17600) |
 Total Static RAM memory (data + bss): 20664(+20664) bytes
 Total Flash memory (text + data): 125580(+125580) bytes
 
spike_lk_coreled (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_coreled-map.txt	2022-11-01 21:38:39.760200526 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_coreled-map.txt	2022-11-01 21:38:39.960202133 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     138(+138) |       8(+8) |       30(+30) |
+| [fill]                  |     146(+146) |       8(+8) |       30(+30) |
 | [lib]/CoreSPI.a         |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 34452(+34452) |   444(+444) | 10078(+10078) |
+| [lib]/mbed-os-static.a  | 34464(+34464) |   444(+444) | 10078(+10078) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   4008(+4008) |       0(+0) |   6642(+6642) |
-| Subtotals               | 77268(+77268) | 2936(+2936) | 16880(+16880) |
+| main.cpp.obj            |   4052(+4052) |       0(+0) |   6642(+6642) |
+| Subtotals               | 77332(+77332) | 2936(+2936) | 16880(+16880) |
 Total Static RAM memory (data + bss): 19816(+19816) bytes
-Total Flash memory (text + data): 80204(+80204) bytes
+Total Flash memory (text + data): 80268(+80268) bytes
 
Flash used: 87980 (4%) / total: 2097152
SRAM used: 20104 (3%) / total: 524288
spike_lk_event_queue (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_event_queue-map.txt	2022-11-01 21:38:40.232204318 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_event_queue-map.txt	2022-11-01 21:38:40.436205957 +0000
@@ -1,17 +1,17 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     166(+166) |       8(+8) |       28(+28) |
+| [fill]                  |     142(+142) |       8(+8) |       28(+28) |
 | [lib]/CoreEventQueue.a  |       44(+44) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 31414(+31414) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a  | 31426(+31426) |   444(+444) |   8226(+8226) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   4912(+4912) |       0(+0) |   7136(+7136) |
+| main.cpp.obj            |   4924(+4924) |       0(+0) |   7136(+7136) |
 | Subtotals               | 74644(+74644) | 2936(+2936) | 15520(+15520) |
 Total Static RAM memory (data + bss): 18456(+18456) bytes
 Total Flash memory (text + data): 77580(+77580) bytes
 
spike_lk_file_manager_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_file_manager_kit-map.txt	2022-11-01 21:38:40.736208367 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_file_manager_kit-map.txt	2022-11-01 21:38:40.976210296 +0000
@@ -1,18 +1,18 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       182(+182) |       0(+0) |       42(+42) |
+| [fill]                  |       158(+158) |       0(+0) |       42(+42) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |     1404(+1404) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   48236(+48236) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   57848(+57848) |   464(+464) | 10317(+10317) |
+| [lib]/mbed-os-static.a  |   57860(+57860) |   464(+464) | 10317(+10317) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   14538(+14538) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     6190(+6190) |       0(+0) |   7280(+7280) |
+| main.cpp.obj            |     6202(+6202) |       0(+0) |   7280(+7280) |
 | Subtotals               | 136228(+136228) | 3056(+3056) | 17968(+17968) |
 Total Static RAM memory (data + bss): 21024(+21024) bytes
 Total Flash memory (text + data): 139284(+139284) bytes
 
spike_lk_file_reception (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_file_reception-map.txt	2022-11-01 21:38:41.316213027 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_file_reception-map.txt	2022-11-01 21:38:41.596215277 +0000
@@ -1,21 +1,21 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       304(+304) |     16(+16) |       44(+44) |
+| [fill]                  |       344(+344) |     16(+16) |       44(+44) |
 | [lib]/CoreWifi.a        |     4598(+4598) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       892(+892) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/WebKit.a          |     1208(+1208) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   54216(+54216) | 2574(+2574) |       97(+97) |
 | [lib]/gcc.a             |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       372(+372) |       0(+0) |         0(+0) |
 | [lib]/mbed-http.a       |     6896(+6896) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 186528(+186528) |   614(+614) | 13727(+13727) |
+| [lib]/mbed-os-static.a  | 186540(+186540) |   614(+614) | 13727(+13727) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5908(+5908) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     3812(+3812) |       0(+0) | 16628(+16628) |
-| Subtotals               | 272472(+272472) | 3216(+3216) | 30568(+30568) |
+| main.cpp.obj            |     3824(+3824) |       0(+0) | 16628(+16628) |
+| Subtotals               | 272536(+272536) | 3216(+3216) | 30568(+30568) |
 Total Static RAM memory (data + bss): 33784(+33784) bytes
-Total Flash memory (text + data): 275688(+275688) bytes
+Total Flash memory (text + data): 275752(+275752) bytes
 
Flash used: 331244 (15%) / total: 2097152
SRAM used: 34072 (6%) / total: 524288
spike_lk_flash_memory (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_flash_memory-map.txt	2022-11-01 21:38:41.868217462 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_flash_memory-map.txt	2022-11-01 21:38:42.084219197 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     176(+176) |       8(+8) |       28(+28) |
+| [fill]                  |     124(+124) |       8(+8) |       28(+28) |
 | [lib]/CoreFlashMemory.a |     606(+606) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a        |     204(+204) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 35300(+35300) |   444(+444) |   8266(+8266) |
+| [lib]/mbed-os-static.a  | 35312(+35312) |   444(+444) |   8266(+8266) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2588(+2588) |       0(+0) |   6408(+6408) |
+| main.cpp.obj            |   2628(+2628) |       0(+0) |   6408(+6408) |
 | Subtotals               | 77076(+77076) | 2936(+2936) | 14832(+14832) |
 Total Static RAM memory (data + bss): 17768(+17768) bytes
 Total Flash memory (text + data): 80012(+80012) bytes
 
spike_lk_fs (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_fs-map.txt	2022-11-01 21:38:42.400221736 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_fs-map.txt	2022-11-01 21:38:42.664223857 +0000
@@ -1,22 +1,22 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       228(+228) |       7(+7) |       34(+34) |
+| [fill]                  |       216(+216) |       7(+7) |       34(+34) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a  |       126(+126) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7944(+7944) |       1(+1) | 30800(+30800) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a        |       818(+818) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   40836(+40836) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   69930(+69930) |   464(+464) | 10393(+10393) |
+| [lib]/mbed-os-static.a  |   69942(+69942) |   464(+464) | 10393(+10393) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   14514(+14514) |     16(+16) |     204(+204) |
 | main.cpp.obj            |     2836(+2836) |       8(+8) |   3000(+3000) |
 | source/ComUtils.cpp.obj |       666(+666) |       0(+0) |         0(+0) |
 | Subtotals               | 147316(+147316) | 3072(+3072) | 44592(+44592) |
 Total Static RAM memory (data + bss): 47664(+47664) bytes
 Total Flash memory (text + data): 150388(+150388) bytes
 
spike_lk_lcd (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_lcd-map.txt	2022-11-01 21:38:42.984226428 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_lcd-map.txt	2022-11-01 21:38:43.228228388 +0000
@@ -1,22 +1,22 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       234(+234) |     11(+11) |       30(+30) |
+| [fill]                  |       218(+218) |     11(+11) |       30(+30) |
 | [lib]/CoreEventFlags.a  |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreSTM32Hal.a    |       930(+930) |       0(+0) |         0(+0) |
 | [lib]/CoreVideo.a       |     7960(+7960) |       1(+1) | 30800(+30800) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       932(+932) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/VideoKit.a        |       774(+774) |       0(+0) |       36(+36) |
 | [lib]/c.a               |   40860(+40860) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   69780(+69780) |   464(+464) | 10393(+10393) |
+| [lib]/mbed-os-static.a  |   69792(+69792) |   464(+464) | 10393(+10393) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   10748(+10748) |     16(+16) |     204(+204) |
-| main.cpp.obj            |     4582(+4582) |     44(+44) |   8276(+8276) |
+| main.cpp.obj            |     4586(+4586) |     44(+44) |   8276(+8276) |
 | Subtotals               | 144724(+144724) | 3112(+3112) | 49864(+49864) |
 Total Static RAM memory (data + bss): 52976(+52976) bytes
 Total Flash memory (text + data): 147836(+147836) bytes
 
spike_lk_led_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_led_kit-map.txt	2022-11-01 21:38:43.504230606 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_led_kit-map.txt	2022-11-01 21:38:43.752232598 +0000
@@ -1,22 +1,22 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       232(+232) |       8(+8) |       26(+26) |
+| [fill]                  |       208(+208) |       8(+8) |       26(+26) |
 | [lib]/ColorKit.a        |       864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a  |       138(+138) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |         28(+28) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a    |       348(+348) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a          |   19410(+19410) |       0(+0) |       10(+10) |
 | [lib]/c.a               |   25008(+25008) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   34706(+34706) |   444(+444) | 10078(+10078) |
+| [lib]/mbed-os-static.a  |   34718(+34718) |   444(+444) | 10078(+10078) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     8300(+8300) |   440(+440) |   7108(+7108) |
+| main.cpp.obj            |     8312(+8312) |   440(+440) |   7108(+7108) |
 | Subtotals               | 102932(+102932) | 3376(+3376) | 17352(+17352) |
 Total Static RAM memory (data + bss): 20728(+20728) bytes
 Total Flash memory (text + data): 106308(+106308) bytes
 
spike_lk_log_kit (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_log_kit-map.txt	2022-11-01 21:38:44.032234848 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_log_kit-map.txt	2022-11-01 21:38:44.260236680 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     184(+184) |       8(+8) |       32(+32) |
+| [fill]                  |     160(+160) |       8(+8) |       32(+32) |
 | [lib]/CoreEventQueue.a  |       44(+44) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 31742(+31742) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a  | 31754(+31754) |   444(+444) |   8226(+8226) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   3066(+3066) |       0(+0) |   7372(+7372) |
+| main.cpp.obj            |   3078(+3078) |       0(+0) |   7372(+7372) |
 | source/utils.cpp.obj    |   1470(+1470) |       0(+0) |     256(+256) |
 | Subtotals               | 74708(+74708) | 2936(+2936) | 16016(+16016) |
 Total Static RAM memory (data + bss): 18952(+18952) bytes
 Total Flash memory (text + data): 77644(+77644) bytes
 
spike_lk_motors (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_motors-map.txt	2022-11-01 21:38:44.536238897 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_motors-map.txt	2022-11-01 21:38:44.740240536 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     164(+164) |       8(+8) |       24(+24) |
+| [fill]                  |     140(+140) |       8(+8) |       24(+24) |
 | [lib]/CoreMotor.a       |     146(+146) |       0(+0) |         0(+0) |
 | [lib]/CorePwm.a         |       56(+56) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 34094(+34094) |   444(+444) |   8302(+8302) |
+| [lib]/mbed-os-static.a  | 34106(+34106) |   444(+444) |   8302(+8302) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   3006(+3006) |       0(+0) |   6408(+6408) |
+| main.cpp.obj            |   3018(+3018) |       0(+0) |   6408(+6408) |
 | Subtotals               | 75668(+75668) | 2936(+2936) | 14864(+14864) |
 Total Static RAM memory (data + bss): 17800(+17800) bytes
 Total Flash memory (text + data): 78604(+78604) bytes
 
spike_lk_qdac (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_qdac-map.txt	2022-11-01 21:38:45.004242657 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_qdac-map.txt	2022-11-01 21:38:45.232244489 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     176(+176) |       8(+8) |       26(+26) |
+| [fill]                  |     152(+152) |       8(+8) |       26(+26) |
 | [lib]/CoreI2C.a         |       36(+36) |       0(+0) |         0(+0) |
 | [lib]/CoreQDAC.a        |     838(+838) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 38352(+38352) |   444(+444) |   8246(+8246) |
+| [lib]/mbed-os-static.a  | 38364(+38364) |   444(+444) |   8246(+8246) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   3448(+3448) |       0(+0) |   6990(+6990) |
+| main.cpp.obj            |   3460(+3460) |       0(+0) |   6990(+6990) |
 | Subtotals               | 81492(+81492) | 2936(+2936) | 15392(+15392) |
 Total Static RAM memory (data + bss): 18328(+18328) bytes
 Total Flash memory (text + data): 84428(+84428) bytes
 
spike_lk_reinforcer (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_reinforcer-map.txt	2022-11-01 21:38:45.532246899 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_reinforcer-map.txt	2022-11-01 21:38:45.768248795 +0000
@@ -1,22 +1,22 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     206(+206) |       8(+8) |       26(+26) |
+| [fill]                  |     222(+222) |       8(+8) |       26(+26) |
 | [lib]/ColorKit.a        |     864(+864) |       0(+0) |         0(+0) |
 | [lib]/CoreEventFlags.a  |     138(+138) |       0(+0) |         0(+0) |
 | [lib]/CoreSPI.a         |       28(+28) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/EventLoopKit.a    |     348(+348) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/LedKit.a          | 19264(+19264) |       0(+0) |       10(+10) |
 | [lib]/c.a               | 25008(+25008) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     564(+564) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 34706(+34706) |   444(+444) | 10078(+10078) |
+| [lib]/mbed-os-static.a  | 34718(+34718) |   444(+444) | 10078(+10078) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   5464(+5464) |   440(+440) |   7108(+7108) |
-| Subtotals               | 99924(+99924) | 3376(+3376) | 17352(+17352) |
+| main.cpp.obj            |   5500(+5500) |   440(+440) |   7108(+7108) |
+| Subtotals               | 99988(+99988) | 3376(+3376) | 17352(+17352) |
 Total Static RAM memory (data + bss): 20728(+20728) bytes
-Total Flash memory (text + data): 103300(+103300) bytes
+Total Flash memory (text + data): 103364(+103364) bytes
 
Flash used: 112252 (5%) / total: 2097152
SRAM used: 21024 (4%) / total: 524288
spike_lk_rfid (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_rfid-map.txt	2022-11-01 21:38:46.024250852 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_rfid-map.txt	2022-11-01 21:38:46.240252587 +0000
@@ -1,21 +1,21 @@
 | Module                     |         .text |       .data |          .bss |
 |----------------------------|---------------|-------------|---------------|
-| [fill]                     |     176(+176) |       8(+8) |       28(+28) |
-| [lib]/CoreBufferedSerial.a |     108(+108) |       0(+0) |         0(+0) |
+| [fill]                     |     162(+162) |       8(+8) |       51(+51) |
+| [lib]/CoreBufferedSerial.a |     124(+124) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreRFIDReader.a     |     702(+702) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a    |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a         |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/RFIDKit.a            |   1066(+1066) |       0(+0) |         8(+8) |
 | [lib]/c.a                  | 25048(+25048) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a                |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a                  |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     | 31638(+31638) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a     | 32776(+32776) |   444(+444) |   8242(+8242) |
 | [lib]/misc                 |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj               |   2630(+2630) |       0(+0) |   6408(+6408) |
-| Subtotals                  | 75156(+75156) | 2936(+2936) | 14800(+14800) |
-Total Static RAM memory (data + bss): 17736(+17736) bytes
-Total Flash memory (text + data): 78092(+78092) bytes
+| main.cpp.obj               |   3538(+3538) |       0(+0) |   6873(+6873) |
+| Subtotals                  | 77204(+77204) | 2936(+2936) | 15304(+15304) |
+Total Static RAM memory (data + bss): 18240(+18240) bytes
+Total Flash memory (text + data): 80140(+80140) bytes
 
Flash used: 86884 (4%) / total: 2097152
SRAM used: 18528 (3%) / total: 524288
spike_lk_sensors_battery (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_sensors_battery-map.txt	2022-11-01 21:38:46.500254676 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_sensors_battery-map.txt	2022-11-01 21:38:46.736256572 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     168(+168) |       8(+8) |       30(+30) |
+| [fill]                  |     116(+116) |       8(+8) |       30(+30) |
 | [lib]/BatteryKit.a      |     360(+360) |       0(+0) |         0(+0) |
 | [lib]/CoreBattery.a     |     472(+472) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a  |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 34514(+34514) |   444(+444) |   8804(+8804) |
+| [lib]/mbed-os-static.a  | 34526(+34526) |   444(+444) |   8804(+8804) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   3168(+3168) |       0(+0) |   6932(+6932) |
+| main.cpp.obj            |   3208(+3208) |       0(+0) |   6932(+6932) |
 | Subtotals               | 76884(+76884) | 2936(+2936) | 15896(+15896) |
 Total Static RAM memory (data + bss): 18832(+18832) bytes
 Total Flash memory (text + data): 79820(+79820) bytes
 
spike_lk_sensors_light (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_sensors_light-map.txt	2022-11-01 21:38:46.984258564 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_sensors_light-map.txt	2022-11-01 21:38:47.196260268 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     116(+116) |       8(+8) |       28(+28) |
+| [fill]                  |     132(+132) |       8(+8) |       28(+28) |
 | [lib]/CoreLightSensor.a |       24(+24) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 33478(+33478) |   444(+444) |   8266(+8266) |
+| [lib]/mbed-os-static.a  | 33490(+33490) |   444(+444) |   8266(+8266) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2376(+2376) |       0(+0) |   6408(+6408) |
-| Subtotals               | 74196(+74196) | 2936(+2936) | 14832(+14832) |
+| main.cpp.obj            |   2412(+2412) |       0(+0) |   6408(+6408) |
+| Subtotals               | 74260(+74260) | 2936(+2936) | 14832(+14832) |
 Total Static RAM memory (data + bss): 17768(+17768) bytes
-Total Flash memory (text + data): 77132(+77132) bytes
+Total Flash memory (text + data): 77196(+77196) bytes
 
Flash used: 84008 (4%) / total: 2097152
SRAM used: 18056 (3%) / total: 524288
spike_lk_sensors_microphone (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_sensors_microphone-map.txt	2022-11-01 21:38:47.460262388 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_sensors_microphone-map.txt	2022-11-01 21:38:47.648263898 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     138(+138) |       8(+8) |       28(+28) |
+| [fill]                  |     158(+158) |       8(+8) |       28(+28) |
 | [lib]/CoreMicrophone.a  |         4(+4) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     448(+448) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 33478(+33478) |   444(+444) |   8266(+8266) |
+| [lib]/mbed-os-static.a  | 33490(+33490) |   444(+444) |   8266(+8266) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2990(+2990) |       0(+0) |   6408(+6408) |
-| Subtotals               | 74900(+74900) | 2936(+2936) | 14832(+14832) |
+| main.cpp.obj            |   3022(+3022) |       0(+0) |   6408(+6408) |
+| Subtotals               | 74964(+74964) | 2936(+2936) | 14832(+14832) |
 Total Static RAM memory (data + bss): 17768(+17768) bytes
-Total Flash memory (text + data): 77836(+77836) bytes
+Total Flash memory (text + data): 77900(+77900) bytes
 
Flash used: 84760 (4%) / total: 2097152
SRAM used: 18056 (3%) / total: 524288
spike_lk_sensors_temperature_humidity (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_sensors_temperature_humidity-map.txt	2022-11-01 21:38:47.916266050 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_sensors_temperature_humidity-map.txt	2022-11-01 21:38:48.128267752 +0000
@@ -1,19 +1,19 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     166(+166) |       8(+8) |       24(+24) |
+| [fill]                  |     142(+142) |       8(+8) |       24(+24) |
 | [lib]/CoreHTS.a         |   1546(+1546) |       0(+0) |         0(+0) |
 | [lib]/CoreI2C.a         |       90(+90) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/Utils.a           |       78(+78) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 38056(+38056) |   444(+444) |   8246(+8246) |
+| [lib]/mbed-os-static.a  | 38068(+38068) |   444(+444) |   8246(+8246) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2552(+2552) |       0(+0) |   6408(+6408) |
+| main.cpp.obj            |   2564(+2564) |       0(+0) |   6408(+6408) |
 | Subtotals               | 80596(+80596) | 2936(+2936) | 14808(+14808) |
 Total Static RAM memory (data + bss): 17744(+17744) bytes
 Total Flash memory (text + data): 83532(+83532) bytes
 
spike_lk_sensors_touch (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_sensors_touch-map.txt	2022-11-01 21:38:48.408270001 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_sensors_touch-map.txt	2022-11-01 21:38:48.608271607 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     172(+172) |       8(+8) |       24(+24) |
+| [fill]                  |     128(+128) |       8(+8) |       24(+24) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/_LekaTouch.a      |   2266(+2266) |       0(+0) |     256(+256) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 38396(+38396) |   444(+444) |   8246(+8246) |
+| [lib]/mbed-os-static.a  | 38408(+38408) |   444(+444) |   8246(+8246) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2520(+2520) |       0(+0) |   6408(+6408) |
+| main.cpp.obj            |   2552(+2552) |       0(+0) |   6408(+6408) |
 | Subtotals               | 81556(+81556) | 2936(+2936) | 15064(+15064) |
 Total Static RAM memory (data + bss): 18000(+18000) bytes
 Total Flash memory (text + data): 84492(+84492) bytes
 
spike_lk_serial_number (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_serial_number-map.txt	2022-11-01 21:38:48.900273952 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_serial_number-map.txt	2022-11-01 21:38:49.124275751 +0000
@@ -1,20 +1,20 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       188(+188) |       0(+0) |       38(+38) |
+| [fill]                  |       228(+228) |       0(+0) |       38(+38) |
 | [lib]/CoreMCU.a         |         16(+16) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       936(+936) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/SerialNumberKit.a |       588(+588) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   46520(+46520) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   57566(+57566) |   464(+464) | 10317(+10317) |
+| [lib]/mbed-os-static.a  |   57578(+57578) |   464(+464) | 10317(+10317) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     3028(+3028) |       8(+8) |   7028(+7028) |
-| Subtotals               | 122096(+122096) | 3056(+3056) | 17552(+17552) |
+| main.cpp.obj            |     3040(+3040) |       8(+8) |   7028(+7028) |
+| Subtotals               | 122160(+122160) | 3056(+3056) | 17552(+17552) |
 Total Static RAM memory (data + bss): 20608(+20608) bytes
-Total Flash memory (text + data): 125152(+125152) bytes
+Total Flash memory (text + data): 125216(+125216) bytes
 
Flash used: 136252 (6%) / total: 2097152
SRAM used: 20896 (3%) / total: 524288
spike_lk_ticker_timeout (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_ticker_timeout-map.txt	2022-11-01 21:38:49.396277935 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_ticker_timeout-map.txt	2022-11-01 21:38:49.608279638 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     124(+124) |       8(+8) |       36(+36) |
+| [fill]                  |     164(+164) |       8(+8) |       36(+36) |
 | [lib]/CoreTicker.a      |     204(+204) |       0(+0) |         0(+0) |
 | [lib]/CoreTimeout.a     |     204(+204) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 31774(+31774) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a  | 31786(+31786) |   444(+444) |   8226(+8226) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2950(+2950) |       0(+0) |   6456(+6456) |
-| Subtotals               | 73364(+73364) | 2936(+2936) | 14848(+14848) |
+| main.cpp.obj            |   2962(+2962) |       0(+0) |   6456(+6456) |
+| Subtotals               | 73428(+73428) | 2936(+2936) | 14848(+14848) |
 Total Static RAM memory (data + bss): 17784(+17784) bytes
-Total Flash memory (text + data): 76300(+76300) bytes
+Total Flash memory (text + data): 76364(+76364) bytes
 
Flash used: 82648 (3%) / total: 2097152
SRAM used: 18072 (3%) / total: 524288
spike_lk_update_process_app_base (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_update_process_app_base-map.txt	2022-11-01 21:38:49.892281918 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_update_process_app_base-map.txt	2022-11-01 21:38:50.136283878 +0000
@@ -1,22 +1,22 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       216(+216) |       4(+4) |       46(+46) |
+| [fill]                  |       176(+176) |       4(+4) |       46(+46) |
 | [lib]/CoreFlashMemory.a |       546(+546) |       0(+0) |         0(+0) |
 | [lib]/CoreQSPI.a        |       160(+160) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/FileManagerKit.a  |       936(+936) |       0(+0) |         0(+0) |
 | [lib]/FirmwareKit.a     |       638(+638) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/bootutil.a        |     1282(+1282) |     12(+12) |     132(+132) |
 | [lib]/c.a               |   41120(+41120) | 2572(+2572) |       97(+97) |
 | [lib]/gcc.a             |     7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   71590(+71590) |   528(+528) | 10473(+10473) |
+| [lib]/mbed-os-static.a  |   71602(+71602) |   528(+528) | 10473(+10473) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     3354(+3354) |       0(+0) |   7660(+7660) |
+| main.cpp.obj            |     3382(+3382) |       0(+0) |   7660(+7660) |
 | Subtotals               | 133096(+133096) | 3128(+3128) | 18480(+18480) |
 Total Static RAM memory (data + bss): 21608(+21608) bytes
 Total Flash memory (text + data): 136224(+136224) bytes
 
spike_lk_update_process_app_update (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_update_process_app_update-map.txt	2022-11-01 21:38:50.400285998 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_update_process_app_update-map.txt	2022-11-01 21:38:50.604287636 +0000
@@ -1,18 +1,18 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     142(+142) |       4(+4) |       28(+28) |
+| [fill]                  |     182(+182) |       4(+4) |       28(+28) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/bootutil.a        |   1148(+1148) |     12(+12) |     132(+132) |
 | [lib]/c.a               | 26512(+26512) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 45890(+45890) |   508(+508) |   8382(+8382) |
+| [lib]/mbed-os-static.a  | 45902(+45902) |   508(+508) |   8382(+8382) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2870(+2870) |       0(+0) |   7104(+7104) |
-| Subtotals               | 89816(+89816) | 3008(+3008) | 15776(+15776) |
+| main.cpp.obj            |   2882(+2882) |       0(+0) |   7104(+7104) |
+| Subtotals               | 89880(+89880) | 3008(+3008) | 15776(+15776) |
 Total Static RAM memory (data + bss): 18784(+18784) bytes
-Total Flash memory (text + data): 92824(+92824) bytes
+Total Flash memory (text + data): 92888(+92888) bytes
 
Flash used: 100392 (4%) / total: 2097152
SRAM used: 19080 (3%) / total: 524288
spike_lk_watchdog_isr (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_watchdog_isr-map.txt	2022-11-01 21:38:50.880289853 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_watchdog_isr-map.txt	2022-11-01 21:38:51.088291523 +0000
@@ -1,21 +1,21 @@
 | Module                     |         .text |       .data |          .bss |
 |----------------------------|---------------|-------------|---------------|
-| [fill]                     |     130(+130) |       8(+8) |       62(+62) |
-| [lib]/CoreBufferedSerial.a |       62(+62) |       0(+0) |         0(+0) |
+| [fill]                     |     134(+134) |       8(+8) |       62(+62) |
+| [lib]/CoreBufferedSerial.a |       78(+78) |       0(+0) |         0(+0) |
 | [lib]/CoreEventQueue.a     |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/CoreRFIDReader.a     |     624(+624) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a    |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a         |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/RFIDKit.a            |   1066(+1066) |       0(+0) |         8(+8) |
 | [lib]/c.a                  | 25048(+25048) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a                |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a                  |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a     | 32828(+32828) |   444(+444) |   8242(+8242) |
+| [lib]/mbed-os-static.a     | 32840(+32840) |   444(+444) |   8242(+8242) |
 | [lib]/misc                 |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a              |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a             |   5864(+5864) |       8(+8) |       44(+44) |
-| main.cpp.obj               |   4490(+4490) |       0(+0) |   8294(+8294) |
-| Subtotals                  | 78036(+78036) | 2936(+2936) | 16736(+16736) |
+| main.cpp.obj               |   4522(+4522) |       0(+0) |   8294(+8294) |
+| Subtotals                  | 78100(+78100) | 2936(+2936) | 16736(+16736) |
 Total Static RAM memory (data + bss): 19672(+19672) bytes
-Total Flash memory (text + data): 80972(+80972) bytes
+Total Flash memory (text + data): 81036(+81036) bytes
 
Flash used: 88012 (4%) / total: 2097152
SRAM used: 19960 (3%) / total: 524288
spike_lk_wifi (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_lk_wifi-map.txt	2022-11-01 21:38:51.376293836 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_lk_wifi-map.txt	2022-11-01 21:38:51.608295699 +0000
@@ -1,18 +1,18 @@
 | Module                  |           .text |       .data |          .bss |
 |-------------------------|-----------------|-------------|---------------|
-| [fill]                  |       232(+232) |     11(+11) |       31(+31) |
+| [fill]                  |       208(+208) |     11(+11) |       31(+31) |
 | [lib]/CoreWifi.a        |       144(+144) |       0(+0) |         0(+0) |
 | [lib]/CriticalSection.a |           8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |         94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               |   40672(+40672) | 2474(+2474) |       58(+58) |
 | [lib]/gcc.a             |     7416(+7416) |       0(+0) |         0(+0) |
 | [lib]/m.a               |       372(+372) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  |   57788(+57788) |   543(+543) | 11471(+11471) |
+| [lib]/mbed-os-static.a  |   57800(+57800) |   543(+543) | 11471(+11471) |
 | [lib]/misc              |       188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |         32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |     5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |     3482(+3482) |       0(+0) |   6408(+6408) |
+| main.cpp.obj            |     3494(+3494) |       0(+0) |   6408(+6408) |
 | Subtotals               | 115852(+115852) | 3040(+3040) | 18040(+18040) |
 Total Static RAM memory (data + bss): 21080(+21080) bytes
 Total Flash memory (text + data): 118892(+118892) bytes
 
spike_mbed_blinky (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_mbed_blinky-map.txt	2022-11-01 21:38:51.868297787 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_mbed_blinky-map.txt	2022-11-01 21:38:52.060299329 +0000
@@ -1,13 +1,13 @@
 | Module                 |         .text |       .data |        .bss |
 |------------------------|---------------|-------------|-------------|
-| [fill]                 |     126(+126) |       8(+8) |     24(+24) |
+| [fill]                 |     114(+114) |       8(+8) |     24(+24) |
 | [lib]/c.a              | 24192(+24192) | 2472(+2472) |     58(+58) |
 | [lib]/gcc.a            |   3116(+3116) |       0(+0) |       0(+0) |
-| [lib]/mbed-os-static.a | 23690(+23690) |   444(+444) | 8178(+8178) |
+| [lib]/mbed-os-static.a | 23702(+23702) |   444(+444) | 8178(+8178) |
 | [lib]/misc             |     188(+188) |       4(+4) |     28(+28) |
 | [lib]/nosys.a          |       32(+32) |       0(+0) |       0(+0) |
 | main.cpp.obj           |     144(+144) |       0(+0) |       0(+0) |
 | Subtotals              | 51488(+51488) | 2928(+2928) | 8288(+8288) |
 Total Static RAM memory (data + bss): 11216(+11216) bytes
 Total Flash memory (text + data): 54416(+54416) bytes
 
spike_mbed_deep_sleep (click to expand)

Flash used: 82512 (3%) / total: 2097152
SRAM used: 18392 (3%) / total: 524288
spike_mbed_watchdog_ticker_vs_thread (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_mbed_watchdog_ticker_vs_thread-map.txt	2022-11-01 21:38:52.356301706 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_mbed_watchdog_ticker_vs_thread-map.txt	2022-11-01 21:38:52.572303441 +0000
@@ -1,16 +1,16 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     148(+148) |       7(+7) |       39(+39) |
+| [fill]                  |     116(+116) |       7(+7) |       39(+39) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 33430(+33430) |   445(+445) |   8780(+8780) |
+| [lib]/mbed-os-static.a  | 33442(+33442) |   445(+445) |   8780(+8780) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   2958(+2958) |       0(+0) |   6747(+6747) |
+| main.cpp.obj            |   2978(+2978) |       0(+0) |   6747(+6747) |
 | Subtotals               | 74644(+74644) | 2936(+2936) | 15696(+15696) |
 Total Static RAM memory (data + bss): 18632(+18632) bytes
 Total Flash memory (text + data): 77580(+77580) bytes
 
spike_stl_cxxsupport (click to expand)
--- build_artifacts/base_ref-build-enable_log_debug-ON/spike_stl_cxxsupport-map.txt	2022-11-01 21:38:52.836305561 +0000
+++ build_artifacts/head_ref-build-enable_log_debug-ON/spike_stl_cxxsupport-map.txt	2022-11-01 21:38:53.040307199 +0000
@@ -1,17 +1,17 @@
 | Module                  |         .text |       .data |          .bss |
 |-------------------------|---------------|-------------|---------------|
-| [fill]                  |     166(+166) |       8(+8) |       28(+28) |
+| [fill]                  |     142(+142) |       8(+8) |       28(+28) |
 | [lib]/CriticalSection.a |         8(+8) |       0(+0) |         0(+0) |
 | [lib]/HelloWorld.a      |       94(+94) |       0(+0) |         0(+0) |
 | [lib]/c.a               | 24948(+24948) | 2472(+2472) |       58(+58) |
 | [lib]/gcc.a             |   7148(+7148) |       0(+0) |         0(+0) |
 | [lib]/m.a               |     360(+360) |       0(+0) |         0(+0) |
-| [lib]/mbed-os-static.a  | 31702(+31702) |   444(+444) |   8226(+8226) |
+| [lib]/mbed-os-static.a  | 31714(+31714) |   444(+444) |   8226(+8226) |
 | [lib]/misc              |     188(+188) |       4(+4) |       28(+28) |
 | [lib]/nosys.a           |       32(+32) |       0(+0) |         0(+0) |
 | [lib]/stdc++.a          |   5424(+5424) |       8(+8) |       44(+44) |
-| main.cpp.obj            |   3934(+3934) |       0(+0) |   6536(+6536) |
+| main.cpp.obj            |   3946(+3946) |       0(+0) |   6536(+6536) |
 | Subtotals               | 74004(+74004) | 2936(+2936) | 14920(+14920) |
 Total Static RAM memory (data + bss): 17856(+17856) bytes
 Total Flash memory (text + data): 76940(+76940) bytes
 

@ladislas ladislas requested review from HPezz and YannLocatelli and removed request for HPezz November 2, 2022 08:56
@ladislas ladislas force-pushed the ladislas/feature/deep-sleep-investigation branch from 81ac892 to e141174 Compare November 2, 2022 13:24
@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

❗ No coverage uploaded for pull request base (develop@509e539). Click here to learn what that means.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             develop    #1101   +/-   ##
==========================================
  Coverage           ?   96.05%           
==========================================
  Files              ?      133           
  Lines              ?     3196           
  Branches           ?        0           
==========================================
  Hits               ?     3070           
  Misses             ?      126           
  Partials           ?        0           
Impacted Files Coverage Δ
...rs/CoreBufferedSerial/include/CoreBufferedSerial.h 100.00% <ø> (ø)
drivers/CorePwm/include/CorePwm.h 100.00% <ø> (ø)
drivers/CoreMotor/source/CoreMotor.cpp 100.00% <100.00%> (ø)
drivers/CorePwm/source/CorePwm.cpp 100.00% <100.00%> (ø)
drivers/CoreVideo/source/CoreLCDDriverOTM8009A.cpp 100.00% <100.00%> (ø)
libs/LogKit/include/LogKit.h 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ladislas ladislas force-pushed the ladislas/feature/deep-sleep-investigation branch 2 times, most recently from efb7534 to 7e58d73 Compare November 2, 2022 22:19
SerialBuffer, by default, holds a lock on deepsleep preventing the system
from deepsleeping to wait for incoming data, thus preventing the system
from saving powser when needed.

In our case, nothing is ever sent to the robot through UART, so input
can be safely disabled.

This has the effect to allow deep sleep when using LogKit.

If at some point we would like to send data through UART, it can be
enabled back on when needed.

See link for more information:

https://os.mbed.com/docs/mbed-os/v6.15/apis/power-management-sleep.html
This would allow us to turn off input and improve power saving
@ladislas ladislas force-pushed the ladislas/feature/deep-sleep-investigation branch from a95edae to 6683cb5 Compare November 3, 2022 14:09
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - type: task Something to do
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant