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

urgent event needs to honor min interval for subscription. #21938

Merged

Conversation

yunhanw-google
Copy link
Contributor

@yunhanw-google yunhanw-google commented Aug 16, 2022

Problem

#21864
In latest spec, urgent event needs to honor min interval for
subscription.

Change overview

-- Add new flag, UrgentEvent, and remove unused flag, SuppressResponse
-- ForceDirty would be used when receiving the initial request, where it
marks the corresponding handler with dirtiness.
-- When there is urgent event, we would set new flag, UrgentEvent, in
readHandler, after minInterval elapsed,
the urgent event would be sent out.
--Remove UpdateReadHandlerDirty in reporting engine. After sending out all chunked report, it would clear out UrgentEvent flag and ForceDirty flag, and mark mPreviousReportsBeginGeneration with mCurrentReportsBeginGeneration, which means the readHandler would be clear at that moment, we don't need extra UpdateReadHandlerDirty to check overlapped/intersected path between global dirty set and interested attribute paths.

Testing

Modify the existing urgent event test and check if event can be generated after minInterval elapsed.

@github-actions github-actions bot added the tests label Aug 16, 2022
@yunhanw-google yunhanw-google changed the title Improve urgent event urgent event needs to honor min interval for subscription. Aug 16, 2022
@github-actions
Copy link

github-actions bot commented Aug 16, 2022

PR #21938: Size comparison from 12c8c0a to 13fad63

Increases (6 builds for cc13x2_26x2)
platform target config section 12c8c0a 13fad63 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 179116 179332 216 0.1
lock-ftd LP_CC2652R7 (read/write) 167616 167832 216 0.1
lock-mtd LP_CC2652R7 (read/write) 180568 180784 216 0.1
pump-app LP_CC2652R7 (read/write) 157752 158024 272 0.2
pump-controller-app LP_CC2652R7 (read/write) 173380 173644 264 0.2
shell LP_CC2652R7 (read/write) 181952 182168 216 0.1
Decreases (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 12c8c0a 13fad63 change % change
bl602 lighting-app bl602 (read/write) 1383458 1383266 -192 -0.0
.text 1051028 1050832 -196 -0.0
bl602+rpc (read/write) 1428970 1428770 -200 -0.0
.text 1082788 1082588 -200 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672147 -216 -0.0
.text 583300 583084 -216 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637531 -216 -0.0
.text 559444 559228 -216 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673863 -216 -0.0
.text 596928 596712 -216 -0.0
lock-mtd LP_CC2652R7 (read only) 656815 656599 -216 -0.0
.text 554576 554360 -216 -0.0
pump-app LP_CC2652R7 (read only) 684751 684479 -272 -0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594068 -240 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 668979 -264 -0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583016 -232 -0.0
shell LP_CC2652R7 (read only) 665046 664830 -216 -0.0
.text 579036 578820 -216 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586014 585790 -224 -0.0
.app_xip_area 462680 462456 -224 -0.0
lock cyw930739m2evb_01 (read/write) 591830 591606 -224 -0.0
.app_xip_area 463712 463488 -224 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 598970 598706 -264 -0.0
.app_xip_area 476356 476092 -264 -0.1
efr32 lighting-app BRD4161A (read/write) 1100460 1100220 -240 -0.0
.text 965384 965144 -240 -0.0
BRD4161A+rpc (read/write) 1154700 1154460 -240 -0.0
.text 1002724 1002484 -240 -0.0
BRD4161A+rs911x (read/write) 989636 989396 -240 -0.0
.text 825248 825008 -240 -0.0
lock-app BRD4161A+wf200 (read/write) 1139152 1138880 -272 -0.0
.text 991580 991308 -272 -0.0
window-app BRD4161A (read/write) 1091920 1091664 -256 -0.0
.text 955376 955120 -256 -0.0
esp32 all-clusters-app c3devkit (read only) 1029946 1029656 -290 -0.0
(read/write) 1488642 1488610 -32 -0.0
.flash.rodata 217776 217744 -32 -0.0
.flash.text 1029946 1029656 -290 -0.0
m5stack (read only) 1083283 1083027 -256 -0.0
(read/write) 490600 490568 -32 -0.0
.flash.rodata 248116 248084 -32 -0.0
.flash.text 1077899 1077643 -256 -0.0
k32w light k32w0+release (read/write) 645028 644804 -224 -0.0
.text 570440 570216 -224 -0.0
lock k32w0+release (read/write) 702580 702356 -224 -0.0
.text 627512 627288 -224 -0.0
linux all-clusters-app debug (read only) 3034113 3033489 -624 -0.0
.rodata 274443 274411 -32 -0.0
.text 2580594 2580002 -592 -0.0
all-clusters-minimal-app debug (read only) 2873969 2873345 -624 -0.0
.rodata 274635 274603 -32 -0.0
.text 2422962 2422370 -592 -0.0
bridge-app debug+rpc (read only) 2372825 2372201 -624 -0.0
.rodata 203432 203400 -32 -0.0
.text 2006770 2006178 -592 -0.0
chip-tool debug (read only) 10725401 1072477 -624 -0.0
.rodata 556213 556181 -32 -0.0
.text 8663444 8662852 -592 -0.0
chip-tool-ipv6only arm64 (read only) 10131484 10130860 -624 -0.0
.rodata 487404 487340 -64 -0.0
.text 8007124 8006564 -560 -0.0
lighting-app debug+rpc (read only) 2596809 2596185 -624 -0.0
.rodata 220208 220176 -32 -0.0
.text 2205890 2205298 -592 -0.0
lock-app debug (read only) 2580721 2580097 -624 -0.0
.rodata 237264 237232 -32 -0.0
.text 2176802 2176210 -592 -0.0
ota-provider-app debug (read only) 2357881 2357257 -624 -0.0
.rodata 209240 209208 -32 -0.0
.text 1985170 1984578 -592 -0.0
ota-requestor-app debug (read only) 2523097 2522473 -624 -0.0
.rodata 216000 215968 -32 -0.0
.text 2134530 2133938 -592 -0.0
shell debug (read only) 2602417 2601793 -624 -0.0
.rodata 234546 234514 -32 -0.0
.text 2209522 2208930 -592 -0.0
thermostat-no-ble arm64 (read only) 2356996 2356420 -576 -0.0
.rodata 140524 140492 -32 -0.0
.text 1978752 1978208 -544 -0.0
tv-app debug (read only) 3173769 3173145 -624 -0.0
.rodata 258856 258824 -32 -0.0
.text 2725170 2724578 -592 -0.0
tv-casting-app debug (read only) 5416161 5415537 -624 -0.0
.rodata 342449 342417 -32 -0.0
.text 4805362 4804770 -592 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454264 2454040 -224 -0.0
.text 1416908 1416684 -224 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179539 1179283 -256 -0.0
rodata 143268 143236 -32 -0.0
text 814076 813848 -228 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159415 1159159 -256 -0.0
rodata 134944 134912 -32 -0.0
text 803064 802836 -228 -0.0
p6 all-clusters-app default (read/write) 1698868 1698628 -240 -0.0
.text 1538536 1538296 -240 -0.0
all-clusters-minimal-app default (read/write) 1642876 1642636 -240 -0.0
.text 1483264 1483024 -240 -0.0
light-app default (read/write) 1560148 1559924 -224 -0.0
.text 1408880 1408656 -224 -0.0
lock-app default (read/write) 1597428 1597204 -224 -0.0
.text 1441664 1441440 -224 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808344 808016 -328 -0.0
text 571304 571012 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830280 829960 -320 -0.0
text 589394 589104 -290 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 12c8c0a 13fad63 change % change
bl602 lighting-app bl602 (read/write) 1383458 1383266 -192 -0.0
.bss 119874 119874 0 0.0
.data 4480 4480 0 0.0
.text 1051028 1050832 -196 -0.0
bl602+rpc (read/write) 1428970 1428770 -200 -0.0
.bss 127314 127314 0 0.0
.data 4600 4600 0 0.0
.text 1082788 1082588 -200 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672147 -216 -0.0
(read/write) 179116 179332 216 0.1
.bss 74372 74372 0 0.0
.data 3372 3372 0 0.0
.rodata 88747 88747 0 0.0
.text 583300 583084 -216 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637531 -216 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559228 -216 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673863 -216 -0.0
(read/write) 167616 167832 216 0.1
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596712 -216 -0.0
lock-mtd LP_CC2652R7 (read only) 656815 656599 -216 -0.0
(read/write) 180568 180784 216 0.1
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554576 554360 -216 -0.0
pump-app LP_CC2652R7 (read only) 684751 684479 -272 -0.0
(read/write) 157752 158024 272 0.2
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594068 -240 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 668979 -264 -0.0
(read/write) 173380 173644 264 0.2
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583016 -232 -0.0
shell LP_CC2652R7 (read only) 665046 664830 -216 -0.0
(read/write) 181952 182168 216 0.1
.bss 76692 76692 0 0.0
.data 3376 3376 0 0.0
.rodata 85694 85694 0 0.0
.text 579036 578820 -216 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586014 585790 -224 -0.0
.app_xip_area 462680 462456 -224 -0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591830 591606 -224 -0.0
.app_xip_area 463712 463488 -224 -0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 598970 598706 -264 -0.0
.app_xip_area 476356 476092 -264 -0.1
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1100460 1100220 -240 -0.0
.bss 132988 132988 0 0.0
.data 2068 2068 0 0.0
.text 965384 965144 -240 -0.0
BRD4161A+rpc (read/write) 1154700 1154460 -240 -0.0
.bss 149676 149676 0 0.0
.data 2280 2280 0 0.0
.text 1002724 1002484 -240 -0.0
BRD4161A+rs911x (read/write) 989636 989396 -240 -0.0
.bss 162312 162312 0 0.0
.data 2056 2056 0 0.0
.text 825248 825008 -240 -0.0
lock-app BRD4161A+wf200 (read/write) 1139152 1138880 -272 -0.0
.bss 145488 145488 0 0.0
.data 2064 2064 0 0.0
.text 991580 991308 -272 -0.0
window-app BRD4161A (read/write) 1091920 1091664 -256 -0.0
.bss 134428 134428 0 0.0
.data 2096 2096 0 0.0
.text 955376 955120 -256 -0.0
esp32 all-clusters-app c3devkit (read only) 1029946 1029656 -290 -0.0
(read/write) 1488642 1488610 -32 -0.0
.dram0.bss 70832 70832 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 217776 217744 -32 -0.0
.flash.text 1029946 1029656 -290 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1083283 1083027 -256 -0.0
(read/write) 490600 490568 -32 -0.0
.dram0.bss 76344 76344 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248116 248084 -32 -0.0
.flash.text 1077899 1077643 -256 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 645028 644804 -224 -0.0
.bss 69816 69816 0 0.0
.data 2044 2044 0 0.0
.text 570440 570216 -224 -0.0
lock k32w0+release (read/write) 702580 702356 -224 -0.0
.bss 70288 70288 0 0.0
.data 2052 2052 0 0.0
.text 627512 627288 -224 -0.0
linux all-clusters-app debug (read only) 3034113 3033489 -624 -0.0
(read/write) 155920 155920 0 0.0
.bss 61888 61888 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85560 85560 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 274443 274411 -32 -0.0
.text 2580594 2580002 -592 -0.0
all-clusters-minimal-app debug (read only) 2873969 2873345 -624 -0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274635 274603 -32 -0.0
.text 2422962 2422370 -592 -0.0
bridge-app debug+rpc (read only) 2372825 2372201 -624 -0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203432 203400 -32 -0.0
.text 2006770 2006178 -592 -0.0
chip-tool debug (read only) 10725401 1072477 -624 -0.0
(read/write) 650912 650912 0 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 615880 615880 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 556213 556181 -32 -0.0
.text 8663444 8662852 -592 -0.0
chip-tool-ipv6only arm64 (read only) 10131484 10130860 -624 -0.0
(read/write) 698657 698657 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643408 643408 0 0.0
.dynamic 560 560 0 0.0
.got 13720 13720 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 487404 487340 -64 -0.0
.text 8007124 8006564 -560 -0.0
lighting-app debug+rpc (read only) 2596809 2596185 -624 -0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220208 220176 -32 -0.0
.text 2205890 2205298 -592 -0.0
lock-app debug (read only) 2580721 2580097 -624 -0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237264 237232 -32 -0.0
.text 2176802 2176210 -592 -0.0
ota-provider-app debug (read only) 2357881 2357257 -624 -0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209240 209208 -32 -0.0
.text 1985170 1984578 -592 -0.0
ota-requestor-app debug (read only) 2523097 2522473 -624 -0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216000 215968 -32 -0.0
.text 2134530 2133938 -592 -0.0
shell debug (read only) 2602417 2601793 -624 -0.0
(read/write) 142040 142040 0 0.0
.bss 57800 57800 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77160 77160 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 234546 234514 -32 -0.0
.text 2209522 2208930 -592 -0.0
thermostat-no-ble arm64 (read only) 2356996 2356420 -576 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140524 140492 -32 -0.0
.text 1978752 1978208 -544 -0.0
tv-app debug (read only) 3173769 3173145 -624 -0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 258856 258824 -32 -0.0
.text 2725170 2724578 -592 -0.0
tv-casting-app debug (read only) 5416161 5415537 -624 -0.0
(read/write) 159088 159088 0 0.0
.bss 51448 51448 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98776 98776 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 342449 342417 -32 -0.0
.text 4805362 4804770 -592 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454264 2454040 -224 -0.0
.bss 214660 214660 0 0.0
.data 5872 5872 0 0.0
.text 1416908 1416684 -224 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179539 1179283 -256 -0.0
bss 143343 143343 0 0.0
rodata 143268 143236 -32 -0.0
text 814076 813848 -228 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159415 1159159 -256 -0.0
bss 142580 142580 0 0.0
rodata 134944 134912 -32 -0.0
text 803064 802836 -228 -0.0
p6 all-clusters-app default (read only) 881400 881400 0 0.0
(read/write) 1698868 1698628 -240 -0.0
.bss 149288 149288 0 0.0
.data 2656 2656 0 0.0
.text 1538536 1538296 -240 -0.0
all-clusters-minimal-app default (read only) 882120 882120 0 0.0
(read/write) 1642876 1642636 -240 -0.0
.bss 148568 148568 0 0.0
.data 2656 2656 0 0.0
.text 1483264 1483024 -240 -0.0
light-app default (read only) 890464 890464 0 0.0
(read/write) 1560148 1559924 -224 -0.0
.bss 140432 140432 0 0.0
.data 2448 2448 0 0.0
.text 1408880 1408656 -224 -0.0
lock-app default (read only) 885968 885968 0 0.0
(read/write) 1597428 1597204 -224 -0.0
.bss 144912 144912 0 0.0
.data 2464 2464 0 0.0
.text 1441664 1441440 -224 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808344 808016 -328 -0.0
bss 71064 71064 0 0.0
noinit 43488 43488 0 0.0
text 571304 571012 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830280 829960 -320 -0.0
bss 71920 71920 0 0.0
noinit 43488 43488 0 0.0
text 589394 589104 -290 -0.0

src/app/ReadHandler.h Outdated Show resolved Hide resolved
src/app/reporting/Engine.cpp Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Aug 18, 2022

PR #21938: Size comparison from b1f2fc7 to 7d79cf5

Increases (10 builds for cc13x2_26x2, psoc6)
platform target config section b1f2fc7 7d79cf5 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 178700 178916 216 0.1
lock-ftd LP_CC2652R7 (read/write) 167616 167832 216 0.1
lock-mtd LP_CC2652R7 (read/write) 180560 180768 208 0.1
pump-app LP_CC2652R7 (read/write) 157752 158016 264 0.2
pump-controller-app LP_CC2652R7 (read/write) 173380 173644 264 0.2
shell LP_CC2652R7 (read/write) 181536 181752 216 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217432 1217510 78 0.0
.debug_ranges 336520 336640 120 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209298 1209376 78 0.0
.debug_ranges 335176 335296 120 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1043971 1044049 78 0.0
.debug_ranges 301016 301136 120 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1051147 1051225 78 0.0
.debug_ranges 304432 304552 120 0.0
Decreases (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section b1f2fc7 7d79cf5 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383666 -192 -0.0
.text 1051044 1050848 -196 -0.0
bl602+rpc (read/write) 1429370 1429170 -200 -0.0
.text 1082804 1082604 -200 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672795 672579 -216 -0.0
.text 583660 583444 -216 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637523 -224 -0.0
.text 559444 559220 -224 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673863 -216 -0.0
.text 596928 596712 -216 -0.0
lock-mtd LP_CC2652R7 (read only) 656823 656615 -208 -0.0
.text 554584 554376 -208 -0.0
pump-app LP_CC2652R7 (read only) 684751 684487 -264 -0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594076 -232 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 668979 -264 -0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583016 -232 -0.0
shell LP_CC2652R7 (read only) 665478 665262 -216 -0.0
.text 579396 579180 -216 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586394 -224 -0.0
.app_xip_area 463284 463060 -224 -0.0
lock cyw930739m2evb_01 (read/write) 592418 592194 -224 -0.0
.app_xip_area 464300 464076 -224 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599274 -264 -0.0
.app_xip_area 476924 476660 -264 -0.1
efr32 lighting-app BRD4161A (read/write) 1100964 1100724 -240 -0.0
.text 965500 965260 -240 -0.0
BRD4161A+rpc (read/write) 1155216 1154976 -240 -0.0
.text 1002856 1002616 -240 -0.0
BRD4161A+rs911x (read/write) 990152 989912 -240 -0.0
.text 825380 825140 -240 -0.0
lock-app BRD4161A+wf200 (read/write) 1139620 1139364 -256 -0.0
.text 991664 991408 -256 -0.0
window-app BRD4161A (read/write) 1092420 1092164 -256 -0.0
.text 955492 955236 -256 -0.0
esp32 all-clusters-app c3devkit (read only) 1030788 1030498 -290 -0.0
(read/write) 1489570 1489538 -32 -0.0
.flash.rodata 218400 218368 -32 -0.0
.flash.text 1030788 1030498 -290 -0.0
m5stack (read only) 1083967 1083727 -240 -0.0
(read/write) 491496 491464 -32 -0.0
.flash.rodata 248716 248684 -32 -0.0
.flash.text 1078583 1078343 -240 -0.0
k32w light k32w0+release (read/write) 646676 646452 -224 -0.0
.text 571480 571256 -224 -0.0
lock k32w0+release (read/write) 704196 703988 -208 -0.0
.text 628528 628320 -208 -0.0
linux all-clusters-app debug (read only) 3037129 3036521 -608 -0.0
.rodata 274667 274635 -32 -0.0
.text 2583314 2582738 -576 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873745 -608 -0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422546 -576 -0.0
bridge-app debug+rpc (read only) 2373001 2372393 -608 -0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006306 -576 -0.0
chip-tool debug (read only) 10812641 10812001 -640 -0.0
.rodata 559829 559797 -32 -0.0
.text 8746612 8746004 -608 -0.0
chip-tool-ipv6only arm64 (read only) 10208444 10207820 -624 -0.0
.rodata 490604 490540 -64 -0.0
.text 8080260 8079700 -560 -0.0
lighting-app debug+rpc (read only) 2597033 2596409 -624 -0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205426 -592 -0.0
lock-app debug (read only) 2580929 2580321 -608 -0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176338 -576 -0.0
ota-provider-app debug (read only) 2358105 2357481 -624 -0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984706 -592 -0.0
ota-requestor-app debug (read only) 2523305 2522697 -608 -0.0
.rodata 216096 216064 -32 -0.0
.text 2134642 2134066 -576 -0.0
shell debug (read only) 2605433 2604809 -624 -0.0
.rodata 234770 234738 -32 -0.0
.text 2212242 2211650 -592 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356724 -576 -0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978416 -544 -0.0
tv-app debug (read only) 3173993 3173369 -624 -0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724706 -592 -0.0
tv-casting-app debug (read only) 5462161 5461537 -624 -0.0
.rodata 343569 343537 -32 -0.0
.text 4847506 4846914 -592 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454328 2454040 -288 -0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180367 1180111 -256 -0.0
rodata 143344 143312 -32 -0.0
text 814448 814216 -232 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159543 -256 -0.0
rodata 134944 134912 -32 -0.0
text 803068 802844 -224 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1700748 1700508 -240 -0.0
.debug_aranges 111496 111480 -16 -0.0
.debug_frame 372228 372164 -64 -0.0
.debug_info 26636674 26634851 -1823 -0.0
.debug_line 3645881 3645537 -344 -0.0
.debug_loc 3561084 3560040 -1044 -0.0
.debug_str 3392640 3391854 -786 -0.0
.strtab 568892 568657 -235 -0.0
.symtab 420304 420208 -96 -0.0
.text 1540016 1539776 -240 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1644204 1643964 -240 -0.0
.debug_aranges 110984 110968 -16 -0.0
.debug_frame 375360 375296 -64 -0.0
.debug_info 26374276 26372452 -1824 -0.0
.debug_line 3666460 3666116 -344 -0.0
.debug_loc 3549266 3548222 -1044 -0.0
.debug_str 3382119 3381333 -786 -0.0
.strtab 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483968 -240 -0.0
light cy8ckit_062s2_43012 (read/write) 1561436 1561212 -224 -0.0
.debug_aranges 103152 103136 -16 -0.0
.debug_frame 345604 345540 -64 -0.0
.debug_info 21839792 21837969 -1823 -0.0
.debug_line 3237638 3237294 -344 -0.0
.debug_loc 3248769 3247725 -1044 -0.0
.debug_str 3188213 3187427 -786 -0.0
.strtab 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409560 -224 -0.0
lock cy8ckit_062s2_43012 (read/write) 1598708 1598484 -224 -0.0
.debug_aranges 103824 103808 -16 -0.0
.debug_frame 348428 348364 -64 -0.0
.debug_info 22194930 22193105 -1825 -0.0
.debug_line 3246323 3245979 -344 -0.0
.debug_loc 3288888 3287844 -1044 -0.0
.debug_str 3215644 3214858 -786 -0.0
.strtab 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442336 -224 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808744 808416 -328 -0.0
text 571318 571026 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
text 589406 589116 -290 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section b1f2fc7 7d79cf5 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383666 -192 -0.0
.bss 120258 120258 0 0.0
.data 4480 4480 0 0.0
.text 1051044 1050848 -196 -0.0
bl602+rpc (read/write) 1429370 1429170 -200 -0.0
.bss 127698 127698 0 0.0
.data 4600 4600 0 0.0
.text 1082804 1082604 -200 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672795 672579 -216 -0.0
(read/write) 178700 178916 216 0.1
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88819 88819 0 0.0
.text 583660 583444 -216 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637523 -224 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559220 -224 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673863 -216 -0.0
(read/write) 167616 167832 216 0.1
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596712 -216 -0.0
lock-mtd LP_CC2652R7 (read only) 656823 656615 -208 -0.0
(read/write) 180560 180768 208 0.1
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554584 554376 -208 -0.0
pump-app LP_CC2652R7 (read only) 684751 684487 -264 -0.0
(read/write) 157752 158016 264 0.2
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594076 -232 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 668979 -264 -0.0
(read/write) 173380 173644 264 0.2
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583016 -232 -0.0
shell LP_CC2652R7 (read only) 665478 665262 -216 -0.0
(read/write) 181536 181752 216 0.1
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85766 85766 0 0.0
.text 579396 579180 -216 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586394 -224 -0.0
.app_xip_area 463284 463060 -224 -0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592418 592194 -224 -0.0
.app_xip_area 464300 464076 -224 -0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599274 -264 -0.0
.app_xip_area 476924 476660 -264 -0.1
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1100964 1100724 -240 -0.0
.bss 133372 133372 0 0.0
.data 2068 2068 0 0.0
.text 965500 965260 -240 -0.0
BRD4161A+rpc (read/write) 1155216 1154976 -240 -0.0
.bss 150060 150060 0 0.0
.data 2280 2280 0 0.0
.text 1002856 1002616 -240 -0.0
BRD4161A+rs911x (read/write) 990152 989912 -240 -0.0
.bss 162696 162696 0 0.0
.data 2056 2056 0 0.0
.text 825380 825140 -240 -0.0
lock-app BRD4161A+wf200 (read/write) 1139620 1139364 -256 -0.0
.bss 145872 145872 0 0.0
.data 2064 2064 0 0.0
.text 991664 991408 -256 -0.0
window-app BRD4161A (read/write) 1092420 1092164 -256 -0.0
.bss 134812 134812 0 0.0
.data 2096 2096 0 0.0
.text 955492 955236 -256 -0.0
esp32 all-clusters-app c3devkit (read only) 1030788 1030498 -290 -0.0
(read/write) 1489570 1489538 -32 -0.0
.dram0.bss 71136 71136 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218400 218368 -32 -0.0
.flash.text 1030788 1030498 -290 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1083967 1083727 -240 -0.0
(read/write) 491496 491464 -32 -0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248716 248684 -32 -0.0
.flash.text 1078583 1078343 -240 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646452 -224 -0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571256 -224 -0.0
lock k32w0+release (read/write) 704196 703988 -208 -0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628528 628320 -208 -0.0
linux all-clusters-app debug (read only) 3037129 3036521 -608 -0.0
(read/write) 156024 156024 0 0.0
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85624 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 274667 274635 -32 -0.0
.text 2583314 2582738 -576 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873745 -608 -0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422546 -576 -0.0
bridge-app debug+rpc (read only) 2373001 2372393 -608 -0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006306 -576 -0.0
chip-tool debug (read only) 10812641 10812001 -640 -0.0
(read/write) 651136 651136 0 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 616104 616104 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 559829 559797 -32 -0.0
.text 8746612 8746004 -608 -0.0
chip-tool-ipv6only arm64 (read only) 10208444 10207820 -624 -0.0
(read/write) 698929 698929 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643616 643616 0 0.0
.dynamic 560 560 0 0.0
.got 13776 13776 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 490604 490540 -64 -0.0
.text 8080260 8079700 -560 -0.0
lighting-app debug+rpc (read only) 2597033 2596409 -624 -0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205426 -592 -0.0
lock-app debug (read only) 2580929 2580321 -608 -0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176338 -576 -0.0
ota-provider-app debug (read only) 2358105 2357481 -624 -0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984706 -592 -0.0
ota-requestor-app debug (read only) 2523305 2522697 -608 -0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216096 216064 -32 -0.0
.text 2134642 2134066 -576 -0.0
shell debug (read only) 2605433 2604809 -624 -0.0
(read/write) 142144 142144 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77224 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 234770 234738 -32 -0.0
.text 2212242 2211650 -592 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356724 -576 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978416 -544 -0.0
tv-app debug (read only) 3173993 3173369 -624 -0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724706 -592 -0.0
tv-casting-app debug (read only) 5462161 5461537 -624 -0.0
(read/write) 160240 160240 0 0.0
.bss 51448 51448 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 99928 99928 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 343569 343537 -32 -0.0
.text 4847506 4846914 -592 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454040 -288 -0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180367 1180111 -256 -0.0
bss 143737 143737 0 0.0
rodata 143344 143312 -32 -0.0
text 814448 814216 -232 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159543 -256 -0.0
bss 142964 142964 0 0.0
rodata 134944 134912 -32 -0.0
text 803068 802844 -224 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 881000 881000 0 0.0
(read/write) 1700748 1700508 -240 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 149688 149688 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1217432 1217510 78 0.0
.debug_aranges 111496 111480 -16 -0.0
.debug_frame 372228 372164 -64 -0.0
.debug_info 26636674 26634851 -1823 -0.0
.debug_line 3645881 3645537 -344 -0.0
.debug_loc 3561084 3560040 -1044 -0.0
.debug_ranges 336520 336640 120 0.0
.debug_str 3392640 3391854 -786 -0.0
.heap 881000 881000 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 568892 568657 -235 -0.0
.symtab 420304 420208 -96 -0.0
.text 1540016 1539776 -240 -0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 881736 881736 0 0.0
(read/write) 1644204 1643964 -240 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 148952 148952 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1209298 1209376 78 0.0
.debug_aranges 110984 110968 -16 -0.0
.debug_frame 375360 375296 -64 -0.0
.debug_info 26374276 26372452 -1824 -0.0
.debug_line 3666460 3666116 -344 -0.0
.debug_loc 3549266 3548222 -1044 -0.0
.debug_ranges 335176 335296 120 0.0
.debug_str 3382119 3381333 -786 -0.0
.heap 881736 881736 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 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483968 -240 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 890080 890080 0 0.0
(read/write) 1561436 1561212 -224 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 140816 140816 0 0.0
.comment 204 204 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 2448 2448 0 0.0
.debug_abbrev 1043971 1044049 78 0.0
.debug_aranges 103152 103136 -16 -0.0
.debug_frame 345604 345540 -64 -0.0
.debug_info 21839792 21837969 -1823 -0.0
.debug_line 3237638 3237294 -344 -0.0
.debug_loc 3248769 3247725 -1044 -0.0
.debug_ranges 301016 301136 120 0.0
.debug_str 3188213 3187427 -786 -0.0
.heap 890080 890080 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 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409560 -224 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 885584 885584 0 0.0
(read/write) 1598708 1598484 -224 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 145296 145296 0 0.0
.comment 204 204 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 2464 2464 0 0.0
.debug_abbrev 1051147 1051225 78 0.0
.debug_aranges 103824 103808 -16 -0.0
.debug_frame 348428 348364 -64 -0.0
.debug_info 22194930 22193105 -1825 -0.0
.debug_line 3246323 3245979 -344 -0.0
.debug_loc 3288888 3287844 -1044 -0.0
.debug_ranges 304432 304552 120 0.0
.debug_str 3215644 3214858 -786 -0.0
.heap 885584 885584 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 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442336 -224 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808744 808416 -328 -0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571318 571026 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589406 589116 -290 -0.0

@github-actions
Copy link

github-actions bot commented Aug 18, 2022

PR #21938: Size comparison from 507bb70 to 8e408d3

Increases (10 builds for cc13x2_26x2, psoc6)
platform target config section 507bb70 8e408d3 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 178700 178900 200 0.1
lock-ftd LP_CC2652R7 (read/write) 167616 167816 200 0.1
lock-mtd LP_CC2652R7 (read/write) 180552 180744 192 0.1
pump-app LP_CC2652R7 (read/write) 157752 158000 248 0.2
pump-controller-app LP_CC2652R7 (read/write) 173380 173620 240 0.1
shell LP_CC2652R7 (read/write) 181536 181736 200 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217432 1217495 63 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209298 1209361 63 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1043971 1044034 63 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1051147 1051210 63 0.0
Decreases (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 507bb70 8e408d3 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383538 -320 -0.0
.text 1051040 1050724 -316 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.text 1082800 1082484 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672795 672595 -200 -0.0
.text 583660 583460 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637539 -208 -0.0
.text 559444 559236 -208 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684751 684503 -248 -0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594092 -216 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665478 665278 -200 -0.0
.text 579396 579196 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599306 -232 -0.0
.app_xip_area 476924 476692 -232 -0.0
efr32 lighting-app BRD4161A (read/write) 1100964 1100612 -352 -0.0
.text 965500 965148 -352 -0.0
BRD4161A+rpc (read/write) 1155216 1154864 -352 -0.0
.text 1002856 1002504 -352 -0.0
BRD4161A+rs911x (read/write) 990152 989800 -352 -0.0
.text 825380 825028 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1139620 1139380 -240 -0.0
.text 991664 991424 -240 -0.0
window-app BRD4161A (read/write) 1092420 1092068 -352 -0.0
.text 955492 955140 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1030790 1030508 -282 -0.0
(read/write) 1489570 1489538 -32 -0.0
.flash.rodata 218400 218368 -32 -0.0
.flash.text 1030790 1030508 -282 -0.0
m5stack (read only) 1083967 1083715 -252 -0.0
(read/write) 491496 491464 -32 -0.0
.flash.rodata 248716 248684 -32 -0.0
.flash.text 1078583 1078331 -252 -0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3037129 3036425 -704 -0.0
.rodata 274667 274635 -32 -0.0
.text 2583314 2582642 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 10864033 10863329 -704 -0.0
.rodata 562485 562453 -32 -0.0
.text 8795348 8794676 -672 -0.0
chip-tool-ipv6only arm64 (read only) 10252124 10251436 -688 -0.0
.rodata 493180 493132 -48 -0.0
.text 8121364 8120724 -640 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523305 2522601 -704 -0.0
.rodata 216096 216064 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2605433 2604729 -704 -0.0
.rodata 234770 234738 -32 -0.0
.text 2212242 2211570 -672 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3173993 3173289 -704 -0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724626 -672 -0.0
tv-casting-app debug (read only) 5462161 5461457 -704 -0.0
.rodata 343569 343537 -32 -0.0
.text 4847506 4846834 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454328 2454040 -288 -0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180367 1180127 -240 -0.0
rodata 143344 143312 -32 -0.0
text 814444 814236 -208 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159575 -224 -0.0
rodata 134944 134912 -32 -0.0
text 803072 802868 -204 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1700748 1700396 -352 -0.0
.debug_aranges 111496 111480 -16 -0.0
.debug_frame 372228 372164 -64 -0.0
.debug_info 26636674 26634405 -2269 -0.0
.debug_line 3645881 3645306 -575 -0.0
.debug_loc 3561084 3559584 -1500 -0.0
.debug_ranges 336520 336440 -80 -0.0
.debug_str 3392640 3391783 -857 -0.0
.strtab 568892 568657 -235 -0.0
.symtab 420304 420208 -96 -0.0
.text 1540016 1539664 -352 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1644204 1643852 -352 -0.0
.debug_aranges 110984 110968 -16 -0.0
.debug_frame 375360 375296 -64 -0.0
.debug_info 26374275 26372007 -2268 -0.0
.debug_line 3666460 3665885 -575 -0.0
.debug_loc 3549266 3547766 -1500 -0.0
.debug_ranges 335176 335096 -80 -0.0
.debug_str 3382119 3381262 -857 -0.0
.strtab 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
light cy8ckit_062s2_43012 (read/write) 1561436 1561100 -336 -0.0
.debug_aranges 103152 103136 -16 -0.0
.debug_frame 345604 345540 -64 -0.0
.debug_info 21839794 21837525 -2269 -0.0
.debug_line 3237638 3237063 -575 -0.0
.debug_loc 3248769 3247268 -1501 -0.0
.debug_ranges 301016 300936 -80 -0.0
.debug_str 3188213 3187356 -857 -0.0
.strtab 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
lock cy8ckit_062s2_43012 (read/write) 1598708 1598372 -336 -0.0
.debug_aranges 103824 103808 -16 -0.0
.debug_frame 348428 348364 -64 -0.0
.debug_info 22194928 22192660 -2268 -0.0
.debug_line 3246323 3245748 -575 -0.0
.debug_loc 3288888 3287388 -1500 -0.0
.debug_ranges 304432 304352 -80 -0.0
.debug_str 3215644 3214787 -857 -0.0
.strtab 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808416 -320 -0.0
text 571316 571022 -294 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
text 589406 589112 -294 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 507bb70 8e408d3 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383538 -320 -0.0
.bss 120258 120258 0 0.0
.data 4480 4480 0 0.0
.text 1051040 1050724 -316 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.bss 127698 127698 0 0.0
.data 4600 4600 0 0.0
.text 1082800 1082484 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672795 672595 -200 -0.0
(read/write) 178700 178900 200 0.1
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88819 88819 0 0.0
.text 583660 583460 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637539 -208 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559236 -208 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
(read/write) 167616 167816 200 0.1
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
(read/write) 180552 180744 192 0.1
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684751 684503 -248 -0.0
(read/write) 157752 158000 248 0.2
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594092 -216 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
(read/write) 173380 173620 240 0.1
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665478 665278 -200 -0.0
(read/write) 181536 181736 200 0.1
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85766 85766 0 0.0
.text 579396 579196 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599306 -232 -0.0
.app_xip_area 476924 476692 -232 -0.0
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1100964 1100612 -352 -0.0
.bss 133372 133372 0 0.0
.data 2068 2068 0 0.0
.text 965500 965148 -352 -0.0
BRD4161A+rpc (read/write) 1155216 1154864 -352 -0.0
.bss 150060 150060 0 0.0
.data 2280 2280 0 0.0
.text 1002856 1002504 -352 -0.0
BRD4161A+rs911x (read/write) 990152 989800 -352 -0.0
.bss 162696 162696 0 0.0
.data 2056 2056 0 0.0
.text 825380 825028 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1139620 1139380 -240 -0.0
.bss 145872 145872 0 0.0
.data 2064 2064 0 0.0
.text 991664 991424 -240 -0.0
window-app BRD4161A (read/write) 1092420 1092068 -352 -0.0
.bss 134812 134812 0 0.0
.data 2096 2096 0 0.0
.text 955492 955140 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1030790 1030508 -282 -0.0
(read/write) 1489570 1489538 -32 -0.0
.dram0.bss 71136 71136 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218400 218368 -32 -0.0
.flash.text 1030790 1030508 -282 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1083967 1083715 -252 -0.0
(read/write) 491496 491464 -32 -0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248716 248684 -32 -0.0
.flash.text 1078583 1078331 -252 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3037129 3036425 -704 -0.0
(read/write) 156024 156024 0 0.0
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85624 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 274667 274635 -32 -0.0
.text 2583314 2582642 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 10864033 10863329 -704 -0.0
(read/write) 651136 651136 0 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 616104 616104 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 562485 562453 -32 -0.0
.text 8795348 8794676 -672 -0.0
chip-tool-ipv6only arm64 (read only) 10252124 10251436 -688 -0.0
(read/write) 698929 698929 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643616 643616 0 0.0
.dynamic 560 560 0 0.0
.got 13776 13776 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 493180 493132 -48 -0.0
.text 8121364 8120724 -640 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523305 2522601 -704 -0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216096 216064 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2605433 2604729 -704 -0.0
(read/write) 142144 142144 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77224 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 234770 234738 -32 -0.0
.text 2212242 2211570 -672 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3173993 3173289 -704 -0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724626 -672 -0.0
tv-casting-app debug (read only) 5462161 5461457 -704 -0.0
(read/write) 160240 160240 0 0.0
.bss 51448 51448 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 99928 99928 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 343569 343537 -32 -0.0
.text 4847506 4846834 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454040 -288 -0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180367 1180127 -240 -0.0
bss 143737 143737 0 0.0
rodata 143344 143312 -32 -0.0
text 814444 814236 -208 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159575 -224 -0.0
bss 142964 142964 0 0.0
rodata 134944 134912 -32 -0.0
text 803072 802868 -204 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 881000 881000 0 0.0
(read/write) 1700748 1700396 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 149688 149688 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1217432 1217495 63 0.0
.debug_aranges 111496 111480 -16 -0.0
.debug_frame 372228 372164 -64 -0.0
.debug_info 26636674 26634405 -2269 -0.0
.debug_line 3645881 3645306 -575 -0.0
.debug_loc 3561084 3559584 -1500 -0.0
.debug_ranges 336520 336440 -80 -0.0
.debug_str 3392640 3391783 -857 -0.0
.heap 881000 881000 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 568892 568657 -235 -0.0
.symtab 420304 420208 -96 -0.0
.text 1540016 1539664 -352 -0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 881736 881736 0 0.0
(read/write) 1644204 1643852 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 148952 148952 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1209298 1209361 63 0.0
.debug_aranges 110984 110968 -16 -0.0
.debug_frame 375360 375296 -64 -0.0
.debug_info 26374275 26372007 -2268 -0.0
.debug_line 3666460 3665885 -575 -0.0
.debug_loc 3549266 3547766 -1500 -0.0
.debug_ranges 335176 335096 -80 -0.0
.debug_str 3382119 3381262 -857 -0.0
.heap 881736 881736 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 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 890080 890080 0 0.0
(read/write) 1561436 1561100 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 140816 140816 0 0.0
.comment 204 204 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 2448 2448 0 0.0
.debug_abbrev 1043971 1044034 63 0.0
.debug_aranges 103152 103136 -16 -0.0
.debug_frame 345604 345540 -64 -0.0
.debug_info 21839794 21837525 -2269 -0.0
.debug_line 3237638 3237063 -575 -0.0
.debug_loc 3248769 3247268 -1501 -0.0
.debug_ranges 301016 300936 -80 -0.0
.debug_str 3188213 3187356 -857 -0.0
.heap 890080 890080 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 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 885584 885584 0 0.0
(read/write) 1598708 1598372 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 145296 145296 0 0.0
.comment 204 204 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 2464 2464 0 0.0
.debug_abbrev 1051147 1051210 63 0.0
.debug_aranges 103824 103808 -16 -0.0
.debug_frame 348428 348364 -64 -0.0
.debug_info 22194928 22192660 -2268 -0.0
.debug_line 3246323 3245748 -575 -0.0
.debug_loc 3288888 3287388 -1500 -0.0
.debug_ranges 304432 304352 -80 -0.0
.debug_str 3215644 3214787 -857 -0.0
.heap 885584 885584 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 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808416 -320 -0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571316 571022 -294 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589406 589112 -294 -0.0

@github-actions
Copy link

github-actions bot commented Aug 19, 2022

PR #21938: Size comparison from 1f83af0 to 45fcd3b

Increases (10 builds for cc13x2_26x2, psoc6)
platform target config section 1f83af0 45fcd3b change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 178468 178668 200 0.1
lock-ftd LP_CC2652R7 (read/write) 167616 167816 200 0.1
lock-mtd LP_CC2652R7 (read/write) 180552 180744 192 0.1
pump-app LP_CC2652R7 (read/write) 157752 157992 240 0.2
pump-controller-app LP_CC2652R7 (read/write) 173380 173620 240 0.1
shell LP_CC2652R7 (read/write) 181304 181504 200 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217459 1217522 63 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209298 1209361 63 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1043971 1044034 63 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1051147 1051210 63 0.0
Decreases (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 1f83af0 45fcd3b change % change
bl602 lighting-app bl602 (read/write) 1383858 1383546 -312 -0.0
.text 1051044 1050728 -316 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.text 1082800 1082484 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673027 672827 -200 -0.0
.text 583876 583676 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637547 -200 -0.0
.text 559444 559244 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684751 684511 -240 -0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594100 -208 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665710 665510 -200 -0.0
.text 579612 579412 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599530 599306 -224 -0.0
.app_xip_area 476916 476692 -224 -0.0
efr32 lighting-app BRD4161A (read/write) 1104716 1104364 -352 -0.0
.text 969052 968700 -352 -0.0
BRD4161A+rpc (read/write) 979908 979684 -224 -0.0
.text 827388 827164 -224 -0.0
BRD4161A+rs911x (read/write) 997952 997600 -352 -0.0
.text 828884 828532 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1147196 1146956 -240 -0.0
.text 994944 994704 -240 -0.0
window-app BRD4161A (read/write) 1096044 1095692 -352 -0.0
.text 958916 958564 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031270 1030986 -284 -0.0
(read/write) 1489610 1489578 -32 -0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031270 1030986 -284 -0.0
m5stack (read only) 1084371 1084111 -260 -0.0
(read/write) 491544 491512 -32 -0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1078987 1078727 -260 -0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3038505 3037801 -704 -0.0
.rodata 274667 274635 -32 -0.0
.text 2584690 2584018 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 10868673 10867969 -704 -0.0
.rodata 562677 562645 -32 -0.0
.text 8799364 8798692 -672 -0.0
chip-tool-ipv6only arm64 (read only) 10255980 10255276 -704 -0.0
.rodata 493340 493292 -48 -0.0
.text 8124596 8123940 -656 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523369 2522665 -704 -0.0
.rodata 216160 216128 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2606793 2606105 -688 -0.0
.rodata 234770 234738 -32 -0.0
.text 2213602 2212946 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3173993 3173289 -704 -0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724626 -672 -0.0
tv-casting-app debug (read only) 5466769 5466065 -704 -0.0
.rodata 343729 343697 -32 -0.0
.text 4851522 4850850 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454328 2454040 -288 -0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180603 1180363 -240 -0.0
rodata 143356 143324 -32 -0.0
text 814664 814460 -204 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159559 -240 -0.0
rodata 134944 134912 -32 -0.0
text 803072 802864 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1700996 1700644 -352 -0.0
.debug_aranges 111528 111512 -16 -0.0
.debug_frame 372352 372288 -64 -0.0
.debug_info 26643196 26640926 -2270 -0.0
.debug_line 3646638 3646063 -575 -0.0
.debug_loc 3562036 3560536 -1500 -0.0
.debug_ranges 336576 336496 -80 -0.0
.debug_str 3393852 3392995 -857 -0.0
.strtab 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1644204 1643852 -352 -0.0
.debug_aranges 111000 110984 -16 -0.0
.debug_frame 375432 375368 -64 -0.0
.debug_info 26379890 26377621 -2269 -0.0
.debug_line 3667042 3666467 -575 -0.0
.debug_loc 3549673 3548173 -1500 -0.0
.debug_ranges 335192 335112 -80 -0.0
.debug_str 3382841 3381984 -857 -0.0
.strtab 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
light cy8ckit_062s2_43012 (read/write) 1561436 1561100 -336 -0.0
.debug_aranges 103168 103152 -16 -0.0
.debug_frame 345676 345612 -64 -0.0
.debug_info 21844447 21842178 -2269 -0.0
.debug_line 3238220 3237645 -575 -0.0
.debug_loc 3249205 3247705 -1500 -0.0
.debug_ranges 301032 300952 -80 -0.0
.debug_str 3188935 3188078 -857 -0.0
.strtab 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
lock cy8ckit_062s2_43012 (read/write) 1598708 1598372 -336 -0.0
.debug_aranges 103840 103824 -16 -0.0
.debug_frame 348500 348436 -64 -0.0
.debug_info 22199615 22197348 -2267 -0.0
.debug_line 3246906 3246331 -575 -0.0
.debug_loc 3289325 3287824 -1501 -0.0
.debug_ranges 304448 304368 -80 -0.0
.debug_str 3216366 3215509 -857 -0.0
.strtab 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808416 -320 -0.0
text 571316 571024 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
text 589406 589114 -292 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 1f83af0 45fcd3b change % change
bl602 lighting-app bl602 (read/write) 1383858 1383546 -312 -0.0
.bss 120258 120258 0 0.0
.data 4480 4480 0 0.0
.text 1051044 1050728 -316 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.bss 127698 127698 0 0.0
.data 4600 4600 0 0.0
.text 1082800 1082484 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673027 672827 -200 -0.0
(read/write) 178468 178668 200 0.1
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583876 583676 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637547 -200 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559244 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
(read/write) 167616 167816 200 0.1
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
(read/write) 180552 180744 192 0.1
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684751 684511 -240 -0.0
(read/write) 157752 157992 240 0.2
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594308 594100 -208 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
(read/write) 173380 173620 240 0.1
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665710 665510 -200 -0.0
(read/write) 181304 181504 200 0.1
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579612 579412 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599530 599306 -224 -0.0
.app_xip_area 476916 476692 -224 -0.0
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1104716 1104364 -352 -0.0
.bss 133572 133572 0 0.0
.data 2072 2072 0 0.0
.text 969052 968700 -352 -0.0
BRD4161A+rpc (read/write) 979908 979684 -224 -0.0
.bss 150220 150220 0 0.0
.data 2276 2276 0 0.0
.text 827388 827164 -224 -0.0
BRD4161A+rs911x (read/write) 997952 997600 -352 -0.0
.bss 166992 166992 0 0.0
.data 2056 2056 0 0.0
.text 828884 828532 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1147196 1146956 -240 -0.0
.bss 150168 150168 0 0.0
.data 2064 2064 0 0.0
.text 994944 994704 -240 -0.0
window-app BRD4161A (read/write) 1096044 1095692 -352 -0.0
.bss 135012 135012 0 0.0
.data 2096 2096 0 0.0
.text 958916 958564 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031270 1030986 -284 -0.0
(read/write) 1489610 1489578 -32 -0.0
.dram0.bss 71136 71136 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031270 1030986 -284 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1084371 1084111 -260 -0.0
(read/write) 491544 491512 -32 -0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1078987 1078727 -260 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3038505 3037801 -704 -0.0
(read/write) 156024 156024 0 0.0
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85624 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 274667 274635 -32 -0.0
.text 2584690 2584018 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 10868673 10867969 -704 -0.0
(read/write) 651296 651296 0 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 616280 616280 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 562677 562645 -32 -0.0
.text 8799364 8798692 -672 -0.0
chip-tool-ipv6only arm64 (read only) 10255980 10255276 -704 -0.0
(read/write) 699105 699105 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643792 643792 0 0.0
.dynamic 560 560 0 0.0
.got 13784 13784 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 493340 493292 -48 -0.0
.text 8124596 8123940 -656 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523369 2522665 -704 -0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216160 216128 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2606793 2606105 -688 -0.0
(read/write) 142144 142144 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77224 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 234770 234738 -32 -0.0
.text 2213602 2212946 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3173993 3173289 -704 -0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 258952 258920 -32 -0.0
.text 2725298 2724626 -672 -0.0
tv-casting-app debug (read only) 5466769 5466065 -704 -0.0
(read/write) 160400 160400 0 0.0
.bss 51448 51448 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 100088 100088 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 343729 343697 -32 -0.0
.text 4851522 4850850 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454040 -288 -0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180603 1180363 -240 -0.0
bss 143737 143737 0 0.0
rodata 143356 143324 -32 -0.0
text 814664 814460 -204 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159559 -240 -0.0
bss 142964 142964 0 0.0
rodata 134944 134912 -32 -0.0
text 803072 802864 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 881000 881000 0 0.0
(read/write) 1700996 1700644 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 149688 149688 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1217459 1217522 63 0.0
.debug_aranges 111528 111512 -16 -0.0
.debug_frame 372352 372288 -64 -0.0
.debug_info 26643196 26640926 -2270 -0.0
.debug_line 3646638 3646063 -575 -0.0
.debug_loc 3562036 3560536 -1500 -0.0
.debug_ranges 336576 336496 -80 -0.0
.debug_str 3393852 3392995 -857 -0.0
.heap 881000 881000 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 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 881736 881736 0 0.0
(read/write) 1644204 1643852 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 148952 148952 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1209298 1209361 63 0.0
.debug_aranges 111000 110984 -16 -0.0
.debug_frame 375432 375368 -64 -0.0
.debug_info 26379890 26377621 -2269 -0.0
.debug_line 3667042 3666467 -575 -0.0
.debug_loc 3549673 3548173 -1500 -0.0
.debug_ranges 335192 335112 -80 -0.0
.debug_str 3382841 3381984 -857 -0.0
.heap 881736 881736 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 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 890080 890080 0 0.0
(read/write) 1561436 1561100 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 140816 140816 0 0.0
.comment 204 204 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 2448 2448 0 0.0
.debug_abbrev 1043971 1044034 63 0.0
.debug_aranges 103168 103152 -16 -0.0
.debug_frame 345676 345612 -64 -0.0
.debug_info 21844447 21842178 -2269 -0.0
.debug_line 3238220 3237645 -575 -0.0
.debug_loc 3249205 3247705 -1500 -0.0
.debug_ranges 301032 300952 -80 -0.0
.debug_str 3188935 3188078 -857 -0.0
.heap 890080 890080 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 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 885584 885584 0 0.0
(read/write) 1598708 1598372 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 145296 145296 0 0.0
.comment 204 204 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 2464 2464 0 0.0
.debug_abbrev 1051147 1051210 63 0.0
.debug_aranges 103840 103824 -16 -0.0
.debug_frame 348500 348436 -64 -0.0
.debug_info 22199615 22197348 -2267 -0.0
.debug_line 3246906 3246331 -575 -0.0
.debug_loc 3289325 3287824 -1501 -0.0
.debug_ranges 304448 304368 -80 -0.0
.debug_str 3216366 3215509 -857 -0.0
.heap 885584 885584 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 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808416 -320 -0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571316 571024 -292 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589406 589114 -292 -0.0

@github-actions
Copy link

github-actions bot commented Aug 20, 2022

PR #21938: Size comparison from dfc1a70 to ec204b2

Increases (10 builds for cc13x2_26x2, psoc6)
platform target config section dfc1a70 ec204b2 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 178468 178668 200 0.1
lock-ftd LP_CC2652R7 (read/write) 167616 167816 200 0.1
lock-mtd LP_CC2652R7 (read/write) 180552 180744 192 0.1
pump-app LP_CC2652R7 (read/write) 157760 157992 232 0.1
pump-controller-app LP_CC2652R7 (read/write) 173380 173620 240 0.1
shell LP_CC2652R7 (read/write) 181304 181504 200 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217459 1217522 63 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209298 1209361 63 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1043971 1044034 63 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1051147 1051210 63 0.0
Decreases (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section dfc1a70 ec204b2 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383538 -320 -0.0
.text 1051044 1050724 -320 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.text 1082804 1082484 -320 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673027 672827 -200 -0.0
.text 583876 583676 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637547 -200 -0.0
.text 559444 559244 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684743 684511 -232 -0.0
.rodata 89959 89927 -32 -0.0
.text 594300 594100 -200 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665710 665510 -200 -0.0
.text 579612 579412 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599306 -232 -0.0
.app_xip_area 476924 476692 -232 -0.0
efr32 lighting-app BRD4161A (read/write) 1104716 1104364 -352 -0.0
.text 969052 968700 -352 -0.0
BRD4161A+rpc (read/write) 979908 979684 -224 -0.0
.text 827388 827164 -224 -0.0
BRD4161A+rs911x (read/write) 997952 997600 -352 -0.0
.text 828884 828532 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1147316 1147076 -240 -0.0
.text 995064 994824 -240 -0.0
window-app BRD4161A (read/write) 1096044 1095692 -352 -0.0
.text 958916 958564 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031268 1030986 -282 -0.0
(read/write) 1489610 1489578 -32 -0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031268 1030986 -282 -0.0
m5stack (read only) 1084371 1084111 -260 -0.0
(read/write) 491544 491512 -32 -0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1078987 1078727 -260 -0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3038505 3037801 -704 -0.0
.rodata 274667 274635 -32 -0.0
.text 2584690 2584018 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 1087697 10876257 -720 -0.0
.rodata 562901 562869 -32 -0.0
.text 8807348 8806660 -688 -0.0
chip-tool-ipv6only arm64 (read only) 10259132 10258428 -704 -0.0
.rodata 493564 493500 -64 -0.0
.text 8127428 8126788 -640 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523369 2522665 -704 -0.0
.rodata 216160 216128 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2606793 2606105 -688 -0.0
.rodata 234770 234738 -32 -0.0
.text 2213602 2212946 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3181609 3180905 -704 -0.0
.rodata 259016 258984 -32 -0.0
.text 2732850 2732178 -672 -0.0
tv-casting-app debug (read only) 5502161 5501457 -704 -0.0
.rodata 344209 344177 -32 -0.0
.text 4886338 4885666 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454328 2454040 -288 -0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180603 1180363 -240 -0.0
rodata 143356 143324 -32 -0.0
text 814664 814460 -204 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159559 -240 -0.0
rodata 134944 134912 -32 -0.0
text 803072 802864 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1700996 1700644 -352 -0.0
.debug_aranges 111528 111512 -16 -0.0
.debug_frame 372352 372288 -64 -0.0
.debug_info 26643195 26640927 -2268 -0.0
.debug_line 3646638 3646063 -575 -0.0
.debug_loc 3562036 3560536 -1500 -0.0
.debug_ranges 336576 336496 -80 -0.0
.debug_str 3393852 3392995 -857 -0.0
.strtab 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1644204 1643852 -352 -0.0
.debug_aranges 111000 110984 -16 -0.0
.debug_frame 375432 375368 -64 -0.0
.debug_info 26379890 26377621 -2269 -0.0
.debug_line 3667042 3666467 -575 -0.0
.debug_loc 3549673 3548173 -1500 -0.0
.debug_ranges 335192 335112 -80 -0.0
.debug_str 3382841 3381984 -857 -0.0
.strtab 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
light cy8ckit_062s2_43012 (read/write) 1561436 1561100 -336 -0.0
.debug_aranges 103168 103152 -16 -0.0
.debug_frame 345676 345612 -64 -0.0
.debug_info 21844446 21842179 -2267 -0.0
.debug_line 3238220 3237645 -575 -0.0
.debug_loc 3249205 3247705 -1500 -0.0
.debug_ranges 301032 300952 -80 -0.0
.debug_str 3188935 3188078 -857 -0.0
.strtab 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
lock cy8ckit_062s2_43012 (read/write) 1598708 1598372 -336 -0.0
.debug_aranges 103840 103824 -16 -0.0
.debug_frame 348500 348436 -64 -0.0
.debug_info 22199616 22197347 -2269 -0.0
.debug_line 3246906 3246331 -575 -0.0
.debug_loc 3289325 3287824 -1501 -0.0
.debug_ranges 304448 304368 -80 -0.0
.debug_str 3216366 3215509 -857 -0.0
.strtab 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808408 -328 -0.0
text 571316 571020 -296 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
text 589406 589110 -296 -0.1
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section dfc1a70 ec204b2 change % change
bl602 lighting-app bl602 (read/write) 1383858 1383538 -320 -0.0
.bss 120258 120258 0 0.0
.data 4480 4480 0 0.0
.text 1051044 1050724 -320 -0.0
bl602+rpc (read/write) 1429370 1429050 -320 -0.0
.bss 127698 127698 0 0.0
.data 4600 4600 0 0.0
.text 1082804 1082484 -320 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673027 672827 -200 -0.0
(read/write) 178468 178668 200 0.1
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583876 583676 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637547 -200 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559244 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674079 673879 -200 -0.0
(read/write) 167616 167816 200 0.1
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596728 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656831 656639 -192 -0.0
(read/write) 180552 180744 192 0.1
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554592 554400 -192 -0.0
pump-app LP_CC2652R7 (read only) 684743 684511 -232 -0.0
(read/write) 157760 157992 232 0.1
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594300 594100 -200 -0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669003 -240 -0.0
(read/write) 173380 173620 240 0.1
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583248 583040 -208 -0.0
shell LP_CC2652R7 (read only) 665710 665510 -200 -0.0
(read/write) 181304 181504 200 0.1
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579612 579412 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586618 586418 -200 -0.0
.app_xip_area 463284 463084 -200 -0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592418 592218 -200 -0.0
.app_xip_area 464300 464100 -200 -0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599538 599306 -232 -0.0
.app_xip_area 476924 476692 -232 -0.0
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1104716 1104364 -352 -0.0
.bss 133572 133572 0 0.0
.data 2072 2072 0 0.0
.text 969052 968700 -352 -0.0
BRD4161A+rpc (read/write) 979908 979684 -224 -0.0
.bss 150220 150220 0 0.0
.data 2276 2276 0 0.0
.text 827388 827164 -224 -0.0
BRD4161A+rs911x (read/write) 997952 997600 -352 -0.0
.bss 166992 166992 0 0.0
.data 2056 2056 0 0.0
.text 828884 828532 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1147316 1147076 -240 -0.0
.bss 150168 150168 0 0.0
.data 2064 2064 0 0.0
.text 995064 994824 -240 -0.0
window-app BRD4161A (read/write) 1096044 1095692 -352 -0.0
.bss 135012 135012 0 0.0
.data 2096 2096 0 0.0
.text 958916 958564 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031268 1030986 -282 -0.0
(read/write) 1489610 1489578 -32 -0.0
.dram0.bss 71136 71136 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031268 1030986 -282 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1084371 1084111 -260 -0.0
(read/write) 491544 491512 -32 -0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1078987 1078727 -260 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646468 -208 -0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571272 -208 -0.0
lock k32w0+release (read/write) 704196 704004 -192 -0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628528 628336 -192 -0.0
linux all-clusters-app debug (read only) 3038505 3037801 -704 -0.0
(read/write) 156024 156024 0 0.0
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85624 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 274667 274635 -32 -0.0
.text 2584690 2584018 -672 -0.0
all-clusters-minimal-app debug (read only) 2874353 2873665 -688 -0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274859 274827 -32 -0.0
.text 2423122 2422466 -656 -0.0
bridge-app debug+rpc (read only) 2373001 2372297 -704 -0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203496 203464 -32 -0.0
.text 2006882 2006210 -672 -0.0
chip-tool debug (read only) 1087697 10876257 -720 -0.0
(read/write) 651328 651328 0 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 616312 616312 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 562901 562869 -32 -0.0
.text 8807348 8806660 -688 -0.0
chip-tool-ipv6only arm64 (read only) 10259132 10258428 -704 -0.0
(read/write) 699137 699137 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643824 643824 0 0.0
.dynamic 560 560 0 0.0
.got 13784 13784 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 493564 493500 -64 -0.0
.text 8127428 8126788 -640 -0.0
lighting-app debug+rpc (read only) 2597033 2596329 -704 -0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220304 220272 -32 -0.0
.text 2206018 2205346 -672 -0.0
lock-app debug (read only) 2580929 2580241 -688 -0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237360 237328 -32 -0.0
.text 2176914 2176258 -656 -0.0
ota-provider-app debug (read only) 2358105 2357401 -704 -0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209336 209304 -32 -0.0
.text 1985298 1984626 -672 -0.0
ota-requestor-app debug (read only) 2523369 2522665 -704 -0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216160 216128 -32 -0.0
.text 2134642 2133970 -672 -0.0
shell debug (read only) 2606793 2606105 -688 -0.0
(read/write) 142144 142144 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77224 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 234770 234738 -32 -0.0
.text 2213602 2212946 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
tv-app debug (read only) 3181609 3180905 -704 -0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 259016 258984 -32 -0.0
.text 2732850 2732178 -672 -0.0
tv-casting-app debug (read only) 5502161 5501457 -704 -0.0
(read/write) 160464 160464 0 0.0
.bss 51480 51480 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 100120 100120 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 344209 344177 -32 -0.0
.text 4886338 4885666 -672 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454040 -288 -0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416684 -288 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180603 1180363 -240 -0.0
bss 143737 143737 0 0.0
rodata 143356 143324 -32 -0.0
text 814664 814460 -204 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159559 -240 -0.0
bss 142964 142964 0 0.0
rodata 134944 134912 -32 -0.0
text 803072 802864 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 881000 881000 0 0.0
(read/write) 1700996 1700644 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 149688 149688 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1217459 1217522 63 0.0
.debug_aranges 111528 111512 -16 -0.0
.debug_frame 372352 372288 -64 -0.0
.debug_info 26643195 26640927 -2268 -0.0
.debug_line 3646638 3646063 -575 -0.0
.debug_loc 3562036 3560536 -1500 -0.0
.debug_ranges 336576 336496 -80 -0.0
.debug_str 3393852 3392995 -857 -0.0
.heap 881000 881000 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 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 881736 881736 0 0.0
(read/write) 1644204 1643852 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 148952 148952 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1209298 1209361 63 0.0
.debug_aranges 111000 110984 -16 -0.0
.debug_frame 375432 375368 -64 -0.0
.debug_info 26379890 26377621 -2269 -0.0
.debug_line 3667042 3666467 -575 -0.0
.debug_loc 3549673 3548173 -1500 -0.0
.debug_ranges 335192 335112 -80 -0.0
.debug_str 3382841 3381984 -857 -0.0
.heap 881736 881736 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 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 890080 890080 0 0.0
(read/write) 1561436 1561100 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 140816 140816 0 0.0
.comment 204 204 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 2448 2448 0 0.0
.debug_abbrev 1043971 1044034 63 0.0
.debug_aranges 103168 103152 -16 -0.0
.debug_frame 345676 345612 -64 -0.0
.debug_info 21844446 21842179 -2267 -0.0
.debug_line 3238220 3237645 -575 -0.0
.debug_loc 3249205 3247705 -1500 -0.0
.debug_ranges 301032 300952 -80 -0.0
.debug_str 3188935 3188078 -857 -0.0
.heap 890080 890080 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 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 885584 885584 0 0.0
(read/write) 1598708 1598372 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 145296 145296 0 0.0
.comment 204 204 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 2464 2464 0 0.0
.debug_abbrev 1051147 1051210 63 0.0
.debug_aranges 103840 103824 -16 -0.0
.debug_frame 348500 348436 -64 -0.0
.debug_info 22199616 22197347 -2269 -0.0
.debug_line 3246906 3246331 -575 -0.0
.debug_loc 3289325 3287824 -1501 -0.0
.debug_ranges 304448 304368 -80 -0.0
.debug_str 3216366 3215509 -857 -0.0
.heap 885584 885584 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 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442560 1442224 -336 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808408 -328 -0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571316 571020 -296 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589406 589110 -296 -0.1

@github-actions
Copy link

github-actions bot commented Aug 23, 2022

PR #21938: Size comparison from 5f94d38 to 9c2df63

Increases (10 builds for cc13x2_26x2, psoc6)
platform target config section 5f94d38 9c2df63 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 178460 178660 200 0.1
lock-ftd LP_CC2652R7 (read/write) 167552 167752 200 0.1
lock-mtd LP_CC2652R7 (read/write) 180480 180672 192 0.1
pump-app LP_CC2652R7 (read/write) 157688 157936 248 0.2
pump-controller-app LP_CC2652R7 (read/write) 173300 173540 240 0.1
shell LP_CC2652R7 (read/write) 181296 181496 200 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217459 1217522 63 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209298 1209361 63 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1043971 1044034 63 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1051147 1051210 63 0.0
Decreases (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 5f94d38 9c2df63 change % change
bl602 lighting-app bl602 (read/write) 1383930 1383610 -320 -0.0
.text 1051096 1050780 -316 -0.0
bl602+rpc (read/write) 1429586 1429266 -320 -0.0
.text 1082856 1082540 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673035 672835 -200 -0.0
.text 583884 583684 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637755 637555 -200 -0.0
.text 559452 559252 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674151 673951 -200 -0.0
.text 597000 596800 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656911 656719 -192 -0.0
.text 554664 554472 -192 -0.0
pump-app LP_CC2652R7 (read only) 684823 684575 -248 -0.0
.rodata 89959 89927 -32 -0.0
.text 594380 594164 -216 -0.0
pump-controller-app LP_CC2652R7 (read only) 669331 669091 -240 -0.0
.rodata 85515 85483 -32 -0.0
.text 583336 583128 -208 -0.0
shell LP_CC2652R7 (read only) 665718 665518 -200 -0.0
.text 579620 579420 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586746 586554 -192 -0.0
.app_xip_area 463404 463212 -192 -0.0
lock cyw930739m2evb_01 (read/write) 592546 592346 -200 -0.0
.app_xip_area 464420 464220 -200 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599682 599450 -232 -0.0
.app_xip_area 477060 476828 -232 -0.0
efr32 lighting-app BRD4161A (read/write) 1107636 1107284 -352 -0.0
.text 969212 968860 -352 -0.0
BRD4161A+rpc (read/write) 971588 971364 -224 -0.0
.text 818468 818244 -224 -0.0
BRD4161A+rs911x (read/write) 1000248 999896 -352 -0.0
.text 829084 828732 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1149420 1149196 -224 -0.0
.text 995168 994944 -224 -0.0
window-app BRD4161A (read/write) 1098932 1098580 -352 -0.0
.text 959044 958692 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031266 1030982 -284 -0.0
(read/write) 1489610 1489578 -32 -0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031266 1030982 -284 -0.0
m5stack (read only) 1084387 1084131 -256 -0.0
(read/write) 491544 491512 -32 -0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1079003 1078747 -256 -0.0
k32w light k32w0+release (read/write) 646676 646484 -192 -0.0
.text 571480 571288 -192 -0.0
lock k32w0+release (read/write) 704204 704012 -192 -0.0
.text 628536 628344 -192 -0.0
linux chip-tool-ipv6only arm64 (read only) 10259676 10258956 -720 -0.0
.rodata 493564 493500 -64 -0.0
.text 8127972 8127316 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454536 2454312 -224 -0.0
.text 1417180 1416956 -224 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180799 1180559 -240 -0.0
rodata 143360 143328 -32 -0.0
text 814736 814524 -212 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159883 1159643 -240 -0.0
rodata 134948 134916 -32 -0.0
text 803144 802936 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1700996 1700644 -352 -0.0
.debug_aranges 111544 111528 -16 -0.0
.debug_frame 372408 372344 -64 -0.0
.debug_info 26644546 26642279 -2267 -0.0
.debug_line 3647169 3646594 -575 -0.0
.debug_loc 3562738 3561233 -1505 -0.0
.debug_ranges 336664 336584 -80 -0.0
.debug_str 3394161 3393304 -857 -0.0
.strtab 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1644204 1643852 -352 -0.0
.debug_aranges 111016 111000 -16 -0.0
.debug_frame 375488 375424 -64 -0.0
.debug_info 26381241 26378973 -2268 -0.0
.debug_line 3667573 3666998 -575 -0.0
.debug_loc 3550375 3548870 -1505 -0.0
.debug_ranges 335280 335200 -80 -0.0
.debug_str 3383150 3382293 -857 -0.0
.strtab 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
light cy8ckit_062s2_43012 (read/write) 1561436 1561100 -336 -0.0
.debug_aranges 103184 103168 -16 -0.0
.debug_frame 345732 345668 -64 -0.0
.debug_info 21845798 2184353 -2268 -0.0
.debug_line 3238757 3238182 -575 -0.0
.debug_loc 3249995 3248492 -1503 -0.0
.debug_ranges 301120 301040 -80 -0.0
.debug_str 3189244 3188387 -857 -0.0
.strtab 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
lock cy8ckit_062s2_43012 (read/write) 1598724 1598372 -352 -0.0
.debug_aranges 103856 103840 -16 -0.0
.debug_frame 348556 348492 -64 -0.0
.debug_info 22200966 22198699 -2267 -0.0
.debug_line 3247439 3246864 -575 -0.0
.debug_loc 3290071 3288567 -1504 -0.0
.debug_ranges 304536 304456 -80 -0.0
.debug_str 3216675 3215818 -857 -0.0
.strtab 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442576 1442224 -352 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808744 808416 -328 -0.0
text 571320 571026 -294 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
text 589408 589116 -292 -0.0
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 5f94d38 9c2df63 change % change
bl602 lighting-app bl602 (read/write) 1383930 1383610 -320 -0.0
.bss 120266 120266 0 0.0
.data 4480 4480 0 0.0
.text 1051096 1050780 -316 -0.0
bl602+rpc (read/write) 1429586 1429266 -320 -0.0
.bss 127706 127706 0 0.0
.data 4600 4600 0 0.0
.text 1082856 1082540 -316 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 673035 672835 -200 -0.0
(read/write) 178460 178660 200 0.1
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583884 583684 -200 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637755 637555 -200 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559452 559252 -200 -0.0
lock-ftd LP_CC2652R7 (read only) 674151 673951 -200 -0.0
(read/write) 167552 167752 200 0.1
.bss 71484 71484 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 597000 596800 -200 -0.0
lock-mtd LP_CC2652R7 (read only) 656911 656719 -192 -0.0
(read/write) 180480 180672 192 0.1
.bss 67172 67172 0 0.0
.data 3296 3296 0 0.0
.rodata 101767 101767 0 0.0
.text 554664 554472 -192 -0.0
pump-app LP_CC2652R7 (read only) 684823 684575 -248 -0.0
(read/write) 157688 157936 248 0.2
.bss 71524 71524 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89927 -32 -0.0
.text 594380 594164 -216 -0.0
pump-controller-app LP_CC2652R7 (read only) 669331 669091 -240 -0.0
(read/write) 173300 173540 240 0.1
.bss 71644 71644 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85483 -32 -0.0
.text 583336 583128 -208 -0.0
shell LP_CC2652R7 (read only) 665718 665518 -200 -0.0
(read/write) 181296 181496 200 0.1
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579620 579420 -200 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586746 586554 -192 -0.0
.app_xip_area 463404 463212 -192 -0.0
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592546 592346 -200 -0.0
.app_xip_area 464420 464220 -200 -0.0
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599682 599450 -232 -0.0
.app_xip_area 477060 476828 -232 -0.0
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1107636 1107284 -352 -0.0
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 969212 968860 -352 -0.0
BRD4161A+rpc (read/write) 971588 971364 -224 -0.0
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 818468 818244 -224 -0.0
BRD4161A+rs911x (read/write) 1000248 999896 -352 -0.0
.bss 169088 169088 0 0.0
.data 2056 2056 0 0.0
.text 829084 828732 -352 -0.0
lock-app BRD4161A+wf200 (read/write) 1149420 1149196 -224 -0.0
.bss 152168 152168 0 0.0
.data 2064 2064 0 0.0
.text 995168 994944 -224 -0.0
window-app BRD4161A (read/write) 1098932 1098580 -352 -0.0
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959044 958692 -352 -0.0
esp32 all-clusters-app c3devkit (read only) 1031266 1030982 -284 -0.0
(read/write) 1489610 1489578 -32 -0.0
.dram0.bss 71136 71136 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218440 218408 -32 -0.0
.flash.text 1031266 1030982 -284 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1084387 1084131 -256 -0.0
(read/write) 491544 491512 -32 -0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248764 248732 -32 -0.0
.flash.text 1079003 1078747 -256 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646484 -192 -0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571288 -192 -0.0
lock k32w0+release (read/write) 704204 704012 -192 -0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628536 628344 -192 -0.0
linux chip-tool-ipv6only arm64 (read only) 10259676 10258956 -720 -0.0
(read/write) 699137 699137 0 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643824 643824 0 0.0
.dynamic 560 560 0 0.0
.got 13784 13784 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 493564 493500 -64 -0.0
.text 8127972 8127316 -656 -0.0
thermostat-no-ble arm64 (read only) 2357300 2356644 -656 -0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140588 -32 -0.0
.text 1978960 1978336 -624 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454536 2454312 -224 -0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417180 1416956 -224 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180799 1180559 -240 -0.0
bss 143745 143745 0 0.0
rodata 143360 143328 -32 -0.0
text 814736 814524 -212 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159883 1159643 -240 -0.0
bss 142972 142972 0 0.0
rodata 134948 134916 -32 -0.0
text 803144 802936 -208 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 881000 881000 0 0.0
(read/write) 1700996 1700644 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 149688 149688 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1217459 1217522 63 0.0
.debug_aranges 111544 111528 -16 -0.0
.debug_frame 372408 372344 -64 -0.0
.debug_info 26644546 26642279 -2267 -0.0
.debug_line 3647169 3646594 -575 -0.0
.debug_loc 3562738 3561233 -1505 -0.0
.debug_ranges 336664 336584 -80 -0.0
.debug_str 3394161 3393304 -857 -0.0
.heap 881000 881000 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 569346 569111 -235 -0.0
.symtab 420416 420320 -96 -0.0
.text 1540264 1539912 -352 -0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 881736 881736 0 0.0
(read/write) 1644204 1643852 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 148952 148952 0 0.0
.comment 204 204 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 2656 2656 0 0.0
.debug_abbrev 1209298 1209361 63 0.0
.debug_aranges 111016 111000 -16 -0.0
.debug_frame 375488 375424 -64 -0.0
.debug_info 26381241 26378973 -2268 -0.0
.debug_line 3667573 3666998 -575 -0.0
.debug_loc 3550375 3548870 -1505 -0.0
.debug_ranges 335280 335200 -80 -0.0
.debug_str 3383150 3382293 -857 -0.0
.heap 881736 881736 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 533820 533585 -235 -0.0
.symtab 407008 406912 -96 -0.0
.text 1484208 1483856 -352 -0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 890080 890080 0 0.0
(read/write) 1561436 1561100 -336 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 140816 140816 0 0.0
.comment 204 204 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 2448 2448 0 0.0
.debug_abbrev 1043971 1044034 63 0.0
.debug_aranges 103184 103168 -16 -0.0
.debug_frame 345732 345668 -64 -0.0
.debug_info 21845798 2184353 -2268 -0.0
.debug_line 3238757 3238182 -575 -0.0
.debug_loc 3249995 3248492 -1503 -0.0
.debug_ranges 301120 301040 -80 -0.0
.debug_str 3189244 3188387 -857 -0.0
.heap 890080 890080 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 467101 466866 -235 -0.1
.symtab 374064 373968 -96 -0.0
.text 1409784 1409448 -336 -0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 885584 885584 0 0.0
(read/write) 1598724 1598372 -352 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 145296 145296 0 0.0
.comment 204 204 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 2464 2464 0 0.0
.debug_abbrev 1051147 1051210 63 0.0
.debug_aranges 103856 103840 -16 -0.0
.debug_frame 348556 348492 -64 -0.0
.debug_info 22200966 22198699 -2267 -0.0
.debug_line 3247439 3246864 -575 -0.0
.debug_loc 3290071 3288567 -1504 -0.0
.debug_ranges 304536 304456 -80 -0.0
.debug_str 3216675 3215818 -857 -0.0
.heap 885584 885584 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 473342 473107 -235 -0.0
.symtab 377248 377152 -96 -0.0
.text 1442576 1442224 -352 -0.0
.zero.table 8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808744 808416 -328 -0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571320 571026 -294 -0.1
lighting-app tlsr9518adk80d (read/write) 830680 830352 -328 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589408 589116 -292 -0.0

@yunhanw-google yunhanw-google merged commit f740b75 into project-chip:master Aug 23, 2022
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
…hip#21938)

* Improve urgent event

-- In latest spec, urgent event needs to honor min interval for
subscription.
-- Add new fflag, urgentEvent, and remove unused flag, SuppressResponse
-- ForceDirty would be used when recieving the initial request, where it
mark the corresponding handler with dirtiness.
-- When there is urgent event, we would set new flag, UrgentEvent, in
readHandler instead of setting ForceDirty, after minInterval elapsed,
the urgent event would be sent out. Modify the existing urgent event
test and check if event can be generated after minInterval elapsed.

* address comments

* address comment
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.

4 participants