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

Replace usages of emberPrintln with ChipLogProgress calls #27035

Merged
merged 21 commits into from
Jun 2, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Jun 2, 2023

CHIP debug logs should use ChipLogProgress/Detail/Error rather than ember macros. Only few usages of ember macros
still existed.

Changes:

  • remove ember-print.cpp/h
  • replace emberAf*PrintLn with ChipLogProgress - this is what the code was doing in the end and category was ignored
  • emberAfPrintAttributeTable was defined but never used. Removing it.

previous per-cluster code seems to have been guarded by EMBER_AF_PRINT_ENABLE which was not set, hence the increase in size of the lock example. However it seemed odd to actually disable printouts of several error messages because of this, so for now I will assume that the print disabling was an oversight (especially for errors). We can iterate and convert things to LogDetail or guard logs with additional defines as a followup.

```
rg emberAfPrintln src examples --files-with-matches | xargs sd 'emberAfPrintln\(EMBER_AF_PRINT_DEBUG, ("[^)]*\);)' 'ChipLogDetail($1'
```
@andy31415 andy31415 marked this pull request as ready for review June 2, 2023 13:45
@andy31415 andy31415 changed the title Replace usages of emberPrintln with ChipDebug calls Replace usages of emberPrintln with ChipLogProgress calls Jun 2, 2023
@github-actions
Copy link

github-actions bot commented Jun 2, 2023

PR #27035: Size comparison from d7dbc7a to c1fef18

Increases above 0.2%:

platform target config section d7dbc7a c1fef18 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.text 499272 501304 2032 0.4
Increases (1 build for cc32xx)
platform target config section d7dbc7a c1fef18 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.debug_line 2853260 2855045 1785 0.1
.debug_rnglists 106453 106502 49 0.0
.text 499272 501304 2032 0.4
Decreases (1 build for cc32xx)
platform target config section d7dbc7a c1fef18 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 951194 947809 -3385 -0.4
.debug_aranges 117584 117528 -56 -0.0
.debug_frame 401012 400868 -144 -0.0
.debug_info 22707684 22663131 -44553 -0.2
.debug_loclists 1711471 1711429 -42 -0.0
.debug_str 3758341 3758077 -264 -0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
Full report (1 build for cc32xx)
platform target config section d7dbc7a c1fef18 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 605850 607882 2032 0.3
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951194 947809 -3385 -0.4
.debug_aranges 117584 117528 -56 -0.0
.debug_frame 401012 400868 -144 -0.0
.debug_info 22707684 22663131 -44553 -0.2
.debug_line 2853260 2855045 1785 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1711471 1711429 -42 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 106453 106502 49 0.0
.debug_str 3758341 3758077 -264 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
.text 499272 501304 2032 0.4

Copy link
Member

@jmartinez-silabs jmartinez-silabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Do we want to "promote" some of them to ChipLogError

@andy31415
Copy link
Contributor Author

Nit: Do we want to "promote" some of them to ChipLogError

