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

[chip-tool] Add delay commands module to chip-tool with busy-wait com… #24063

Merged

Conversation

vivien-apple
Copy link
Contributor

@vivien-apple vivien-apple commented Dec 13, 2022

…mand

Problem

[hint] This is different than #23886 in the sense that it can be used at any time during an interactive session.
That makes it useful to try to not asked messages from the server, such as the messages from a subscription.

One of the thing this PR tries to achieved is to trigger an INVALID_SUBSCRIPTION status response when a subscription is in place. The mechanism used is to prevent any message processing from the stack for a duration longer than the subscription maximum interval + the mrp retries.

As an example:

$ chip-tool interactive start

# Once in interactive mode
>>> onoff subscribe on-off 1 5 0x12344321 1
>>> delay busy-wait 10000

The messages are queued during this interval (and not dropped) and so they are delivered to the message processing code afterwards. Which in turn trigger the stack to ack the reports but the subscription is closed on the other side.

@github-actions
Copy link

github-actions bot commented Dec 13, 2022

PR #24063: Size comparison from 64b2ca4 to 1fdc183

Increases (7 builds for bl602, linux, nrfconnect, qpg, telink)
platform target config section 64b2ca4 1fdc183 change % change
bl602 lighting-app bl602+rpc .text 1069940 1069942 2 0.0
linux chip-tool-ipv6only arm64 (read only) 10544748 10545804 1056 0.0
(read/write) 690417 690497 80 0.0
.data.rel.ro 634848 634928 80 0.0
.got 13816 13824 8 0.1
.rodata 531004 531084 80 0.0
.text 8396164 8396916 752 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 819956 819960 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 790124 790128 4 0.0
qpg lighting-app qpg6105+debug (read/write) 1151080 1151088 8 0.0
.text 598180 598188 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1091812 1091820 8 0.0
text 739536 739538 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 1031184 1031192 8 0.0
text 704744 704746 2 0.0
Decreases (7 builds for bl602, bl702, esp32, psoc6, telink)
platform target config section 64b2ca4 1fdc183 change % change
bl602 lighting-app bl602 (read/write) 1355806 1355798 -8 -0.0
.text 1038522 1038520 -2 -0.0
bl702 lighting-app bl702 (read/write) 1195711 1195695 -16 -0.0
.debug_info 39199556 39199555 -1 -0.0
.text 956210 956208 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1219180 1219178 -2 -0.0
(read/write) 1790954 1790938 -16 -0.0
.flash.rodata 248312 248296 -16 -0.0
.flash.text 1219180 1219178 -2 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26808654 26808652 -2 -0.0
light cy8ckit_062s2_43012 .debug_info 22271328 22271326 -2 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 952616 952608 -8 -0.0
text 651354 651352 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 966208 966200 -8 -0.0
text 662614 662610 -4 -0.0
Full report (35 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 64b2ca4 1fdc183 change % change
bl602 lighting-app bl602 (read/write) 1355806 1355798 -8 -0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1038522 1038520 -2 -0.0
bl602+rpc (read/write) 1401582 1401582 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069940 1069942 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195711 1195695 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67182 67182 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529198 1529198 0 0.0
.debug_aranges 132728 132728 0 0.0
.debug_frame 486912 486912 0 0.0
.debug_info 39199556 39199555 -1 -0.0
.debug_line 5149094 5149094 0 0.0
.debug_loc 3380122 3380122 0 0.0
.debug_ranges 363736 363736 0 0.0
.debug_str 3479506 3479506 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568924 568924 0 0.0
.symtab 172176 172176 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956210 956208 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284187 1284187 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676612 1676612 0 0.0
.debug_aranges 140848 140848 0 0.0
.debug_frame 514328 514328 0 0.0
.debug_info 43491863 43491863 0 0.0
.debug_line 5538537 5538537 0 0.0
.debug_loc 3574757 3574757 0 0.0
.debug_ranges 387272 387272 0 0.0
.debug_str 3881775 3881775 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130096 130096 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629208 629208 0 0.0
.symtab 190352 190352 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030186 1030186 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588406 588406 0 0.0
.app_xip_area 464672 464672 0 0.0
.bss 66192 66192 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592218 592218 0 0.0
.app_xip_area 463188 463188 0 0.0
.bss 71480 71480 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551682 551682 0 0.0
.app_xip_area 433444 433444 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976256 976256 0 0.0
.bss 152252 152252 0 0.0
.data 2168 2168 0 0.0
.text 821816 821816 0 0.0
BRD4161A+rs911x (read/write) 1038336 1038336 0 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 849576 849576 0 0.0
BRD4187C (read/write) 1149444 1149444 0 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 983684 983684 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163768 1163768 0 0.0
.bss 158296 158296 0 0.0
.data 2020 2020 0 0.0
.text 1003428 1003428 0 0.0
window-app BRD4187C (read/write) 1142072 1142072 0 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 974872 974872 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219180 1219178 -2 -0.0
(read/write) 1790954 1790938 -16 -0.0
.dram0.bss 76992 76992 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248312 248296 -16 -0.0
.flash.text 1219180 1219178 -2 -0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233363 1233363 0 0.0
(read/write) 564187 564187 0 0.0
.dram0.bss 82144 82144 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314100 314100 0 0.0
.flash.text 1227979 1227979 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662656 662656 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564328 564328 0 0.0
light k32w0+release (read/write) 673220 673220 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593528 593528 0 0.0
lock k32w0+release (read/write) 634176 634176 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553704 553704 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10544748 10545804 1056 0.0
(read/write) 690417 690497 80 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 634848 634928 80 0.0
.dynamic 560 560 0 0.0
.got 13816 13824 8 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 531004 531084 80 0.0
.text 8396164 8396916 752 0.0
thermostat-no-ble arm64 (read only) 2436132 2436132 0 0.0
(read/write) 143857 143857 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77472 77472 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145404 145404 0 0.0
.text 2046736 2046736 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463624 2463624 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1426268 1426268 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190871 1190871 0 0.0
bss 145285 145285 0 0.0
rodata 144460 144460 0 0.0
text 819956 819960 4 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361070 1361070 0 0.0
bss 105224 105224 0 0.0
rodata 211556 211556 0 0.0
text 759804 759804 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136515 1136515 0 0.0
bss 144520 144520 0 0.0
rodata 120776 120776 0 0.0
text 790124 790128 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1749100 1749100 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238249 1238249 0 0.0
.debug_aranges 110928 110928 0 0.0
.debug_frame 372332 372332 0 0.0
.debug_info 27071837 27071837 0 0.0
.debug_line 3708420 3708420 0 0.0
.debug_loc 3623454 3623454 0 0.0
.debug_ranges 346376 346376 0 0.0
.debug_str 3449871 3449871 0 0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571764 571764 0 0.0
.symtab 422064 422064 0 0.0
.text 0 0 0 0.0
1549344 1549344 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691628 1691628 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1230140 1230140 0 0.0
.debug_aranges 110400 110400 0 0.0
.debug_frame 375388 375388 0 0.0
.debug_info 26808654 26808652 -2 -0.0
.debug_line 3727357 3727357 0 0.0
.debug_loc 3611060 3611060 0 0.0
.debug_ranges 344992 344992 0 0.0
.debug_str 3438883 3438883 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535853 535853 0 0.0
.symtab 408496 408496 0 0.0
.text 1492600 1492600 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609836 1609836 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064937 1064937 0 0.0
.debug_aranges 102600 102600 0 0.0
.debug_frame 345724 345724 0 0.0
.debug_info 22271328 22271326 -2 -0.0
.debug_line 3294684 3294684 0 0.0
.debug_loc 3308967 3308967 0 0.0
.debug_ranges 309128 309128 0 0.0
.debug_str 3244469 3244469 0 0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472178 472178 0 0.0
.symtab 376864 376864 0 0.0
.text 1419000 1419000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1643780 1643780 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 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 2472 2472 0 0.0
.debug_abbrev 1066869 1066869 0 0.0
.debug_aranges 102984 102984 0 0.0
.debug_frame 347520 347520 0 0.0
.debug_info 22489750 22489750 0 0.0
.debug_line 3294514 3294514 0 0.0
.debug_loc 3330414 3330414 0 0.0
.debug_ranges 310984 310984 0 0.0
.debug_str 3260307 3260307 0 0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474895 474895 0 0.0
.symtab 378864 378864 0 0.0
.text 1447952 1447952 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151080 1151088 8 0.0
.bss 100428 100428 0 0.0
.data 840 840 0 0.0
.text 598180 598188 8 0.0
lock-app qpg6105+debug (read/write) 1117392 1117392 0 0.0
.bss 95908 95908 0 0.0
.data 836 836 0 0.0
.text 564488 564488 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1091812 1091820 8 0.0
bss 99808 99808 0 0.0
text 739536 739538 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031184 1031192 8 0.0
bss 99032 99032 0 0.0
text 704744 704746 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952616 952608 -8 -0.0
bss 91272 91272 0 0.0
text 651354 651352 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034024 1034024 0 0.0
bss 100420 100420 0 0.0
text 719736 719736 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966208 966200 -8 -0.0
bss 92228 92228 0 0.0
text 662614 662610 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 955320 955320 0 0.0
bss 92664 92664 0 0.0
text 651814 651814 0 0.0

@andy31415
Copy link
Contributor

@vivien-apple please add more details to the summary: why is this needed. The "hint" text does not seem to help me understand ... why is a busy loop better for interactive work?

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

The PR summary describes what is done (add a busy wait loop) but not why.

Please exaplain why a bit clearer. My instinct is to complain on any busy loop in our code - using 100% CPU to wait for a time seems wrong. It needs very strong justification in case this is the only thing possible.

@github-actions
Copy link

github-actions bot commented Dec 14, 2022

PR #24063: Size comparison from 8055d86 to 7ff9db3

Increases (9 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, linux, psoc6, telink)
platform target config section 8055d86 7ff9db3 change % change
bl602 lighting-app bl602+rpc .text 1069938 1069940 2 0.0
bl702 lighting-app bl702 (read/write) 1195695 1195711 16 0.0
.debug_info 39199560 39199561 1 0.0
.text 956208 956210 2 0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 670958 670966 8 0.0
.text 583900 583908 8 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 592210 592218 8 0.0
.app_xip_area 463180 463188 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1790938 1790954 16 0.0
.flash.rodata 248296 248312 16 0.0
linux chip-tool-ipv6only arm64 (read only) 10580028 10584836 4808 0.0
(read/write) 691544 691640 96 0.0
.data.rel.ro 636000 636080 80 0.0
.got 13816 13824 8 0.1
.rodata 534828 535028 200 0.0
.text 8410516 8414548 4032 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26808657 26808658 1 0.0
telink light-switch-app tlsr9518adk80d (read/write) 952608 952616 8 0.0
text 651352 651354 2 0.0
lighting-app tlsr9518adk80d (read/write) 1034024 1034032 8 0.0
text 719736 719738 2 0.0
Decreases (5 builds for bl602, bl702, cc13x2_26x2, telink)
platform target config section 8055d86 7ff9db3 change % change
bl602 lighting-app bl602 (read/write) 1355806 1355798 -8 -0.0
.text 1038522 1038518 -4 -0.0
bl702 lighting-app bl702+rpc .debug_info 43491954 43491953 -1 -0.0
.text 1030186 1030184 -2 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read/write) 182896 182888 -8 -0.0
telink ota-requestor-app tlsr9518adk80d (read/write) 966208 966200 -8 -0.0
text 662614 662612 -2 -0.0
thermostat tlsr9518adk80d text 651816 651814 -2 -0.0
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 8055d86 7ff9db3 change % change
bl602 lighting-app bl602 (read/write) 1355806 1355798 -8 -0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1038522 1038518 -4 -0.0
bl602+rpc (read/write) 1401582 1401582 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069938 1069940 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195695 1195711 16 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67182 67182 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529261 1529261 0 0.0
.debug_aranges 132728 132728 0 0.0
.debug_frame 486912 486912 0 0.0
.debug_info 39199560 39199561 1 0.0
.debug_line 5149094 5149094 0 0.0
.debug_loc 3380122 3380122 0 0.0
.debug_ranges 363736 363736 0 0.0
.debug_str 3479506 3479506 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568924 568924 0 0.0
.symtab 172176 172176 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956208 956210 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284187 1284187 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676675 1676675 0 0.0
.debug_aranges 140848 140848 0 0.0
.debug_frame 514328 514328 0 0.0
.debug_info 43491954 43491953 -1 -0.0
.debug_line 5538537 5538537 0 0.0
.debug_loc 3574811 3574811 0 0.0
.debug_ranges 387272 387272 0 0.0
.debug_str 3881913 3881913 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130096 130096 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629208 629208 0 0.0
.symtab 190352 190352 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030186 1030184 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679727 679727 0 0.0
(read/write) 171800 171800 0 0.0
.bss 81220 81220 0 0.0
.data 3380 3380 0 0.0
.rodata 89999 89999 0 0.0
.text 589416 589416 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643983 643983 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79135 79135 0 0.0
.text 564528 564528 0 0.0
lock-ftd LP_CC2652R7 (read only) 677259 677259 0 0.0
(read/write) 171828 171828 0 0.0
.bss 78868 78868 0 0.0
.data 3304 3304 0 0.0
.rodata 77427 77427 0 0.0
.text 599352 599352 0 0.0
lock-mtd LP_CC2652R7 (read only) 662055 662055 0 0.0
(read/write) 182296 182296 0 0.0
.bss 74132 74132 0 0.0
.data 3304 3304 0 0.0
.rodata 103511 103511 0 0.0
.text 558064 558064 0 0.0
pump-app LP_CC2652R7 (read only) 690187 690187 0 0.0
(read/write) 159636 159636 0 0.0
.bss 78836 78836 0 0.0
.data 3296 3296 0 0.0
.rodata 90947 90947 0 0.0
.text 598756 598756 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674095 674095 0 0.0
(read/write) 175832 175832 0 0.0
.bss 78940 78940 0 0.0
.data 3292 3292 0 0.0
.rodata 86495 86495 0 0.0
.text 587120 587120 0 0.0
shell LP_CC2652R7 (read only) 670958 670966 8 0.0
(read/write) 182896 182888 -8 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86742 86742 0 0.0
.text 583900 583908 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588406 588406 0 0.0
.app_xip_area 464672 464672 0 0.0
.bss 66192 66192 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592210 592218 8 0.0
.app_xip_area 463180 463188 8 0.0
.bss 71480 71480 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551682 551682 0 0.0
.app_xip_area 433444 433444 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976256 976256 0 0.0
.bss 152252 152252 0 0.0
.data 2168 2168 0 0.0
.text 821816 821816 0 0.0
BRD4161A+rs911x (read/write) 1038336 1038336 0 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 849576 849576 0 0.0
BRD4187C (read/write) 1149444 1149444 0 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 983684 983684 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163768 1163768 0 0.0
.bss 158296 158296 0 0.0
.data 2020 2020 0 0.0
.text 1003428 1003428 0 0.0
window-app BRD4187C (read/write) 1142072 1142072 0 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 974872 974872 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219178 1219178 0 0.0
(read/write) 1790938 1790954 16 0.0
.dram0.bss 76992 76992 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248296 248312 16 0.0
.flash.text 1219178 1219178 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233359 1233359 0 0.0
(read/write) 564187 564187 0 0.0
.dram0.bss 82144 82144 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314100 314100 0 0.0
.flash.text 1227975 1227975 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662656 662656 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564328 564328 0 0.0
light k32w0+release (read/write) 673220 673220 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593528 593528 0 0.0
lock k32w0+release (read/write) 634176 634176 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553704 553704 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10580028 10584836 4808 0.0
(read/write) 691544 691640 96 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636000 636080 80 0.0
.dynamic 560 560 0 0.0
.got 13816 13824 8 0.1
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 534828 535028 200 0.0
.text 8410516 8414548 4032 0.0
thermostat-no-ble arm64 (read only) 2475484 2475484 0 0.0
(read/write) 144920 144920 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149208 149208 0 0.0
.text 2065888 2065888 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463624 2463624 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1426268 1426268 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190871 1190871 0 0.0
bss 145285 145285 0 0.0
rodata 144460 144460 0 0.0
text 819960 819960 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361070 1361070 0 0.0
bss 105224 105224 0 0.0
rodata 211556 211556 0 0.0
text 759804 759804 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136515 1136515 0 0.0
bss 144520 144520 0 0.0
rodata 120776 120776 0 0.0
text 790128 790128 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1749100 1749100 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238312 1238312 0 0.0
.debug_aranges 110928 110928 0 0.0
.debug_frame 372332 372332 0 0.0
.debug_info 27071840 27071840 0 0.0
.debug_line 3708420 3708420 0 0.0
.debug_loc 3623454 3623454 0 0.0
.debug_ranges 346376 346376 0 0.0
.debug_str 3449871 3449871 0 0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571764 571764 0 0.0
.symtab 422064 422064 0 0.0
.text 1549344 1549344 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691628 1691628 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1230203 1230203 0 0.0
.debug_aranges 110400 110400 0 0.0
.debug_frame 375388 375388 0 0.0
.debug_info 26808657 26808658 1 0.0
.debug_line 3727357 3727357 0 0.0
.debug_loc 3611060 3611060 0 0.0
.debug_ranges 344992 344992 0 0.0
.debug_str 3438883 3438883 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535853 535853 0 0.0
.symtab 408496 408496 0 0.0
.text 1492600 1492600 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609836 1609836 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1065000 1065000 0 0.0
.debug_aranges 102600 102600 0 0.0
.debug_frame 345724 345724 0 0.0
.debug_info 22271332 22271332 0 0.0
.debug_line 3294684 3294684 0 0.0
.debug_loc 3308967 3308967 0 0.0
.debug_ranges 309128 309128 0 0.0
.debug_str 3244469 3244469 0 0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472178 472178 0 0.0
.symtab 376864 376864 0 0.0
.text 1419000 1419000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1643780 1643780 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 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 2472 2472 0 0.0
.debug_abbrev 1066932 1066932 0 0.0
.debug_aranges 102984 102984 0 0.0
.debug_frame 347520 347520 0 0.0
.debug_info 2248975 2248975 0 0.0
.debug_line 3294514 3294514 0 0.0
.debug_loc 3330414 3330414 0 0.0
.debug_ranges 310984 310984 0 0.0
.debug_str 3260307 3260307 0 0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474895 474895 0 0.0
.symtab 378864 378864 0 0.0
.text 1447952 1447952 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151088 1151088 0 0.0
.bss 100428 100428 0 0.0
.data 840 840 0 0.0
.text 598188 598188 0 0.0
lock-app qpg6105+debug (read/write) 1117392 1117392 0 0.0
.bss 95908 95908 0 0.0
.data 836 836 0 0.0
.text 564488 564488 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1091812 1091812 0 0.0
bss 99808 99808 0 0.0
text 739536 739536 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031184 1031184 0 0.0
bss 99032 99032 0 0.0
text 704744 704744 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952608 952616 8 0.0
bss 91272 91272 0 0.0
text 651352 651354 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034024 1034032 8 0.0
bss 100420 100420 0 0.0
text 719736 719738 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966208 966200 -8 -0.0
bss 92228 92228 0 0.0
text 662614 662612 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 955320 955320 0 0.0
bss 92664 92664 0 0.0
text 651816 651814 -2 -0.0

@andy31415 andy31415 dismissed their stale review December 14, 2022 15:04

Busy loop replaced with sleep. Still needs some comment and PR description updates.

@vivien-apple
Copy link
Contributor Author

@andy31415 I have updated the PR summary.
About adding a comment, I have added one here already: https://github.com/project-chip/connectedhomeip/pull/24063/files#diff-cc6e5d55042827cc59f49f84ad79ff9ec700491da1a5f42355269c4ad7c26f0eR23
Is it not enough or is it misplaced such that it makes it hard to find ?

examples/chip-tool/commands/delay/BusyWaitCommand.h Outdated Show resolved Hide resolved
examples/chip-tool/commands/delay/BusyWaitCommand.h Outdated Show resolved Hide resolved
examples/chip-tool/commands/delay/BusyWaitCommand.h Outdated Show resolved Hide resolved
@vivien-apple vivien-apple force-pushed the ChipTool_BusyWaitCommand branch from 7ff9db3 to f6468fe Compare December 15, 2022 17:25
@github-actions
Copy link

github-actions bot commented Dec 15, 2022

PR #24063: Size comparison from b49c3ed to f6468fe

Increases above 0.2%:

platform target config section b49c3ed f6468fe change % change
linux chip-tool debug .init_array 728 736 8 1.1
Increases (11 builds for bl602, bl702, cc13x2_26x2, esp32, linux, psoc6, telink)
platform target config section b49c3ed f6468fe change % change
bl602 lighting-app bl602+rpc (read/write) 1402034 1402042 8 0.0
.text 1070472 1070474 2 0.0
bl702 lighting-app bl702 (read/write) 1196143 1196159 16 0.0
.debug_info 39187066 39187068 2 0.0
.text 956734 956738 4 0.0
bl702+rpc .debug_info 43479486 43479487 1 0.0
.text 1030716 1030718 2 0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 644067 644075 8 0.0
.text 564608 564616 8 0.0
pump-app LP_CC2652R7 (read/write) 159472 159480 8 0.0
esp32 all-clusters-app c3devkit (read only) 1219358 1219360 2 0.0
.flash.text 1219358 1219360 2 0.0
linux chip-tool debug (read only) 11169081 11171969 2888 0.0
(read/write) 642424 642528 104 0.0
.data.rel.ro 607200 607280 80 0.0
.got 5184 5192 8 0.2
.init_array 728 736 8 1.1
.rodata 604933 605317 384 0.1
.text 9078292 9080484 2192 0.0
chip-tool-ipv6only arm64 (read only) 10582156 10586948 4792 0.0
(read/write) 691560 691656 96 0.0
.data.rel.ro 636008 636088 80 0.0
.got 13824 13832 8 0.1
.rodata 535068 535252 184 0.0
.text 8412356 8416388 4032 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26795999 26796000 1 0.0
telink light-switch-app tlsr9518adk80d (read/write) 932092 932100 8 0.0
text 637928 637930 2 0.0
ota-requestor-app tlsr9518adk80d text 649184 649188 4 0.0
Decreases (7 builds for bl602, cc13x2_26x2, esp32, psoc6, telink)
platform target config section b49c3ed f6468fe change % change
bl602 lighting-app bl602 (read/write) 1356258 1356250 -8 -0.0
.text 1039050 1039048 -2 -0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 690271 690263 -8 -0.0
.text 598844 598836 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 564107 564103 -4 -0.0
.flash.rodata 314100 314096 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22258614 22258613 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22477001 22477000 -1 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1071336 1071328 -8 -0.0
text 726146 726144 -2 -0.0
lighting-app tlsr9518adk80d text 703708 703706 -2 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b49c3ed f6468fe change % change
bl602 lighting-app bl602 (read/write) 1356258 1356250 -8 -0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039050 1039048 -2 -0.0
bl602+rpc (read/write) 1402034 1402042 8 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070472 1070474 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196143 1196159 16 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529020 1529020 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486468 486468 0 0.0
.debug_info 39187066 39187068 2 0.0
.debug_line 5149996 5149996 0 0.0
.debug_loc 3381237 3381237 0 0.0
.debug_ranges 363808 363808 0 0.0
.debug_str 3480446 3480446 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569095 569095 0 0.0
.symtab 172176 172176 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956734 956738 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284651 1284651 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676352 1676352 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513888 513888 0 0.0
.debug_info 43479486 43479487 1 0.0
.debug_line 5539445 5539445 0 0.0
.debug_loc 3575958 3575958 0 0.0
.debug_ranges 387344 387344 0 0.0
.debug_str 3882844 3882844 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629379 629379 0 0.0
.symtab 190352 190352 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030716 1030718 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679811 679811 0 0.0
(read/write) 171636 171636 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 90003 90003 0 0.0
.text 589496 589496 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644067 644075 8 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564608 564616 8 0.0
lock-ftd LP_CC2652R7 (read only) 677343 677343 0 0.0
(read/write) 171664 171664 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77423 77423 0 0.0
.text 599440 599440 0 0.0
lock-mtd LP_CC2652R7 (read only) 662139 662139 0 0.0
(read/write) 182132 182132 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558152 558152 0 0.0
pump-app LP_CC2652R7 (read only) 690271 690263 -8 -0.0
(read/write) 159472 159480 8 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 90943 90943 0 0.0
.text 598844 598836 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 674179 674179 0 0.0
(read/write) 175668 175668 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86499 86499 0 0.0
.text 587200 587200 0 0.0
shell LP_CC2652R7 (read only) 671026 671026 0 0.0
(read/write) 182748 182748 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 583972 583972 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588426 588426 0 0.0
.app_xip_area 464772 464772 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592238 592238 0 0.0
.app_xip_area 463288 463288 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551670 551670 0 0.0
.app_xip_area 433512 433512 0 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976292 976292 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 821932 821932 0 0.0
BRD4161A+rs911x (read/write) 1038648 1038648 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 849968 849968 0 0.0
BRD4187C (read/write) 1149676 1149676 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 983996 983996 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069088 1069088 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908860 908860 0 0.0
window-app BRD4187C (read/write) 1142312 1142312 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975192 975192 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219358 1219360 2 0.0
(read/write) 1790858 1790858 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248296 248296 0 0.0
.flash.text 1219358 1219360 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233347 1233347 0 0.0
(read/write) 564107 564103 -4 -0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314100 314096 -4 -0.0
.flash.text 1227963 1227963 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662652 662652 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564404 564404 0 0.0
light k32w0+release (read/write) 673216 673216 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593604 593604 0 0.0
lock k32w0+release (read/write) 634188 634188 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553796 553796 0 0.0
linux all-clusters-app debug (read only) 3113817 3113817 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281419 281419 0 0.0
.text 2647810 2647810 0 0.0
all-clusters-minimal-app debug (read only) 2937497 2937497 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280875 280875 0 0.0
.text 2475074 2475074 0 0.0
bridge-app debug (read only) 2475337 2475337 0 0.0
(read/write) 131280 131280 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69928 69928 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211648 211648 0 0.0
.text 2093906 2093906 0 0.0
chip-tool debug (read only) 11169081 11171969 2888 0.0
(read/write) 642424 642528 104 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 607200 607280 80 0.0
.dynamic 608 608 0 0.0
.got 5184 5192 8 0.2
.init 27 27 0 0.0
.init_array 728 736 8 1.1
.rodata 604933 605317 384 0.1
.text 9078292 9080484 2192 0.0
chip-tool-ipv6only arm64 (read only) 10582156 10586948 4792 0.0
(read/write) 691560 691656 96 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636008 636088 80 0.0
.dynamic 560 560 0 0.0
.got 13824 13832 8 0.1
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535068 535252 184 0.0
.text 8412356 8416388 4032 0.0
lighting-app debug+rpc (read only) 2663697 2663697 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228064 228064 0 0.0
.text 2258978 2258978 0 0.0
lock-app debug (read only) 2622745 2622745 0 0.0
(read/write) 127408 127408 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70872 70872 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244296 244296 0 0.0
.text 2206642 2206642 0 0.0
ota-provider-app debug (read only) 2189433 2189433 0 0.0
(read/write) 105544 105544 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51800 51800 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195176 195176 0 0.0
.text 1854642 1854642 0 0.0
ota-requestor-app debug (read only) 2358185 2358185 0 0.0
(read/write) 113888 113888 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57144 57144 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202320 202320 0 0.0
.text 2007058 2007058 0 0.0
shell debug (read only) 2646273 2646273 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239666 239666 0 0.0
.text 2246994 2246994 0 0.0
thermostat-no-ble arm64 (read only) 2477308 2477308 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78568 78568 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149416 149416 0 0.0
.text 2067456 2067456 0 0.0
tv-app debug (read only) 3285777 3285777 0 0.0
(read/write) 262152 262152 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80408 80408 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268664 268664 0 0.0
.text 2823026 2823026 0 0.0
tv-casting-app debug (read only) 5644873 5644873 0 0.0
(read/write) 162512 162512 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101784 101784 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359129 359129 0 0.0
.text 5008562 5008562 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463616 2463616 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426260 1426260 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190807 1190807 0 0.0
bss 145205 145205 0 0.0
rodata 144460 144460 0 0.0
text 820026 820026 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361070 1361070 0 0.0
bss 105144 105144 0 0.0
rodata 211556 211556 0 0.0
text 759866 759866 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136467 1136467 0 0.0
bss 144440 144440 0 0.0
rodata 120776 120776 0 0.0
text 790194 790194 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749412 1749412 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238100 1238100 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371948 371948 0 0.0
.debug_info 27059202 27059202 0 0.0
.debug_line 3709401 3709401 0 0.0
.debug_loc 3624482 3624482 0 0.0
.debug_ranges 346528 346528 0 0.0
.debug_str 3450873 3450873 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571935 571935 0 0.0
.symtab 422128 422128 0 0.0
.text 0 0 0 0.0
1549736 1549736 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1691932 1691932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1229991 1229991 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375004 375004 0 0.0
.debug_info 26795999 26796000 1 0.0
.debug_line 3728306 3728306 0 0.0
.debug_loc 3612088 3612088 0 0.0
.debug_ranges 345144 345144 0 0.0
.debug_str 3439885 3439885 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536024 536024 0 0.0
.symtab 408560 408560 0 0.0
.text 1492984 1492984 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610140 1610140 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064790 1064790 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345340 345340 0 0.0
.debug_info 22258614 22258613 -1 -0.0
.debug_line 3295415 3295415 0 0.0
.debug_loc 3310011 3310011 0 0.0
.debug_ranges 309280 309280 0 0.0
.debug_str 3245471 3245471 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472349 472349 0 0.0
.symtab 376928 376928 0 0.0
.text 1419384 1419384 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644084 1644084 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 2472 2472 0 0.0
.debug_abbrev 1066700 1066700 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347136 347136 0 0.0
.debug_info 22477001 22477000 -1 -0.0
.debug_line 3295309 3295309 0 0.0
.debug_loc 3331442 3331442 0 0.0
.debug_ranges 311136 311136 0 0.0
.debug_str 3261309 3261309 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475066 475066 0 0.0
.symtab 378928 378928 0 0.0
.text 1448336 1448336 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151180 1151180 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598280 598280 0 0.0
lock-app qpg6105+debug (read/write) 1117476 1117476 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564572 564572 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071336 1071328 -8 -0.0
bss 98856 98856 0 0.0
text 726146 726144 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010636 1010636 0 0.0
bss 98080 98080 0 0.0
text 691308 691308 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932092 932100 8 0.0
bss 90320 90320 0 0.0
text 637928 637930 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010068 1010068 0 0.0
bss 98380 98380 0 0.0
text 703708 703706 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945688 945688 0 0.0
bss 91276 91276 0 0.0
text 649184 649188 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935232 935232 0 0.0
bss 91712 91712 0 0.0
text 638612 638612 0 0.0

@andy31415 andy31415 enabled auto-merge (squash) January 4, 2023 16:45
@github-actions
Copy link

github-actions bot commented Jan 4, 2023

PR #24063: Size comparison from 0f3039f to 6ba19f1

Increases above 0.2%:

platform target config section 0f3039f 6ba19f1 change % change
linux chip-tool debug .init_array 728 736 8 1.1
Increases (6 builds for bl702, linux, nrfconnect, psoc6, telink)
platform target config section 0f3039f 6ba19f1 change % change
bl702 lighting-app bl702 (read/write) 1196335 1196351 16 0.0
.debug_info 39192002 39192004 2 0.0
.text 956880 956884 4 0.0
linux chip-tool debug (read only) 11142441 11145329 2888 0.0
(read/write) 646776 646880 104 0.0
.data.rel.ro 611568 611648 80 0.0
.got 5184 5192 8 0.2
.init_array 728 736 8 1.1
.rodata 605765 606149 384 0.1
.text 9037812 9040004 2192 0.0
chip-tool-ipv6only arm64 (read only) 10557020 10561828 4808 0.0
(read/write) 695928 696024 96 0.0
.data.rel.ro 640376 640456 80 0.0
.got 13832 13840 8 0.1
.rodata 535452 535636 184 0.0
.text 8373764 8377796 4032 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 755180 755184 4 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 2226427 22264272 1 0.0
telink ota-requestor-app tlsr9518adk80d text 647630 647632 2 0.0
Decreases (7 builds for bl602, esp32, k32w, psoc6, telink)
platform target config section 0f3039f 6ba19f1 change % change
bl602 lighting-app bl602+rpc (read/write) 1402242 1402234 -8 -0.0
.text 1070634 1070630 -4 -0.0
esp32 all-clusters-app c3devkit (read/write) 1791050 1791034 -16 -0.0
.flash.rodata 248488 248472 -16 -0.0
m5stack (read/write) 564267 564263 -4 -0.0
.flash.rodata 314260 314256 -4 -0.0
k32w contact k32w0+release (read/write) 662716 662700 -16 -0.0
.text 564468 564452 -16 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22482629 22482628 -1 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1068540 1068532 -8 -0.0
text 724610 724608 -2 -0.0
lighting-app tlsr9518adk80d text 702150 702148 -2 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0f3039f 6ba19f1 change % change
bl602 lighting-app bl602 (read/write) 1356450 1356450 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039208 1039208 0 0.0
bl602+rpc (read/write) 1402242 1402234 -8 -0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070634 1070630 -4 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196335 1196351 16 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1528937 1528937 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39192002 39192004 2 0.0
.debug_line 5162845 5162845 0 0.0
.debug_loc 3381408 3381408 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3486044 3486044 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569755 569755 0 0.0
.symtab 172160 172160 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956880 956884 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284827 1284827 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676247 1676247 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43484378 43484378 0 0.0
.debug_line 5552340 5552340 0 0.0
.debug_loc 3576100 3576100 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3888442 3888442 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130144 130144 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630039 630039 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030860 1030860 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679883 679883 0 0.0
(read/write) 171564 171564 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589576 589576 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564680 564680 0 0.0
lock-ftd LP_CC2652R7 (read only) 677415 677415 0 0.0
(read/write) 171592 171592 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599520 599520 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690439 0 0.0
(read/write) 159304 159304 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598924 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671106 671106 0 0.0
(read/write) 182668 182668 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584052 584052 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592310 592310 0 0.0
.app_xip_area 463360 463360 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551862 0 0.0
.app_xip_area 433704 433704 0 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976452 976452 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822092 822092 0 0.0
BRD4161A+rs911x (read/write) 1039056 1039056 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850376 850376 0 0.0
BRD4187C (read/write) 1149924 1149924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984244 984244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069168 1069168 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908940 908940 0 0.0
window-app BRD4187C (read/write) 1142568 1142568 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975448 975448 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219518 1219518 0 0.0
(read/write) 1791050 1791034 -16 -0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248488 248472 -16 -0.0
.flash.text 1219518 1219518 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233427 1233427 0 0.0
(read/write) 564267 564263 -4 -0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314260 314256 -4 -0.0
.flash.text 1228043 1228043 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662700 -16 -0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564452 -16 -0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634244 634244 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553852 553852 0 0.0
linux all-clusters-app debug (read only) 3115481 3115481 0 0.0
(read/write) 158568 158568 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87240 87240 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281835 281835 0 0.0
.text 2648962 2648962 0 0.0
all-clusters-minimal-app debug (read only) 2938921 2938921 0 0.0
(read/write) 149968 149968 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281227 281227 0 0.0
.text 2476050 2476050 0 0.0
bridge-app debug (read only) 2497897 2497897 0 0.0
(read/write) 133088 133088 0 0.0
.bss 52512 52512 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 70696 70696 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212512 212512 0 0.0
.text 2113602 2113602 0 0.0
chip-tool debug (read only) 11142441 11145329 2888 0.0
(read/write) 646776 646880 104 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611568 611648 80 0.0
.dynamic 608 608 0 0.0
.got 5184 5192 8 0.2
.init 27 27 0 0.0
.init_array 728 736 8 1.1
.rodata 605765 606149 384 0.1
.text 9037812 9040004 2192 0.0
chip-tool-ipv6only arm64 (read only) 10557020 10561828 4808 0.0
(read/write) 695928 696024 96 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640376 640456 80 0.0
.dynamic 560 560 0 0.0
.got 13832 13840 8 0.1
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535452 535636 184 0.0
.text 8373764 8377796 4032 0.0
lighting-app debug+rpc (read only) 2665153 2665153 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228448 228448 0 0.0
.text 2259954 2259954 0 0.0
lock-app debug (read only) 2624249 2624249 0 0.0
(read/write) 127440 127440 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2207666 2207666 0 0.0
ota-provider-app debug (read only) 2198169 2198169 0 0.0
(read/write) 105872 105872 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1862258 1862258 0 0.0
ota-requestor-app debug (read only) 2359753 2359753 0 0.0
(read/write) 113920 113920 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202704 202704 0 0.0
.text 2008146 2008146 0 0.0
shell debug (read only) 2647809 2647809 0 0.0
(read/write) 143032 143032 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78136 78136 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 240050 240050 0 0.0
.text 2248050 2248050 0 0.0
thermostat-no-ble arm64 (read only) 2479276 2479276 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149704 149704 0 0.0
.text 2068976 2068976 0 0.0
tv-app debug (read only) 3287569 3287569 0 0.0
(read/write) 262280 262280 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 269080 269080 0 0.0
.text 2824162 2824162 0 0.0
tv-casting-app debug (read only) 5603169 5603169 0 0.0
(read/write) 162640 162640 0 0.0
.bss 52152 52152 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101960 101960 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 360249 360249 0 0.0
.text 4965330 4965330 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463984 2463984 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426628 1426628 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1169987 1169987 0 0.0
bss 143621 143621 0 0.0
rodata 136368 136368 0 0.0
text 810132 810132 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1349118 1349118 0 0.0
bss 105132 105132 0 0.0
rodata 204292 204292 0 0.0
text 755180 755184 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1115615 1115615 0 0.0
bss 142856 142856 0 0.0
rodata 112684 112684 0 0.0
text 780288 780288 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749796 1749796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238094 1238094 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371956 371956 0 0.0
.debug_info 27065539 27065539 0 0.0
.debug_line 3720445 3720445 0 0.0
.debug_loc 3624970 3624970 0 0.0
.debug_ranges 346592 346592 0 0.0
.debug_str 3456857 3456857 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572583 572583 0 0.0
.symtab 422128 422128 0 0.0
.text 1550120 1550120 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692324 1692324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1229985 1229985 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375012 375012 0 0.0
.debug_info 26802302 26802302 0 0.0
.debug_line 3739343 3739343 0 0.0
.debug_loc 3612576 3612576 0 0.0
.debug_ranges 345208 345208 0 0.0
.debug_str 3445869 3445869 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536672 536672 0 0.0
.symtab 408560 408560 0 0.0
.text 1493376 1493376 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610540 1610540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064762 1064762 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 2226427 22264272 1 0.0
.debug_line 3304372 3304372 0 0.0
.debug_loc 3310498 3310498 0 0.0
.debug_ranges 309344 309344 0 0.0
.debug_str 3251455 3251455 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472997 472997 0 0.0
.symtab 376928 376928 0 0.0
.text 1419784 1419784 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644476 1644476 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 2472 2472 0 0.0
.debug_abbrev 1066580 1066580 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347144 347144 0 0.0
.debug_info 22482629 22482628 -1 -0.0
.debug_line 3305479 3305479 0 0.0
.debug_loc 3331945 3331945 0 0.0
.debug_ranges 311200 311200 0 0.0
.debug_str 3267293 3267293 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475714 475714 0 0.0
.symtab 378928 378928 0 0.0
.text 1448728 1448728 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151220 1151220 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598320 598320 0 0.0
lock-app qpg6105+debug (read/write) 1117532 1117532 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564628 564628 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1068540 1068532 -8 -0.0
bss 97632 97632 0 0.0
text 724610 724608 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007832 1007832 0 0.0
bss 96856 96856 0 0.0
text 689766 689766 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929280 929280 0 0.0
bss 89104 89104 0 0.0
text 636374 636374 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007240 1007240 0 0.0
bss 97156 97156 0 0.0
text 702150 702148 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 942876 942876 0 0.0
bss 90052 90052 0 0.0
text 647630 647632 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932444 932444 0 0.0
bss 90496 90496 0 0.0
text 637074 637074 0 0.0

@andy31415 andy31415 merged commit 1dd6520 into project-chip:master Jan 4, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
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.

3 participants