I believe we may, however maybe as a followup by people with domain knowledge.
I did a blind replace of what was existing before and AfPrint was routed to ChipLogProgress(Zcl hence my change.
I expect we eventually want to update some to either detail (if they are noisy) or error (if they are actually errors).

@github-actions
Copy link

github-actions bot commented Jun 2, 2023

PR #27035: Size comparison from 0d6dfde to d859985

Increases above 0.2%:

platform target config section 0d6dfde d859985 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.text 499272 501304 2032 0.4
Increases (27 builds for bl602, bl702, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, psoc6)
platform target config section 0d6dfde d859985 change % change
bl602 lighting-app bl602 (read/write) 1356026 1356034 8 0.0
.text 1036104 1036106 2 0.0
bl702 lighting-app bl702 .debug_ranges 388184 388472 288 0.1
bl702+rpc .debug_ranges 413664 413952 288 0.1
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.debug_line 2853260 2855045 1785 0.1
.debug_rnglists 106453 106502 49 0.0
.text 499272 501304 2032 0.4
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 566283 566483 200 0.0
.app_xip_area 459837 460037 200 0.0
esp32 all-clusters-app c3devkit (read/write) 1584576 1584624 48 0.0
.flash.rodata 215768 215816 48 0.0
m5stack (read only) 1115123 1115347 224 0.0
(read/write) 493826 493874 48 0.0
.flash.rodata 243668 243716 48 0.0
.flash.text 1109739 1109963 224 0.0
linux all-clusters-app debug (read only) 3239341 3244045 4704 0.1
.rodata 231336 231368 32 0.0
.text 2818501 2823173 4672 0.2
all-clusters-minimal-app debug (read only) 3036109 3037725 1616 0.1
.text 2626805 2628421 1616 0.1
bridge-app debug (read only) 2518637 2519341 704 0.0
.rodata 172840 172872 32 0.0
.text 2173573 2174245 672 0.0
chip-tool debug .rodata 683829 683861 32 0.0
dynamic-bridge-app-ipv6only debug (read only) 2567653 2568325 672 0.0
.text 2214629 2215301 672 0.0
lighting-app debug+rpc+ui (read only) 3381241 3382201 960 0.0
.rodata 286388 286420 32 0.0
.text 2898162 2899090 928 0.0
lock-app debug (read only) 2608773 2611973 3200 0.1
.text 2244421 2247621 3200 0.1
ota-provider-app debug .rodata 153992 154024 32 0.0
ota-requestor-app debug (read only) 2376245 2376469 224 0.0
.rodata 158056 158088 32 0.0
.text 2067893 2068085 192 0.0
shell debug (read only) 2773113 2777705 4592 0.2
.rodata 199442 199474 32 0.0
.text 2408194 2412754 4560 0.2
thermostat-no-ble arm64 (read only) 2605196 2605212 16 0.0
.text 2210596 2210612 16 0.0
tv-app debug (read only) 3313521 3314225 704 0.0
.rodata 222328 222360 32 0.0
.text 2895106 2895778 672 0.0
tv-casting-app debug .rodata 327692 327724 32 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2496392 2497992 1600 0.1
.text 1459076 1460676 1600 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190588 1190636 48 0.0
rodata 135612 135660 48 0.0
text 820052 820056 4 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1450424 1450472 48 0.0
rodata 231672 231720 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1131696 1131744 48 0.0
rodata 109424 109472 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1726148 1726292 144 0.0
.debug_line 3996832 4001253 4421 0.1
.text 1526516 1526660 144 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 4008610 4012830 4220 0.1
lock cy8ckit_062s2_43012 (read/write) 1627964 1628092 128 0.0
.debug_line 3522667 3524305 1638 0.0
.text 1408196 1408324 128 0.0
Decreases (33 builds for bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 0d6dfde d859985 change % change
bl702 lighting-app bl702 .debug_abbrev 1551313 1547483 -3830 -0.2
.debug_aranges 148448 148392 -56 -0.0
.debug_frame 545792 545644 -148 -0.0
.debug_info 44560371 44508919 -51452 -0.1
.debug_line 5558876 5558241 -635 -0.0
.debug_loc 3781197 3780903 -294 -0.0
.debug_str 4317532 4317253 -279 -0.0
.strtab 582187 582125 -62 -0.0
.symtab 175536 175488 -48 -0.0
.text 966460 966458 -2 -0.0
bl702+rpc (read/write) 1277699 1277443 -256 -0.0
.debug_abbrev 1710355 1706510 -3845 -0.2
.debug_aranges 156736 156680 -56 -0.0
.debug_frame 573804 573656 -148 -0.0
.debug_info 49505299 49450705 -54594 -0.1
.debug_line 5974918 5974174 -744 -0.0
.debug_loc 3984360 3984066 -294 -0.0
.debug_str 4743002 4742729 -273 -0.0
.strtab 643690 643628 -62 -0.0
.symtab 194096 194048 -48 -0.0
.text 1040374 1040116 -258 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 951194 947809 -3385 -0.4
.debug_aranges 117584 117528 -56 -0.0
.debug_frame 401012 400868 -144 -0.0
.debug_info 22707683 22663129 -44554 -0.2
.debug_loclists 1711471 1711429 -42 -0.0
.debug_str 3758341 3758077 -264 -0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
cyw30739 switch cyw930739m2evb_01 (read/write) 530915 530907 -8 -0.0
.app_xip_area 421901 421893 -8 -0.0
efr32 window-app BRD4187C (read/write) 1090488 1090432 -56 -0.0
.text 945216 945160 -56 -0.0
esp32 all-clusters-app c3devkit (read only) 1069168 1069072 -96 -0.0
.flash.text 1069168 1069072 -96 -0.0
k32w light k32w0+release (read only) 583612 583548 -64 -0.0
.text 583076 583012 -64 -0.0
linux chip-tool debug (read only) 15477193 15477081 -112 -0.0
.text 13157892 13157748 -144 -0.0
chip-tool-ipv6only arm64 (read only) 14808724 14808660 -64 -0.0
.text 12395956 12395892 -64 -0.0
ota-provider-app debug (read only) 2208669 2208589 -80 -0.0
.text 1913253 1913141 -112 -0.0
tv-casting-app debug (read only) 9058817 9058737 -80 -0.0
.text 8305986 8305874 -112 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 790776 790772 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1294089 1290706 -3383 -0.3
.debug_aranges 146872 146816 -56 -0.0
.debug_frame 491068 490940 -128 -0.0
.debug_info 31666227 31615443 -50784 -0.2
.debug_loclists 2281929 2281643 -286 -0.0
.debug_rnglists 142551 142514 -37 -0.0
.debug_str 4318104 4317824 -280 -0.0
.strtab 746045 745983 -62 -0.0
.symtab 476144 476064 -80 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1283823 1280384 -3439 -0.3
.debug_aranges 145912 145856 -56 -0.0
.debug_frame 493056 492928 -128 -0.0
.debug_info 31218086 31167235 -50851 -0.2
.debug_loclists 2271463 2271176 -287 -0.0
.debug_rnglists 141316 141279 -37 -0.0
.debug_str 4303115 4302827 -288 -0.0
.strtab 698611 698549 -62 -0.0
.symtab 459008 458928 -80 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1121574 1118039 -3535 -0.3
.debug_aranges 136304 136248 -56 -0.0
.debug_frame 457144 456996 -148 -0.0
.debug_info 2609334 26041756 -51585 -0.2
.debug_line 3587237 3584570 -2667 -0.1
.debug_loclists 2112009 2111756 -253 -0.0
.debug_rnglists 131338 131313 -25 -0.0
.debug_str 4117243 4116967 -276 -0.0
.strtab 622109 622047 -62 -0.0
.symtab 424512 424432 -80 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1103896 1100303 -3593 -0.3
.debug_aranges 134776 134720 -56 -0.0
.debug_frame 451704 451560 -144 -0.0
.debug_info 25659345 25608143 -51202 -0.2
.debug_loclists 2085429 2085115 -314 -0.0
.debug_rnglists 129384 129347 -37 -0.0
.debug_str 4079327 4079055 -272 -0.0
.strtab 596134 596094 -40 -0.0
.symtab 416640 416592 -48 -0.0
qpg lock-app qpg6105+debug (read/write) 1139852 1139804 -48 -0.0
.text 586952 586904 -48 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1029616 1029580 -36 -0.0
text 703656 703570 -86 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 960012 959976 -36 -0.0
text 664062 663974 -88 -0.0
bridge-app tlsr9518adk80d (read/write) 928352 928264 -88 -0.0
text 641540 641456 -84 -0.0
contact-sensor-app tlsr9518adk80d (read/write) 859596 859564 -32 -0.0
text 584278 584246 -32 -0.0
light-switch-app tlsr9518adk80d (read/write) 875912 875880 -32 -0.0
text 598896 598864 -32 -0.0
lighting-app tlsr9518adk80d (read/write) 964244 964164 -80 -0.0
text 677924 677842 -82 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 975616 975536 -80 -0.0
text 685442 685358 -84 -0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1033348 1033260 -88 -0.0
text 722622 722536 -86 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1065100 1065012 -88 -0.0
text 742960 742876 -84 -0.0
lock-app tlsr9518adk80d (read/write) 915020 914980 -40 -0.0
text 613256 613214 -42 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 882172 882140 -32 -0.0
text 606084 606050 -34 -0.0
pump-app tlsr9518adk80d (read/write) 865612 865524 -88 -0.0
text 590454 590366 -88 -0.0
pump-controller-app tlsr9518adk80d (read/write) 852408 852376 -32 -0.0
text 580576 580544 -32 -0.0
temperature-measurement-app tlsr9518adk80d (read/write) 848516 848484 -32 -0.0
text 576160 576126 -34 -0.0
thermostat tlsr9518adk80d (read/write) 893944 893912 -32 -0.0
text 615116 615088 -28 -0.0
window-covering tlsr9518adk80d (read/write) 889340 889300 -40 -0.0
text 610056 610014 -42 -0.0
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0d6dfde d859985 change % change
bl602 lighting-app bl602 (read/write) 1356026 1356034 8 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036104 1036106 2 0.0
bl602+rpc (read/write) 1403022 1403022 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067730 1067730 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187903 1187903 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1551313 1547483 -3830 -0.2
.debug_aranges 148448 148392 -56 -0.0
.debug_frame 545792 545644 -148 -0.0
.debug_info 44560371 44508919 -51452 -0.1
.debug_line 5558876 5558241 -635 -0.0
.debug_loc 3781197 3780903 -294 -0.0
.debug_ranges 388184 388472 288 0.1
.debug_str 4317532 4317253 -279 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107168 107168 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582187 582125 -62 -0.0
.symtab 175536 175488 -48 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966460 966458 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1277699 1277443 -256 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1710355 1706510 -3845 -0.2
.debug_aranges 156736 156680 -56 -0.0
.debug_frame 573804 573656 -148 -0.0
.debug_info 49505299 49450705 -54594 -0.1
.debug_line 5974918 5974174 -744 -0.0
.debug_loc 3984360 3984066 -294 -0.0
.debug_ranges 413664 413952 288 0.1
.debug_str 4743002 4742729 -273 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121712 121712 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643690 643628 -62 -0.0
.symtab 194096 194048 -48 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1040374 1040116 -258 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605850 607882 2032 0.3
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951194 947809 -3385 -0.4
.debug_aranges 117584 117528 -56 -0.0
.debug_frame 401012 400868 -144 -0.0
.debug_info 22707683 22663129 -44554 -0.2
.debug_line 2853260 2855045 1785 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1711471 1711429 -42 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 106453 106502 49 0.0
.debug_str 3758341 3758077 -264 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
.text 499272 501304 2032 0.4
cyw30739 light cyw930739m2evb_01 (read/write) 541995 541995 0 0.0
.app_xip_area 434621 434621 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529387 529387 0 0.0
.app_xip_area 416877 416877 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566283 566483 200 0.0
.app_xip_area 459837 460037 200 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530915 530907 -8 -0.0
.app_xip_area 421901 421893 -8 -0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 987924 987924 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 805904 805904 0 0.0
BRD4187C (read/write) 1019560 1019560 0 0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 857164 857164 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069240 1069240 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892908 892908 0 0.0
window-app BRD4187C (read/write) 1090488 1090432 -56 -0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 945216 945160 -56 -0.0
esp32 all-clusters-app c3devkit (read only) 1069168 1069072 -96 -0.0
(read/write) 1584576 1584624 48 0.0
.dram0.bss 75704 75704 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 215768 215816 48 0.0
.flash.text 1069168 1069072 -96 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1115123 1115347 224 0.0
(read/write) 493826 493874 48 0.0
.dram0.bss 80704 80704 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 243668 243716 48 0.0
.flash.text 1109739 1109963 224 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584652 584652 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584116 584116 0 0.0
light k32w0+release (read only) 583612 583548 -64 -0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583076 583012 -64 -0.0
lock k32w0+release (read only) 556156 556156 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555620 555620 0 0.0
linux all-clusters-app debug (read only) 3239341 3244045 4704 0.1
(read/write) 156952 156952 0 0.0
.bss 58784 58784 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 89496 89496 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 231336 231368 32 0.0
.text 2818501 2823173 4672 0.2
all-clusters-minimal-app debug (read only) 3036109 3037725 1616 0.1
(read/write) 145000 145000 0 0.0
.bss 57344 57344 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79128 79128 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2626805 2628421 1616 0.1
bridge-app debug (read only) 2518637 2519341 704 0.0
(read/write) 129608 129608 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69560 69560 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172840 172872 32 0.0
.text 2173573 2174245 672 0.0
chip-tool debug (read only) 15477193 15477081 -112 -0.0
(read/write) 704768 704768 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 668512 668512 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 683829 683861 32 0.0
.text 13157892 13157748 -144 -0.0
chip-tool-ipv6only arm64 (read only) 14808724 14808660 -64 -0.0
(read/write) 757608 757608 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 698304 698304 0 0.0
.dynamic 560 560 0 0.0
.got 16648 16648 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 620200 620200 0 0.0
.text 12395956 12395892 -64 -0.0
dynamic-bridge-app-ipv6only debug (read only) 2567653 2568325 672 0.0
(read/write) 126768 126768 0 0.0
.bss 47544 47544 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 70288 70288 0 0.0
.dynamic 624 624 0 0.0
.got 4792 4792 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 175784 175784 0 0.0
.text 2214629 2215301 672 0.0
lighting-app debug+rpc+ui (read only) 3381241 3382201 960 0.0
(read/write) 135696 135696 0 0.0
.bss 49344 49344 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76768 76768 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 286388 286420 32 0.0
.text 2898162 2899090 928 0.0
lock-app debug (read only) 2608773 2611973 3200 0.1
(read/write) 116912 116912 0 0.0
.bss 45248 45248 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63720 63720 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200296 200296 0 0.0
.text 2244421 2247621 3200 0.1
ota-provider-app debug (read only) 2208669 2208589 -80 -0.0
(read/write) 103600 103600 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51880 51880 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153992 154024 32 0.0
.text 1913253 1913141 -112 -0.0
ota-requestor-app debug (read only) 2376245 2376469 224 0.0
(read/write) 111392 111392 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56736 56736 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158056 158088 32 0.0
.text 2067893 2068085 192 0.0
shell debug (read only) 2773113 2777705 4592 0.2
(read/write) 145336 145336 0 0.0
.bss 57704 57704 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 80552 80552 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 199442 199474 32 0.0
.text 2408194 2412754 4560 0.2
thermostat-no-ble arm64 (read only) 2605196 2605212 16 0.0
(read/write) 142760 142760 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79072 79072 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2210596 2210612 16 0.0
tv-app debug (read only) 3313521 3314225 704 0.0
(read/write) 261472 261472 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222328 222360 32 0.0
.text 2895106 2895778 672 0.0
tv-casting-app debug (read only) 9058817 9058737 -80 -0.0
(read/write) 217960 217960 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 157600 157600 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 327692 327724 32 0.0
.text 8305986 8305874 -112 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2496392 2497992 1600 0.1
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1459076 1460676 1600 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1190588 1190636 48 0.0
bss 154135 154135 0 0.0
rodata 135612 135660 48 0.0
text 820052 820056 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1450424 1450472 48 0.0
bss 133875 133875 0 0.0
rodata 231672 231720 48 0.0
text 790776 790772 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1131696 1131744 48 0.0
bss 152775 152775 0 0.0
rodata 109424 109472 48 0.0
text 788820 788820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842096 842096 0 0.0
(read/write) 1726148 1726292 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188684 188684 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1294089 1290706 -3383 -0.3
.debug_aranges 146872 146816 -56 -0.0
.debug_frame 491068 490940 -128 -0.0
.debug_info 31666227 31615443 -50784 -0.2
.debug_line 3996832 4001253 4421 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2281929 2281643 -286 -0.0
.debug_rnglists 142551 142514 -37 -0.0
.debug_str 4318104 4317824 -280 -0.0
.heap 842096 842096 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 746045 745983 -62 -0.0
.symtab 476144 476064 -80 -0.0
.text 0 0 0 0.0
1526516 1526660 144 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843424 843424 0 0.0
(read/write) 1662236 1662236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187356 187356 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1283823 1280384 -3439 -0.3
.debug_aranges 145912 145856 -56 -0.0
.debug_frame 493056 492928 -128 -0.0
.debug_info 31218086 31167235 -50851 -0.2
.debug_line 4008610 4012830 4220 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2271463 2271176 -287 -0.0
.debug_rnglists 141316 141279 -37 -0.0
.debug_str 4303115 4302827 -288 -0.0
.heap 843424 843424 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 698611 698549 -62 -0.0
.symtab 459008 458928 -80 -0.0
.text 1463932 1463932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1594788 1594788 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1121574 1118039 -3535 -0.3
.debug_aranges 136304 136248 -56 -0.0
.debug_frame 457144 456996 -148 -0.0
.debug_info 2609334 26041756 -51585 -0.2
.debug_line 3587237 3584570 -2667 -0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 2112009 2111756 -253 -0.0
.debug_rnglists 131338 131313 -25 -0.0
.debug_str 4117243 4116967 -276 -0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622109 622047 -62 -0.0
.symtab 424512 424432 -80 -0.0
.text 1402620 1402620 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627964 1628092 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1103896 1100303 -3593 -0.3
.debug_aranges 134776 134720 -56 -0.0
.debug_frame 451704 451560 -144 -0.0
.debug_info 25659345 25608143 -51202 -0.2
.debug_line 3522667 3524305 1638 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2085429 2085115 -314 -0.0
.debug_rnglists 129384 129347 -37 -0.0
.debug_str 4079327 4079055 -272 -0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596134 596094 -40 -0.0
.symtab 416640 416592 -48 -0.0
.text 1408196 1408324 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170468 1170468 0 0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617564 617564 0 0.0
lock-app qpg6105+debug (read/write) 1139852 1139804 -48 -0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586952 586904 -48 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029616 1029580 -36 -0.0
bss 97548 97548 0 0.0
text 703656 703570 -86 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 960012 959976 -36 -0.0
bss 96072 96072 0 0.0
text 664062 663974 -88 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928352 928264 -88 -0.0
bss 100308 100308 0 0.0
text 641540 641456 -84 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 859596 859564 -32 -0.0
bss 89968 89968 0 0.0
text 584278 584246 -32 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875912 875880 -32 -0.0
bss 90136 90136 0 0.0
text 598896 598864 -32 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964244 964164 -80 -0.0
bss 98492 98492 0 0.0
text 677924 677842 -82 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 975616 975536 -80 -0.0
bss 102740 102740 0 0.0
text 685442 685358 -84 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033348 1033260 -88 -0.0
bss 100056 100056 0 0.0
text 722622 722536 -86 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065100 1065012 -88 -0.0
bss 111140 111140 0 0.0
text 742960 742876 -84 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915020 914980 -40 -0.0
bss 90632 90632 0 0.0
text 613256 613214 -42 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882172 882140 -32 -0.0
bss 91236 91236 0 0.0
text 606084 606050 -34 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865612 865524 -88 -0.0
bss 90100 90100 0 0.0
text 590454 590366 -88 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 852408 852376 -32 -0.0
bss 89900 89900 0 0.0
text 580576 580544 -32 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 848516 848484 -32 -0.0
bss 89808 89808 0 0.0
text 576160 576126 -34 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 893944 893912 -32 -0.0
bss 90344 90344 0 0.0
text 615116 615088 -28 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 889340 889300 -40 -0.0
bss 90636 90636 0 0.0
text 610056 610014 -42 -0.0

@github-actions
Copy link

github-actions bot commented Jun 2, 2023

PR #27035: Size comparison from 0d6dfde to 30f007d

Increases above 0.2%:

platform target config section 0d6dfde 30f007d change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.text 499272 501304 2032 0.4
Increases (21 builds for cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, psoc6)
platform target config section 0d6dfde 30f007d change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 605850 607882 2032 0.3
.debug_line 2853260 2854026 766 0.0
.text 499272 501304 2032 0.4
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 566283 566483 200 0.0
.app_xip_area 459837 460037 200 0.0
esp32 all-clusters-app c3devkit (read/write) 1584576 1584624 48 0.0
.flash.rodata 215768 215816 48 0.0
m5stack (read only) 1115123 1115347 224 0.0
(read/write) 493826 493870 44 0.0
.flash.rodata 243668 243712 44 0.0
.flash.text 1109739 1109963 224 0.0
linux all-clusters-app debug (read only) 3239341 3243821 4480 0.1
.text 2818501 2823173 4672 0.2
all-clusters-minimal-app debug (read only) 3036109 3037533 1424 0.0
.text 2626805 2628421 1616 0.1
bridge-app debug (read only) 2518637 2519149 512 0.0
.text 2173573 2174245 672 0.0
dynamic-bridge-app-ipv6only debug (read only) 2567653 2568101 448 0.0
.text 2214629 2215301 672 0.0
lighting-app debug+rpc+ui (read only) 3381241 3381977 736 0.0
.text 2898162 2899090 928 0.0
lock-app debug (read only) 2608773 2611781 3008 0.1
.text 2244421 2247621 3200 0.1
ota-requestor-app debug (read only) 2376245 2376277 32 0.0
.text 2067893 2068085 192 0.0
shell debug (read only) 2773113 2777481 4368 0.2
.text 2408194 2412754 4560 0.2
thermostat-no-ble arm64 (read only) 2605196 2605212 16 0.0
.text 2210596 2210612 16 0.0
tv-app debug (read only) 3313521 3314001 480 0.0
.text 2895106 2895778 672 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2496392 2497992 1600 0.1
.text 1459076 1460676 1600 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190588 1190636 48 0.0
rodata 135612 135660 48 0.0
text 820052 820056 4 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1450424 1450472 48 0.0
rodata 231672 231720 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1131696 1131744 48 0.0
rodata 109424 109472 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1726148 1726292 144 0.0
.debug_line 3996832 4000322 3490 0.1
.text 1526516 1526660 144 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 4008610 4011899 3289 0.1
lock cy8ckit_062s2_43012 (read/write) 1627964 1628092 128 0.0
.debug_line 3522667 3523374 707 0.0
.text 1408196 1408324 128 0.0
Decreases (43 builds for bl602, bl702, cc32xx, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 0d6dfde 30f007d change % change
bl602 lighting-app bl602+rpc (read/write) 1403022 1403014 -8 -0.0
.text 1067730 1067728 -2 -0.0
bl702 lighting-app bl702 .debug_abbrev 1551313 1547297 -4016 -0.3
.debug_aranges 148448 148376 -72 -0.0
.debug_frame 545792 545520 -272 -0.0
.debug_info 44560371 44506589 -53782 -0.1
.debug_line 5558876 5556556 -2320 -0.0
.debug_loc 3781197 3780085 -1112 -0.0
.debug_ranges 388184 388120 -64 -0.0
.debug_str 4317532 4317012 -520 -0.0
.strtab 582187 582125 -62 -0.0
.symtab 175536 175488 -48 -0.0
.text 966460 966458 -2 -0.0
bl702+rpc (read/write) 1277699 1277443 -256 -0.0
.debug_abbrev 1710355 1706324 -4031 -0.2
.debug_aranges 156736 156664 -72 -0.0
.debug_frame 573804 573532 -272 -0.0
.debug_info 49505299 49448376 -56923 -0.1
.debug_line 5974918 5972489 -2429 -0.0
.debug_loc 3984360 3983248 -1112 -0.0
.debug_ranges 413664 413600 -64 -0.0
.debug_str 4743002 4742488 -514 -0.0
.strtab 643690 643628 -62 -0.0
.symtab 194096 194048 -48 -0.0
.text 1040374 1040118 -256 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 951194 947605 -3589 -0.4
.debug_aranges 117584 117512 -72 -0.1
.debug_frame 401012 400776 -236 -0.1
.debug_info 22707683 22660530 -47153 -0.2
.debug_loclists 1711471 1710892 -579 -0.0
.debug_rnglists 106453 106388 -65 -0.1
.debug_str 3758341 3757773 -568 -0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
efr32 lighting-app BRD4187C (read/write) 1019560 1019552 -8 -0.0
.text 857164 857156 -8 -0.0
window-app BRD4187C (read/write) 1090488 1090432 -56 -0.0
.text 945216 945160 -56 -0.0
esp32 all-clusters-app c3devkit (read only) 1069168 1069074 -94 -0.0
.flash.text 1069168 1069074 -94 -0.0
k32w light k32w0+release (read only) 583612 583548 -64 -0.0
.text 583076 583012 -64 -0.0
linux all-clusters-app debug .rodata 231336 231144 -192 -0.1
all-clusters-minimal-app debug .rodata 224200 224008 -192 -0.1
bridge-app debug .rodata 172840 172680 -160 -0.1
chip-tool debug (read only) 15477193 15476889 -304 -0.0
.rodata 683829 683669 -160 -0.0
.text 13157892 13157748 -144 -0.0
chip-tool-ipv6only arm64 (read only) 14808724 14808660 -64 -0.0
.text 12395956 12395892 -64 -0.0
dynamic-bridge-app-ipv6only debug .rodata 175784 175560 -224 -0.1
lighting-app debug+rpc+ui .rodata 286388 286196 -192 -0.1
lock-app debug .rodata 200296 200104 -192 -0.1
ota-provider-app debug (read only) 2208669 2208365 -304 -0.0
.rodata 153992 153800 -192 -0.1
.text 1913253 1913141 -112 -0.0
ota-requestor-app debug .rodata 158056 157896 -160 -0.1
shell debug .rodata 199442 199250 -192 -0.1
tv-app debug .rodata 222328 222136 -192 -0.1
tv-casting-app debug (read only) 9058817 9058513 -304 -0.0
.rodata 327692 327500 -192 -0.1
.text 8305986 8305874 -112 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 790776 790772 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1294089 1290502 -3587 -0.3
.debug_aranges 146872 146800 -72 -0.0
.debug_frame 491068 490848 -220 -0.0
.debug_info 31666227 31612997 -53230 -0.2
.debug_loclists 2281929 2281106 -823 -0.0
.debug_rnglists 142551 142407 -144 -0.1
.debug_str 4318104 4317573 -531 -0.0
.strtab 746045 745983 -62 -0.0
.symtab 476144 476064 -80 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1283823 1280180 -3643 -0.3
.debug_aranges 145912 145840 -72 -0.0
.debug_frame 493056 492836 -220 -0.0
.debug_info 31218086 31164789 -53297 -0.2
.debug_loclists 2271463 2270639 -824 -0.0
.debug_rnglists 141316 141172 -144 -0.1
.debug_str 4303115 4302576 -539 -0.0
.strtab 698611 698549 -62 -0.0
.symtab 459008 458928 -80 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1121574 1117835 -3739 -0.3
.debug_aranges 136304 136232 -72 -0.1
.debug_frame 457144 456904 -240 -0.1
.debug_info 2609334 26039309 -54032 -0.2
.debug_line 3587237 3583639 -3598 -0.1
.debug_loclists 2112009 2111219 -790 -0.0
.debug_rnglists 131338 131206 -132 -0.1
.debug_str 4117243 4116716 -527 -0.0
.strtab 622109 622047 -62 -0.0
.symtab 424512 424432 -80 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1103896 1100099 -3797 -0.3
.debug_aranges 134776 134704 -72 -0.1
.debug_frame 451704 451468 -236 -0.1
.debug_info 25659345 25605695 -53650 -0.2
.debug_loclists 2085429 2084578 -851 -0.0
.debug_rnglists 129384 129240 -144 -0.1
.debug_str 4079327 4078804 -523 -0.0
.strtab 596134 596094 -40 -0.0
.symtab 416640 416592 -48 -0.0
qpg lock-app qpg6105+debug (read/write) 1139852 1139804 -48 -0.0
.text 586952 586904 -48 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1029616 1029580 -36 -0.0
text 703656 703570 -86 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 960012 959976 -36 -0.0
text 664062 663974 -88 -0.0
bridge-app tlsr9518adk80d (read/write) 928352 928264 -88 -0.0
text 641540 641454 -86 -0.0
contact-sensor-app tlsr9518adk80d (read/write) 859596 859564 -32 -0.0
text 584278 584248 -30 -0.0
light-switch-app tlsr9518adk80d (read/write) 875912 875880 -32 -0.0
text 598896 598864 -32 -0.0
lighting-app tlsr9518adk80d (read/write) 964244 964156 -88 -0.0
text 677924 677840 -84 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 975616 975536 -80 -0.0
text 685442 685360 -82 -0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1033348 1033268 -80 -0.0
text 722622 722540 -82 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1065100 1065020 -80 -0.0
text 742960 742878 -82 -0.0
lock-app tlsr9518adk80d (read/write) 915020 914972 -48 -0.0
text 613256 613212 -44 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 882172 882140 -32 -0.0
text 606084 606050 -34 -0.0
pump-app tlsr9518adk80d (read/write) 865612 865524 -88 -0.0
text 590454 590362 -92 -0.0
pump-controller-app tlsr9518adk80d (read/write) 852408 852384 -24 -0.0
text 580576 580546 -30 -0.0
temperature-measurement-app tlsr9518adk80d (read/write) 848516 848484 -32 -0.0
text 576160 576126 -34 -0.0
thermostat tlsr9518adk80d (read/write) 893944 893912 -32 -0.0
text 615116 615088 -28 -0.0
window-covering tlsr9518adk80d (read/write) 889340 889300 -40 -0.0
text 610056 610016 -40 -0.0
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0d6dfde 30f007d change % change
bl602 lighting-app bl602 (read/write) 1356026 1356026 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036104 1036104 0 0.0
bl602+rpc (read/write) 1403022 1403014 -8 -0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067730 1067728 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187903 1187903 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1551313 1547297 -4016 -0.3
.debug_aranges 148448 148376 -72 -0.0
.debug_frame 545792 545520 -272 -0.0
.debug_info 44560371 44506589 -53782 -0.1
.debug_line 5558876 5556556 -2320 -0.0
.debug_loc 3781197 3780085 -1112 -0.0
.debug_ranges 388184 388120 -64 -0.0
.debug_str 4317532 4317012 -520 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107168 107168 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582187 582125 -62 -0.0
.symtab 175536 175488 -48 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966460 966458 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1277699 1277443 -256 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1710355 1706324 -4031 -0.2
.debug_aranges 156736 156664 -72 -0.0
.debug_frame 573804 573532 -272 -0.0
.debug_info 49505299 49448376 -56923 -0.1
.debug_line 5974918 5972489 -2429 -0.0
.debug_loc 3984360 3983248 -1112 -0.0
.debug_ranges 413664 413600 -64 -0.0
.debug_str 4743002 4742488 -514 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121712 121712 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643690 643628 -62 -0.0
.symtab 194096 194048 -48 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1040374 1040118 -256 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605850 607882 2032 0.3
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951194 947605 -3589 -0.4
.debug_aranges 117584 117512 -72 -0.1
.debug_frame 401012 400776 -236 -0.1
.debug_info 22707683 22660530 -47153 -0.2
.debug_line 2853260 2854026 766 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1711471 1710892 -579 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 106453 106388 -65 -0.1
.debug_str 3758341 3757773 -568 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484233 484193 -40 -0.0
.symtab 287408 287376 -32 -0.0
.text 499272 501304 2032 0.4
cyw30739 light cyw930739m2evb_01 (read/write) 541995 541995 0 0.0
.app_xip_area 434621 434621 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529387 529387 0 0.0
.app_xip_area 416877 416877 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566283 566483 200 0.0
.app_xip_area 459837 460037 200 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530915 530915 0 0.0
.app_xip_area 421901 421901 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 987924 987924 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 805904 805904 0 0.0
BRD4187C (read/write) 1019560 1019552 -8 -0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 857164 857156 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1069240 1069240 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892908 892908 0 0.0
window-app BRD4187C (read/write) 1090488 1090432 -56 -0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 945216 945160 -56 -0.0
esp32 all-clusters-app c3devkit (read only) 1069168 1069074 -94 -0.0
(read/write) 1584576 1584624 48 0.0
.dram0.bss 75704 75704 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 215768 215816 48 0.0
.flash.text 1069168 1069074 -94 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1115123 1115347 224 0.0
(read/write) 493826 493870 44 0.0
.dram0.bss 80704 80704 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 243668 243712 44 0.0
.flash.text 1109739 1109963 224 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584652 584652 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584116 584116 0 0.0
light k32w0+release (read only) 583612 583548 -64 -0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583076 583012 -64 -0.0
lock k32w0+release (read only) 556156 556156 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555620 555620 0 0.0
linux all-clusters-app debug (read only) 3239341 3243821 4480 0.1
(read/write) 156952 156952 0 0.0
.bss 58784 58784 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 89496 89496 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 231336 231144 -192 -0.1
.text 2818501 2823173 4672 0.2
all-clusters-minimal-app debug (read only) 3036109 3037533 1424 0.0
(read/write) 145000 145000 0 0.0
.bss 57344 57344 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79128 79128 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224008 -192 -0.1
.text 2626805 2628421 1616 0.1
bridge-app debug (read only) 2518637 2519149 512 0.0
(read/write) 129608 129608 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69560 69560 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172840 172680 -160 -0.1
.text 2173573 2174245 672 0.0
chip-tool debug (read only) 15477193 15476889 -304 -0.0
(read/write) 704768 704768 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 668512 668512 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 683829 683669 -160 -0.0
.text 13157892 13157748 -144 -0.0
chip-tool-ipv6only arm64 (read only) 14808724 14808660 -64 -0.0
(read/write) 757608 757608 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 698304 698304 0 0.0
.dynamic 560 560 0 0.0
.got 16648 16648 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 620200 620200 0 0.0
.text 12395956 12395892 -64 -0.0
dynamic-bridge-app-ipv6only debug (read only) 2567653 2568101 448 0.0
(read/write) 126768 126768 0 0.0
.bss 47544 47544 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 70288 70288 0 0.0
.dynamic 624 624 0 0.0
.got 4792 4792 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 175784 175560 -224 -0.1
.text 2214629 2215301 672 0.0
lighting-app debug+rpc+ui (read only) 3381241 3381977 736 0.0
(read/write) 135696 135696 0 0.0
.bss 49344 49344 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76768 76768 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 286388 286196 -192 -0.1
.text 2898162 2899090 928 0.0
lock-app debug (read only) 2608773 2611781 3008 0.1
(read/write) 116912 116912 0 0.0
.bss 45248 45248 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63720 63720 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200296 200104 -192 -0.1
.text 2244421 2247621 3200 0.1
ota-provider-app debug (read only) 2208669 2208365 -304 -0.0
(read/write) 103600 103600 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51880 51880 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153992 153800 -192 -0.1
.text 1913253 1913141 -112 -0.0
ota-requestor-app debug (read only) 2376245 2376277 32 0.0
(read/write) 111392 111392 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56736 56736 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158056 157896 -160 -0.1
.text 2067893 2068085 192 0.0
shell debug (read only) 2773113 2777481 4368 0.2
(read/write) 145336 145336 0 0.0
.bss 57704 57704 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 80552 80552 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 199442 199250 -192 -0.1
.text 2408194 2412754 4560 0.2
thermostat-no-ble arm64 (read only) 2605196 2605212 16 0.0
(read/write) 142760 142760 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79072 79072 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2210596 2210612 16 0.0
tv-app debug (read only) 3313521 3314001 480 0.0
(read/write) 261472 261472 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222328 222136 -192 -0.1
.text 2895106 2895778 672 0.0
tv-casting-app debug (read only) 9058817 9058513 -304 -0.0
(read/write) 217960 217960 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 157600 157600 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 327692 327500 -192 -0.1
.text 8305986 8305874 -112 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2496392 2497992 1600 0.1
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1459076 1460676 1600 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1190588 1190636 48 0.0
bss 154135 154135 0 0.0
rodata 135612 135660 48 0.0
text 820052 820056 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1450424 1450472 48 0.0
bss 133875 133875 0 0.0
rodata 231672 231720 48 0.0
text 790776 790772 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1131696 1131744 48 0.0
bss 152775 152775 0 0.0
rodata 109424 109472 48 0.0
text 788820 788820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842096 842096 0 0.0
(read/write) 1726148 1726292 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188684 188684 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1294089 1290502 -3587 -0.3
.debug_aranges 146872 146800 -72 -0.0
.debug_frame 491068 490848 -220 -0.0
.debug_info 31666227 31612997 -53230 -0.2
.debug_line 3996832 4000322 3490 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2281929 2281106 -823 -0.0
.debug_rnglists 142551 142407 -144 -0.1
.debug_str 4318104 4317573 -531 -0.0
.heap 842096 842096 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 746045 745983 -62 -0.0
.symtab 476144 476064 -80 -0.0
.text 1526516 1526660 144 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843424 843424 0 0.0
(read/write) 1662236 1662236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187356 187356 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1283823 1280180 -3643 -0.3
.debug_aranges 145912 145840 -72 -0.0
.debug_frame 493056 492836 -220 -0.0
.debug_info 31218086 31164789 -53297 -0.2
.debug_line 4008610 4011899 3289 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2271463 2270639 -824 -0.0
.debug_rnglists 141316 141172 -144 -0.1
.debug_str 4303115 4302576 -539 -0.0
.heap 843424 843424 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 698611 698549 -62 -0.0
.symtab 459008 458928 -80 -0.0
.text 1463932 1463932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1594788 1594788 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1121574 1117835 -3739 -0.3
.debug_aranges 136304 136232 -72 -0.1
.debug_frame 457144 456904 -240 -0.1
.debug_info 2609334 26039309 -54032 -0.2
.debug_line 3587237 3583639 -3598 -0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 2112009 2111219 -790 -0.0
.debug_rnglists 131338 131206 -132 -0.1
.debug_str 4117243 4116716 -527 -0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622109 622047 -62 -0.0
.symtab 424512 424432 -80 -0.0
.text 1402620 1402620 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627964 1628092 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1103896 1100099 -3797 -0.3
.debug_aranges 134776 134704 -72 -0.1
.debug_frame 451704 451468 -236 -0.1
.debug_info 25659345 25605695 -53650 -0.2
.debug_line 3522667 3523374 707 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2085429 2084578 -851 -0.0
.debug_rnglists 129384 129240 -144 -0.1
.debug_str 4079327 4078804 -523 -0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596134 596094 -40 -0.0
.symtab 416640 416592 -48 -0.0
.text 1408196 1408324 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170468 1170468 0 0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617564 617564 0 0.0
lock-app qpg6105+debug (read/write) 1139852 1139804 -48 -0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586952 586904 -48 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029616 1029580 -36 -0.0
bss 97548 97548 0 0.0
text 703656 703570 -86 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 960012 959976 -36 -0.0
bss 96072 96072 0 0.0
text 664062 663974 -88 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928352 928264 -88 -0.0
bss 100308 100308 0 0.0
text 641540 641454 -86 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 859596 859564 -32 -0.0
bss 89968 89968 0 0.0
text 584278 584248 -30 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875912 875880 -32 -0.0
bss 90136 90136 0 0.0
text 598896 598864 -32 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964244 964156 -88 -0.0
bss 98492 98492 0 0.0
text 677924 677840 -84 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 975616 975536 -80 -0.0
bss 102740 102740 0 0.0
text 685442 685360 -82 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033348 1033268 -80 -0.0
bss 100056 100056 0 0.0
text 722622 722540 -82 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065100 1065020 -80 -0.0
bss 111140 111140 0 0.0
text 742960 742878 -82 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915020 914972 -48 -0.0
bss 90632 90632 0 0.0
text 613256 613212 -44 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882172 882140 -32 -0.0
bss 91236 91236 0 0.0
text 606084 606050 -34 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865612 865524 -88 -0.0
bss 90100 90100 0 0.0
text 590454 590362 -92 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 852408 852384 -24 -0.0
bss 89900 89900 0 0.0
text 580576 580546 -30 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 848516 848484 -32 -0.0
bss 89808 89808 0 0.0
text 576160 576126 -34 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 893944 893912 -32 -0.0
bss 90344 90344 0 0.0
text 615116 615088 -28 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 889340 889300 -40 -0.0
bss 90636 90636 0 0.0
text 610056 610016 -40 -0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants