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

[Python] Call SDK asyncio friendly #32764

Merged
merged 6 commits into from
May 16, 2024

Conversation

agners
Copy link
Contributor

@agners agners commented Mar 27, 2024

This implements CHIP mainloop calls in an asyncio friendly manner. Today, when posting onto the CHIP thread, the function builtins.chipStack.Call which runs the command on the CHIP mainloop, blocks until the command has been actually issued on the CHIP thread (using threading.Condition, see AsyncCallableHandle). This is not very asyncio friendly. Instead, use the asyncio loop and schedule a task on the asyncio loop when the command has been executed.

Note that this means that an asyncio loop might be scheduling multiple CHIP calls before they complete. But as they are still run on the same CHIP mainloop, this is safe.

The current implementation changes function names a bit: Today's CallAsync is being renamed to CallAsyncWithCallback to free up CallAsync for the asyncio variant.

Copy link

github-actions bot commented Mar 27, 2024

PR #32764: Size comparison from 4e582fc to 0246d05

Decreases (1 build for efr32)
platform target config section 4e582fc 0246d05 change % change
efr32 lighting-app BRD4161A+rs9116 (read/write) 935040 935032 -8 -0.0
.text 735636 735628 -8 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 4e582fc 0246d05 change % change
bl602 lighting-app bl602 (read/write) 1438442 1438442 0 0.0
.bss 85360 85360 0 0.0
.data 9504 9504 0 0.0
.rodata 158524 158524 0 0.0
.text 1104408 1104408 0 0.0
bl602+mfd (read/write) 1452866 1452866 0 0.0
.bss 85520 85520 0 0.0
.data 9480 9480 0 0.0
.rodata 157484 157484 0 0.0
.text 1119726 1119726 0 0.0
bl602+rpc (read/write) 1486090 1486090 0 0.0
.bss 93392 93392 0 0.0
.data 9880 9880 0 0.0
.rodata 166092 166092 0 0.0
.text 1136054 1136054 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1203143 1203143 0 0.0
.bss 11133 11133 0 0.0
.data 3688 3688 0 0.0
.rodata 107876 107876 0 0.0
.text 973570 973570 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1214211 1214211 0 0.0
.bss 11309 11309 0 0.0
.data 3664 3664 0 0.0
.rodata 106816 106816 0 0.0
.text 985580 985580 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1294891 1294891 0 0.0
.bss 19613 19613 0 0.0
.data 4224 4224 0 0.0
.rodata 123248 123248 0 0.0
.text 1048534 1048534 0 0.0
bl706-eth (read/write) 1020581 1020581 0 0.0
.bss 23708 23708 0 0.0
.data 3264 3264 0 0.0
.rodata 101208 101208 0 0.0
.text 764424 764424 0 0.0
bl706-wifi (read/write) 1255218 1255218 0 0.0
.bss 10577 10577 0 0.0
.data 3696 3696 0 0.0
.rodata 122208 122208 0 0.0
.text 996308 996308 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1172728 1172728 0 0.0
.bss 16328 16328 0 0.0
.data 5048 5048 0 0.0
.rodata 101880 101880 0 0.0
.text 966680 966680 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1184136 1184136 0 0.0
.bss 16504 16504 0 0.0
.data 5032 5032 0 0.0
.rodata 100820 100820 0 0.0
.text 979002 979002 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 774788 774788 0 0.0
(read/write) 168648 168648 0 0.0
.bss 90636 90636 0 0.0
.data 3568 3568 0 0.0
.rodata 82148 82148 0 0.0
.text 692372 692372 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 791172 791172 0 0.0
(read/write) 178896 178896 0 0.0
.bss 100884 100884 0 0.0
.data 3568 3568 0 0.0
.rodata 76332 76332 0 0.0
.text 714572 714572 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 779852 779852 0 0.0
(read/write) 173336 173336 0 0.0
.bss 95324 95324 0 0.0
.data 3568 3568 0 0.0
.rodata 103084 103084 0 0.0
.text 676500 676500 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 732044 732044 0 0.0
(read/write) 167616 167616 0 0.0
.bss 89368 89368 0 0.0
.data 3560 3560 0 0.0
.rodata 77812 77812 0 0.0
.text 653964 653964 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 717644 717644 0 0.0
(read/write) 167824 167824 0 0.0
.bss 89592 89592 0 0.0
.data 3552 3552 0 0.0
.rodata 73588 73588 0 0.0
.text 643788 643788 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 584322 584322 0 0.0
(read/write) 208000 208000 0 0.0
.bss 201228 201228 0 0.0
.data 1648 1648 0 0.0
.rodata 86938 86938 0 0.0
.text 495260 495260 0 0.0
lock CC3235SF_LAUNCHXL (read only) 629570 629570 0 0.0
(read/write) 208344 208344 0 0.0
.bss 201720 201720 0 0.0
.data 1504 1504 0 0.0
.rodata 107386 107386 0 0.0
.text 520060 520060 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569531 569531 0 0.0
.app_xip_area 459269 459269 0 0.0
.bss 65088 65088 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552171 552171 0 0.0
.app_xip_area 437149 437149 0 0.0
.bss 69840 69840 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572467 572467 0 0.0
.app_xip_area 463709 463709 0 0.0
.bss 63624 63624 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565243 565243 0 0.0
.app_xip_area 453205 453205 0 0.0
.bss 66824 66824 0 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 935040 935032 -8 -0.0
.bss 197976 197976 0 0.0
.data 1404 1404 0 0.0
.text 735636 735628 -8 -0.0
BRD4187C (read/write) 1111800 1111800 0 0.0
.bss 195184 195184 0 0.0
.data 3424 3424 0 0.0
.text 913172 913172 0 0.0
lock-app BRD4161A+wf200 (read/write) 1123660 1123660 0 0.0
.bss 186804 186804 0 0.0
.data 2808 2808 0 0.0
.text 934028 934028 0 0.0
window-app BRD4187C (read/write) 1159128 1159128 0 0.0
.bss 167592 167592 0 0.0
.data 3336 3336 0 0.0
.text 988180 988180 0 0.0
esp32 all-clusters-app c3devkit (read only) 1211958 1211958 0 0.0
(read/write) 1749856 1749856 0 0.0
.dram0.bss 74328 74328 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 252368 252368 0 0.0
.flash.text 1211958 1211958 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1254051 1254051 0 0.0
(read/write) 536456 536456 0 0.0
.dram0.bss 81264 81264 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284092 284092 0 0.0
.flash.text 1247887 1247887 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605344 605344 0 0.0
(read/write) 79480 79480 0 0.0
.bss 67308 67308 0 0.0
.data 2188 2188 0 0.0
.text 604808 604808 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 700412 700412 0 0.0
.bss 71156 71156 0 0.0
.data 2856 2856 0 0.0
.text 587016 587016 0 0.0
light k32w0+release (read only) 607304 607304 0 0.0
(read/write) 79340 79340 0 0.0
.bss 67164 67164 0 0.0
.data 2192 2192 0 0.0
.text 606768 606768 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 791952 791952 0 0.0
.bss 80636 80636 0 0.0
.data 2056 2056 0 0.0
.text 669896 669896 0 0.0
linux air-purifier-app debug (read only) 2637885 2637885 0 0.0
(read/write) 129272 129272 0 0.0
.bss 46608 46608 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 74472 74472 0 0.0
.dynamic 608 608 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 185008 185008 0 0.0
.text 2275093 2275093 0 0.0
all-clusters-app debug (read only) 5943905 5943905 0 0.0
(read/write) 480744 480744 0 0.0
.bss 134912 134912 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 333864 333864 0 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1408 1408 0 0.0
.rodata 349744 349744 0 0.0
.text 5160579 5160579 0 0.0
all-clusters-minimal-app debug (read only) 5224769 5224769 0 0.0
(read/write) 236696 236696 0 0.0
.bss 127744 127744 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 97448 97448 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 288810 288810 0 0.0
.text 4701043 4701043 0 0.0
bridge-app debug (read only) 4619137 4619137 0 0.0
(read/write) 217576 217576 0 0.0
.bss 118272 118272 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86368 86368 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 229386 229386 0 0.0
.text 4169251 4169251 0 0.0
chip-tool debug (read only) 12072177 12072177 0 0.0
(read/write) 522240 522240 0 0.0
.bss 94488 94488 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 415408 415408 0 0.0
.dynamic 624 624 0 0.0
.got 5744 5744 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 450041 450041 0 0.0
.text 10914979 10914979 0 0.0
chip-tool-ipv6only arm64 (read only) 11392756 11392756 0 0.0
(read/write) 586088 586088 0 0.0
.bss 103608 103608 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455296 455296 0 0.0
.dynamic 512 512 0 0.0
.got 17024 17024 0 0.0
.init 24 24 0 0.0
.init_array 264 264 0 0.0
.rodata 355444 355444 0 0.0
.text 10157256 10157256 0 0.0
lighting-app debug+rpc+ui (read only) 5542713 5542713 0 0.0
(read/write) 226336 226336 0 0.0
.bss 119208 119208 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 94752 94752 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 354388 354388 0 0.0
.text 4941443 4941443 0 0.0
lock-app debug (read only) 4686449 4686449 0 0.0
(read/write) 205160 205160 0 0.0
.bss 113696 113696 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 80616 80616 0 0.0
.dynamic 624 624 0 0.0
.got 5176 5176 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 255306 255306 0 0.0
.text 4219283 4219283 0 0.0
ota-provider-app debug (read only) 4300689 4300689 0 0.0
(read/write) 193432 193432 0 0.0
.bss 113312 113312 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 69840 69840 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 208426 208426 0 0.0
.text 3899075 3899075 0 0.0
ota-requestor-app debug (read only) 4430161 4430161 0 0.0
(read/write) 197800 197800 0 0.0
.bss 114208 114208 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 72944 72944 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 214570 214570 0 0.0
.text 4017859 4017859 0 0.0
shell debug (read only) 2912209 2912209 0 0.0
(read/write) 156696 156696 0 0.0
.bss 62832 62832 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 86672 86672 0 0.0
.dynamic 592 592 0 0.0
.got 4064 4064 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 185696 185696 0 0.0
.text 2552722 2552722 0 0.0
thermostat-no-ble arm64 (read only) 4419300 4419300 0 0.0
(read/write) 243632 243632 0 0.0
.bss 121832 121832 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 103680 103680 0 0.0
.dynamic 512 512 0 0.0
.got 8624 8624 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 159788 159788 0 0.0
.text 3924648 3924648 0 0.0
tv-app debug (read only) 5754641 5754641 0 0.0
(read/write) 353088 353088 0 0.0
.bss 244496 244496 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 94744 94744 0 0.0
.dynamic 624 624 0 0.0
.got 5472 5472 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 292522 292522 0 0.0
.text 5219635 5219635 0 0.0
tv-casting-app debug (read only) 9886433 9886433 0 0.0
(read/write) 340672 340672 0 0.0
.bss 156336 156336 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174432 174432 0 0.0
.dynamic 624 624 0 0.0
.got 5048 5048 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 383000 383000 0 0.0
.text 9037491 9037491 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2533168 2533168 0 0.0
.bss 220480 220480 0 0.0
.data 5216 5216 0 0.0
.text 1495852 1495852 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1062952 1062952 0 0.0
bss 133119 133119 0 0.0
rodata 102680 102680 0 0.0
text 779952 779952 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1224252 1224252 0 0.0
bss 127155 127155 0 0.0
rodata 151200 151200 0 0.0
text 795872 795872 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1010528 1010528 0 0.0
bss 131977 131977 0 0.0
rodata 89944 89944 0 0.0
text 741288 741288 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834416 834416 0 0.0
(read/write) 1797756 1797756 0 0.0
.bss 196244 196244 0 0.0
.data 2680 2680 0 0.0
.text 1590444 1590444 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837568 837568 0 0.0
(read/write) 1719812 1719812 0 0.0
.bss 193124 193124 0 0.0
.data 2648 2648 0 0.0
.text 1515652 1515652 0 0.0
light cy8ckit_062s2_43012 (read only) 844296 844296 0 0.0
(read/write) 1638932 1638932 0 0.0
.bss 186588 186588 0 0.0
.data 2456 2456 0 0.0
.text 1441500 1441500 0 0.0
lock cy8ckit_062s2_43012 (read only) 817136 817136 0 0.0
(read/write) 1668540 1668540 0 0.0
.bss 213748 213748 0 0.0
.data 2456 2456 0 0.0
.text 1443948 1443948 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1130496 1130496 0 0.0
.bss 102488 102488 0 0.0
.data 836 836 0 0.0
.text 642880 642880 0 0.0
lock-app qpg6105+debug (read/write) 1090464 1090464 0 0.0
.bss 97232 97232 0 0.0
.data 856 856 0 0.0
.text 602844 602844 0 0.0
stm32 light STM32WB5MM-DK (read/write) 601709 601709 0 0.0
.bss 128352 128352 0 0.0
.data 676 676 0 0.0
.rodata 79796 79796 0 0.0
.text 383152 383152 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824506 824506 0 0.0
bss 49692 49692 0 0.0
text 617186 617186 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1093360 1093360 0 0.0
bss 101812 101812 0 0.0
text 794308 794308 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1050824 1050824 0 0.0
bss 110116 110116 0 0.0
text 765622 765622 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 911544 911544 0 0.0
bss 93148 93148 0 0.0
text 653106 653106 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826130 826130 0 0.0
bss 49740 49740 0 0.0
text 618876 618876 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 931848 931848 0 0.0
bss 77740 77740 0 0.0
text 699026 699026 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1074724 1074724 0 0.0
bss 100228 100228 0 0.0
text 778490 778490 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 904232 904232 0 0.0
bss 69204 69204 0 0.0
text 654280 654280 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 930516 930516 0 0.0
bss 92728 92728 0 0.0
text 672184 672184 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 828862 828862 0 0.0
bss 49848 49848 0 0.0
text 621938 621938 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 792436 792436 0 0.0
bss 56048 56048 0 0.0
text 592616 592616 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677388 677388 0 0.0
bss 73672 73672 0 0.0
text 462616 462616 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833666 833666 0 0.0
bss 51372 51372 0 0.0
text 625246 625246 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852397 852397 0 0.0
bss 59524 59524 0 0.0
text 637326 637326 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 818084 818084 0 0.0
bss 56336 56336 0 0.0
text 612300 612300 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 836184 836184 0 0.0
bss 68112 68112 0 0.0
text 627558 627558 0 0.0

@agners agners force-pushed the call-sdk-asyncio-friendly branch from 0246d05 to f4635db Compare May 1, 2024 20:01
Copy link

github-actions bot commented May 1, 2024

PR #32764: Size comparison from 5570be9 to f4635db

Full report (4 builds for cc32xx, mbed, stm32)
platform target config section 5570be9 f4635dbd change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605550 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89590 0 0.0
.text 513836 513836 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651438 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110350 0 0.0
.text 538968 538968 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536808 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499492 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605881 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386440 0 0.0

@agners agners force-pushed the call-sdk-asyncio-friendly branch from f4635db to 79520c0 Compare May 1, 2024 20:23
@agners agners changed the title [Python] Call sdk asyncio friendly [Python] Call SDK asyncio friendly May 1, 2024
@agners agners marked this pull request as ready for review May 1, 2024 20:25
Copy link

github-actions bot commented May 1, 2024

PR #32764: Size comparison from 5570be9 to 79520c0

Decreases (2 builds for efr32)
platform target config section 5570be9 79520c03 change % change
efr32 lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.text 969668 969660 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 79520c03 change % change
bl602 lighting-app bl602 (read/write) 1444414 1444414 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109294 0 0.0
bl602+mfd (read/write) 1458838 1458838 0 0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124612 0 0.0
bl602+rpc (read/write) 1492062 1492062 0 0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140940 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210103 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979438 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220939 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991192 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301591 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054146 0 0.0
bl706-eth (read/write) 1026521 1026521 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769292 0 0.0
bl706-wifi (read/write) 1262002 1262002 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001996 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179440 1179440 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972292 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190840 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798420 0 0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713232 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813704 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734888 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802988 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696896 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755276 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674432 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740956 0 0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664328 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605550 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89590 0 0.0
.text 513836 513836 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651438 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110350 0 0.0
.text 538968 538968 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571615 0 0.0
.app_xip_area 461501 461501 0 0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553711 0 0.0
.app_xip_area 438925 438925 0 0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574343 0 0.0
.app_xip_area 465725 465725 0 0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566863 0 0.0
.app_xip_area 455061 455061 0 0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070852 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887392 0 0.0
lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969660 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215008 0 0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253512 0 0.0
.flash.text 1215008 1215008 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256639 0 0.0
(read/write) 537700 537700 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285240 0 0.0
.flash.text 1250475 1250475 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713565 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2344085 0 0.0
all-clusters-app debug (read only) 6025529 6025529 0 0.0
(read/write) 483912 483912 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335912 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 352944 0 0.0
.text 5234083 5234083 0 0.0
all-clusters-minimal-app debug (read only) 5309673 5309673 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777667 0 0.0
bridge-app debug (read only) 4700281 4700281 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242243 0 0.0
chip-tool debug (read only) 12145017 12145017 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981299 0 0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473460 0 0.0
(read/write) 591744 591744 0 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 10231368 0 0.0
lighting-app debug+rpc+ui (read only) 5623873 5623873 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015555 0 0.0
lock-app debug (read only) 4767337 4767337 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292451 0 0.0
ota-provider-app debug (read only) 4375241 4375241 0 0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3966179 0 0.0
ota-requestor-app debug (read only) 4505929 4505929 0 0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997265 2997265 0 0.0
(read/write) 159376 159376 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88608 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189824 0 0.0
.text 2628578 2628578 0 0.0
thermostat-no-ble arm64 (read only) 4493868 4493868 0 0.0
(read/write) 248072 248072 0 0.0
.bss 122968 122968 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990792 0 0.0
tv-app debug (read only) 5823537 5823537 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280659 0 0.0
tv-casting-app debug (read only) 9984073 9984073 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126387 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536808 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060328 0 0.0
bss 139123 139123 0 0.0
rodata 101544 101544 0 0.0
text 772440 772440 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237560 0 0.0
bss 137419 137419 0 0.0
rodata 151376 151376 0 0.0
text 798740 798740 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008160 0 0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 734040 0 0.0
nxp contact k32w0+release (read only) 576572 576572 0 0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 576036 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 704060 0 0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590592 0 0.0
light k32w0+release (read only) 610632 610632 0 0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610096 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795904 0 0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826884 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611444 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748220 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535876 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666700 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1461076 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695348 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462660 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134220 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646600 0 0.0
lock-app qpg6105+debug (read/write) 1094076 1094076 0 0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606460 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605881 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386440 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834098 0 0.0
bss 49876 49876 0 0.0
text 624766 624766 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096440 0 0.0
bss 101544 101544 0 0.0
text 797444 797444 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058956 0 0.0
bss 110040 110040 0 0.0
text 772804 772804 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914604 0 0.0
bss 92796 92796 0 0.0
text 656406 656406 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836458 0 0.0
bss 49920 49920 0 0.0
text 627186 627186 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937224 0 0.0
bss 77532 77532 0 0.0
text 703800 703800 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090988 0 0.0
bss 99888 99888 0 0.0
text 794392 794392 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911568 0 0.0
bss 69200 69200 0 0.0
text 660584 660584 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933400 0 0.0
bss 92500 92500 0 0.0
text 675392 675392 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 834016 0 0.0
bss 58164 58164 0 0.0
text 624192 624192 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800136 0 0.0
bss 56092 56092 0 0.0
text 599094 599094 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676100 0 0.0
bss 73412 73412 0 0.0
text 461782 461782 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844318 0 0.0
bss 51548 51548 0 0.0
text 633854 633854 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858977 0 0.0
bss 59716 59716 0 0.0
text 642634 642634 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825692 0 0.0
bss 56424 56424 0 0.0
text 618656 618656 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838712 0 0.0
bss 58380 58380 0 0.0
text 626460 626460 0 0.0

@agners agners force-pushed the call-sdk-asyncio-friendly branch from 79520c0 to 44ea891 Compare May 1, 2024 22:10
Copy link

github-actions bot commented May 1, 2024

PR #32764: Size comparison from 5570be9 to 44ea891

Decreases (2 builds for efr32)
platform target config section 5570be9 44ea891 change % change
efr32 lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.text 969668 969660 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 44ea891 change % change
bl602 lighting-app bl602 (read/write) 1444414 1444414 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109294 0 0.0
bl602+mfd (read/write) 1458838 1458838 0 0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124612 0 0.0
bl602+rpc (read/write) 1492062 1492062 0 0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140940 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210103 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979438 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220939 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991192 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301591 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054146 0 0.0
bl706-eth (read/write) 1026521 1026521 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769292 0 0.0
bl706-wifi (read/write) 1262002 1262002 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001996 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179440 1179440 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972292 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190840 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798420 0 0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713232 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813704 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734888 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802988 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696896 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755276 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674432 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740956 0 0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664328 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605550 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89590 0 0.0
.text 513836 513836 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651438 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110350 0 0.0
.text 538968 538968 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571615 0 0.0
.app_xip_area 461501 461501 0 0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553711 0 0.0
.app_xip_area 438925 438925 0 0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574343 0 0.0
.app_xip_area 465725 465725 0 0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566863 0 0.0
.app_xip_area 455061 455061 0 0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070852 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887392 0 0.0
lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969660 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215008 0 0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253512 0 0.0
.flash.text 1215008 1215008 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256639 0 0.0
(read/write) 537700 537700 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285240 0 0.0
.flash.text 1250475 1250475 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713565 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2344085 0 0.0
all-clusters-app debug (read only) 6025529 6025529 0 0.0
(read/write) 483912 483912 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335912 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 352944 0 0.0
.text 5234083 5234083 0 0.0
all-clusters-minimal-app debug (read only) 5309673 5309673 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777667 0 0.0
bridge-app debug (read only) 4700281 4700281 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242243 0 0.0
chip-tool debug (read only) 12145017 12145017 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981299 0 0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473460 0 0.0
(read/write) 591744 591744 0 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 10231368 0 0.0
lighting-app debug+rpc+ui (read only) 5623873 5623873 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015555 0 0.0
lock-app debug (read only) 4767337 4767337 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292451 0 0.0
ota-provider-app debug (read only) 4375241 4375241 0 0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3966179 0 0.0
ota-requestor-app debug (read only) 4505929 4505929 0 0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997265 2997265 0 0.0
(read/write) 159376 159376 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88608 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189824 0 0.0
.text 2628578 2628578 0 0.0
thermostat-no-ble arm64 (read only) 4493868 4493868 0 0.0
(read/write) 248072 248072 0 0.0
.bss 122968 122968 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990792 0 0.0
tv-app debug (read only) 5823537 5823537 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280659 0 0.0
tv-casting-app debug (read only) 9984073 9984073 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126387 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536808 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060328 0 0.0
bss 139123 139123 0 0.0
rodata 101544 101544 0 0.0
text 772440 772440 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237560 0 0.0
bss 137419 137419 0 0.0
rodata 151376 151376 0 0.0
text 798740 798740 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008160 0 0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 734040 0 0.0
nxp contact k32w0+release (read only) 576572 576572 0 0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 576036 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 704060 0 0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590592 0 0.0
light k32w0+release (read only) 610632 610632 0 0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610096 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795904 0 0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826884 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611444 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748220 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535876 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666700 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1461076 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695348 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462660 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134220 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646600 0 0.0
lock-app qpg6105+debug (read/write) 1094076 1094076 0 0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606460 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605881 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386440 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834098 0 0.0
bss 49876 49876 0 0.0
text 624766 624766 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096440 0 0.0
bss 101544 101544 0 0.0
text 797444 797444 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058956 0 0.0
bss 110040 110040 0 0.0
text 772804 772804 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914604 0 0.0
bss 92796 92796 0 0.0
text 656406 656406 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836458 0 0.0
bss 49920 49920 0 0.0
text 627186 627186 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937224 0 0.0
bss 77532 77532 0 0.0
text 703800 703800 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090988 0 0.0
bss 99888 99888 0 0.0
text 794392 794392 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911568 0 0.0
bss 69200 69200 0 0.0
text 660584 660584 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933400 0 0.0
bss 92500 92500 0 0.0
text 675392 675392 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 834016 0 0.0
bss 58164 58164 0 0.0
text 624192 624192 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800136 0 0.0
bss 56092 56092 0 0.0
text 599094 599094 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676100 0 0.0
bss 73412 73412 0 0.0
text 461782 461782 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844318 0 0.0
bss 51548 51548 0 0.0
text 633854 633854 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858977 0 0.0
bss 59716 59716 0 0.0
text 642634 642634 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825692 0 0.0
bss 56424 56424 0 0.0
text 618656 618656 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838712 0 0.0
bss 58380 58380 0 0.0
text 626460 626460 0 0.0

@agners agners force-pushed the call-sdk-asyncio-friendly branch from 44ea891 to 3fdbbbe Compare May 1, 2024 23:39
Copy link

github-actions bot commented May 1, 2024

PR #32764: Size comparison from 5570be9 to 3fdbbbe

Decreases (2 builds for efr32)
platform target config section 5570be9 3fdbbbe change % change
efr32 lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.text 969668 969660 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 3fdbbbe change % change
bl602 lighting-app bl602 (read/write) 1444414 1444414 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109294 0 0.0
bl602+mfd (read/write) 1458838 1458838 0 0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124612 0 0.0
bl602+rpc (read/write) 1492062 1492062 0 0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140940 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210103 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979438 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220939 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991192 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301591 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054146 0 0.0
bl706-eth (read/write) 1026521 1026521 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769292 0 0.0
bl706-wifi (read/write) 1262002 1262002 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001996 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179440 1179440 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972292 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190840 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798420 0 0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713232 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813704 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734888 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802988 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696896 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755276 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674432 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740956 0 0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664328 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605550 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89590 0 0.0
.text 513836 513836 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651438 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110350 0 0.0
.text 538968 538968 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571615 0 0.0
.app_xip_area 461501 461501 0 0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553711 0 0.0
.app_xip_area 438925 438925 0 0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574343 0 0.0
.app_xip_area 465725 465725 0 0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566863 0 0.0
.app_xip_area 455061 455061 0 0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070852 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887392 0 0.0
lock-app BRD4338a (read/write) 962188 962180 -8 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700304 -8 -0.0
window-app BRD4187C (read/write) 1137624 1137616 -8 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969660 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215008 0 0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253512 0 0.0
.flash.text 1215008 1215008 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256639 0 0.0
(read/write) 537700 537700 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285240 0 0.0
.flash.text 1250475 1250475 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713565 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2344085 0 0.0
all-clusters-app debug (read only) 6025529 6025529 0 0.0
(read/write) 483912 483912 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335912 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 352944 0 0.0
.text 5234083 5234083 0 0.0
all-clusters-minimal-app debug (read only) 5309673 5309673 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777667 0 0.0
bridge-app debug (read only) 4700281 4700281 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242243 0 0.0
chip-tool debug (read only) 12145017 12145017 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981299 0 0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473460 0 0.0
(read/write) 591744 591744 0 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 10231368 0 0.0
lighting-app debug+rpc+ui (read only) 5623873 5623873 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015555 0 0.0
lock-app debug (read only) 4767337 4767337 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292451 0 0.0
ota-provider-app debug (read only) 4375241 4375241 0 0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3966179 0 0.0
ota-requestor-app debug (read only) 4505929 4505929 0 0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997265 2997265 0 0.0
(read/write) 159376 159376 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88608 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189824 0 0.0
.text 2628578 2628578 0 0.0
thermostat-no-ble arm64 (read only) 4493868 4493868 0 0.0
(read/write) 248072 248072 0 0.0
.bss 122968 122968 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990792 0 0.0
tv-app debug (read only) 5823537 5823537 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280659 0 0.0
tv-casting-app debug (read only) 9984073 9984073 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126387 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536808 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060328 0 0.0
bss 139123 139123 0 0.0
rodata 101544 101544 0 0.0
text 772440 772440 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237560 0 0.0
bss 137419 137419 0 0.0
rodata 151376 151376 0 0.0
text 798740 798740 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008160 0 0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 734040 0 0.0
nxp contact k32w0+release (read only) 576572 576572 0 0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 576036 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 704060 0 0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590592 0 0.0
light k32w0+release (read only) 610632 610632 0 0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610096 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795904 0 0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826884 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611444 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748220 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535876 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666700 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1461076 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695348 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462660 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134220 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646600 0 0.0
lock-app qpg6105+debug (read/write) 1094076 1094076 0 0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606460 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605881 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386440 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834098 0 0.0
bss 49876 49876 0 0.0
text 624766 624766 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096440 0 0.0
bss 101544 101544 0 0.0
text 797444 797444 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058956 0 0.0
bss 110040 110040 0 0.0
text 772804 772804 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914604 0 0.0
bss 92796 92796 0 0.0
text 656406 656406 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836458 0 0.0
bss 49920 49920 0 0.0
text 627186 627186 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937224 0 0.0
bss 77532 77532 0 0.0
text 703800 703800 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090988 0 0.0
bss 99888 99888 0 0.0
text 794392 794392 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911568 0 0.0
bss 69200 69200 0 0.0
text 660584 660584 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933400 0 0.0
bss 92500 92500 0 0.0
text 675392 675392 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 834016 0 0.0
bss 58164 58164 0 0.0
text 624192 624192 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800136 0 0.0
bss 56092 56092 0 0.0
text 599094 599094 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676100 0 0.0
bss 73412 73412 0 0.0
text 461782 461782 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844318 0 0.0
bss 51548 51548 0 0.0
text 633854 633854 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858977 0 0.0
bss 59716 59716 0 0.0
text 642634 642634 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825692 0 0.0
bss 56424 56424 0 0.0
text 618656 618656 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838712 0 0.0
bss 58380 58380 0 0.0
text 626460 626460 0 0.0

src/controller/python/chip/ChipStack.py Outdated Show resolved Hide resolved
src/controller/python/chip/ChipStack.py Show resolved Hide resolved
src/controller/python/chip/ChipStack.py Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 2, 2024

PR #32764: Size comparison from 5570be9 to 9da6eaa

Increases (11 builds for bl702l, esp32, linux, nrfconnect, telink)
platform target config section 5570be9 9da6eaa change % change
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
esp32 all-clusters-app c3devkit (read/write) 1751288 1751296 8 0.0
.flash.rodata 253512 253520 8 0.0
m5stack (read only) 1256639 1256683 44 0.0
(read/write) 537700 537708 8 0.0
.flash.rodata 285240 285248 8 0.0
.flash.text 1250475 1250519 44 0.0
linux all-clusters-app debug (read only) 6025529 6026057 528 0.0
(read/write) 483912 483976 64 0.0
.data.rel.ro 335912 335960 48 0.0
.rodata 352944 353264 320 0.1
.text 5234083 5234147 64 0.0
chip-tool-ipv6only arm64 (read/write) 591744 591856 112 0.0
shell debug (read only) 2997265 2997585 320 0.0
(read/write) 159376 159408 32 0.0
.data.rel.ro 88608 88640 32 0.0
.rodata 189824 189984 160 0.1
.text 2628578 2628642 64 0.0
thermostat-no-ble arm64 (read/write) 248072 248216 144 0.1
.bss 122968 122984 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101544 101552 8 0.0
nrf7002dk_nrf5340_cpuapp rodata 151376 151384 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1096440 1096448 8 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 937224 937232 8 0.0
Decreases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 9da6eaa change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read/write) 1210103 1210043 -60 -0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read/write) 1220939 1220883 -56 -0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read/write) 1301591 1301531 -60 -0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l .text 972292 972234 -58 -0.0
bl702l+mfd (read/write) 1190840 1190780 -60 -0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
switch cyw930739m2evb_01 (read/write) 566863 566847 -16 -0.0
.app_xip_area 455061 455045 -16 -0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215006 -2 -0.0
.flash.text 1215008 1215006 -2 -0.0
linux air-purifier-app debug (read only) 2713565 2713485 -80 -0.0
.text 2344085 2344005 -80 -0.0
all-clusters-minimal-app debug (read only) 5309673 5309593 -80 -0.0
.text 4777667 4777587 -80 -0.0
bridge-app debug (read only) 4700281 4700201 -80 -0.0
.text 4242243 4242163 -80 -0.0
chip-tool debug (read only) 12145017 12144937 -80 -0.0
.text 10981299 10981219 -80 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473348 -112 -0.0
.text 10231368 10231256 -112 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623793 -80 -0.0
.text 5015555 5015475 -80 -0.0
lock-app debug (read only) 4767337 4767241 -96 -0.0
.text 4292451 4292355 -96 -0.0
ota-provider-app debug (read only) 4375241 4375145 -96 -0.0
.text 3966179 3966083 -96 -0.0
ota-requestor-app debug (read only) 4505929 4505849 -80 -0.0
.text 4086243 4086163 -80 -0.0
thermostat-no-ble arm64 (read only) 4493868 4493740 -128 -0.0
.text 3990792 3990664 -128 -0.0
tv-app debug (read only) 5823537 5823441 -96 -0.0
.text 5280659 5280563 -96 -0.0
tv-casting-app debug (read only) 9984073 9983993 -80 -0.0
.text 9126387 9126307 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536808 2536744 -64 -0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060328 1060320 -8 -0.0
text 772440 772420 -20 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1237560 1237552 -8 -0.0
text 798740 798712 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1008160 1008096 -64 -0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
.text 576036 575972 -64 -0.0
k32w1+release (read/write) 704060 703996 -64 -0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
.text 610096 610032 -64 -0.0
k32w1+release (read/write) 795904 795840 -64 -0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1826884 1826836 -48 -0.0
.text 1611444 1611396 -48 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748220 1748108 -112 -0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read/write) 1666700 1666572 -128 -0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read/write) 1695348 1695220 -128 -0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834098 834058 -40 -0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d text 797444 797442 -2 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058956 1058916 -40 -0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read/write) 914604 914556 -48 -0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 836458 836410 -48 -0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a text 703800 703798 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090988 1090948 -40 -0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read/write) 911568 911528 -40 -0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 933400 933360 -40 -0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read/write) 834016 833976 -40 -0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read/write) 800136 800088 -48 -0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read/write) 676100 676056 -44 -0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 844318 844278 -40 -0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858977 858929 -48 -0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read/write) 825692 825652 -40 -0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read/write) 838712 838672 -40 -0.0
text 626460 626418 -42 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 9da6eaa change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210043 -60 -0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220883 -56 -0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301531 -60 -0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972234 -58 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190780 -60 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566847 -16 -0.0
.app_xip_area 455061 455045 -16 -0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215006 -2 -0.0
(read/write) 1751288 1751296 8 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253520 8 0.0
.flash.text 1215008 1215006 -2 -0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256683 44 0.0
(read/write) 537700 537708 8 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285248 8 0.0
.flash.text 1250475 1250519 44 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713485 -80 -0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2344005 -80 -0.0
all-clusters-app debug (read only) 6025529 6026057 528 0.0
(read/write) 483912 483976 64 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335960 48 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 353264 320 0.1
.text 5234083 5234147 64 0.0
all-clusters-minimal-app debug (read only) 5309673 5309593 -80 -0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777587 -80 -0.0
bridge-app debug (read only) 4700281 4700201 -80 -0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242163 -80 -0.0
chip-tool debug (read only) 12145017 12144937 -80 -0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981219 -80 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473348 -112 -0.0
(read/write) 591744 591856 112 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 10231256 -112 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623793 -80 -0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015475 -80 -0.0
lock-app debug (read only) 4767337 4767241 -96 -0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292355 -96 -0.0
ota-provider-app debug (read only) 4375241 4375145 -96 -0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3966083 -96 -0.0
ota-requestor-app debug (read only) 4505929 4505849 -80 -0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086163 -80 -0.0
shell debug (read only) 2997265 2997585 320 0.0
(read/write) 159376 159408 32 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88640 32 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189984 160 0.1
.text 2628578 2628642 64 0.0
thermostat-no-ble arm64 (read only) 4493868 4493740 -128 -0.0
(read/write) 248072 248216 144 0.1
.bss 122968 122984 16 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990664 -128 -0.0
tv-app debug (read only) 5823537 5823441 -96 -0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280563 -96 -0.0
tv-casting-app debug (read only) 9984073 9983993 -80 -0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126307 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536744 -64 -0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060320 -8 -0.0
bss 139123 139123 0 0.0
rodata 101544 101552 8 0.0
text 772440 772420 -20 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237552 -8 -0.0
bss 137419 137419 0 0.0
rodata 151376 151384 8 0.0
text 798740 798712 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008096 -64 -0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 575972 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 703996 -64 -0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610032 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795840 -64 -0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826836 -48 -0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611396 -48 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748108 -112 -0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666572 -128 -0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695220 -128 -0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834058 -40 -0.0
bss 49876 49876 0 0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096448 8 0.0
bss 101544 101544 0 0.0
text 797444 797442 -2 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058916 -40 -0.0
bss 110040 110040 0 0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914556 -48 -0.0
bss 92796 92796 0 0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836410 -48 -0.0
bss 49920 49920 0 0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937232 8 0.0
bss 77532 77532 0 0.0
text 703800 703798 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090948 -40 -0.0
bss 99888 99888 0 0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911528 -40 -0.0
bss 69200 69200 0 0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933360 -40 -0.0
bss 92500 92500 0 0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 833976 -40 -0.0
bss 58164 58164 0 0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800088 -48 -0.0
bss 56092 56092 0 0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676056 -44 -0.0
bss 73412 73412 0 0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844278 -40 -0.0
bss 51548 51548 0 0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858929 -48 -0.0
bss 59716 59716 0 0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825652 -40 -0.0
bss 56424 56424 0 0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838672 -40 -0.0
bss 58380 58380 0 0.0
text 626460 626418 -42 -0.0

agners added 6 commits May 7, 2024 18:53
CallAsync continuously calls a callback function during the wait
for the call. Rename the function to reflect that fact.

This frees up CallAsync for an asyncio friendly implementation.
Call Matter SDK in a asyncio friendly way. During posting of the task
onto the CHIP mainloop, it makes sure that the asyncio loop is not
blocked.
Also add a comment that the function needs to be released by registering
a callback and setting the complete event.
@agners agners force-pushed the call-sdk-asyncio-friendly branch from 6c69159 to d411e77 Compare May 7, 2024 16:54
Copy link

github-actions bot commented May 7, 2024

PR #32764: Size comparison from 36c76e6 to d411e77

Decreases (2 builds for efr32)
platform target config section 36c76e6 d411e77 change % change
efr32 lock-app BRD4338a (read/write) 962084 962076 -8 -0.0
.text 700200 700192 -8 -0.0
window-app BRD4187C (read/write) 1137528 1137520 -8 -0.0
.text 969556 969548 -8 -0.0
Full report (77 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 36c76e6 d411e77 change % change
bl602 lighting-app bl602 (read/write) 1444374 1444374 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109252 1109252 0 0.0
bl602+mfd (read/write) 1458798 1458798 0 0.0
.bss 85920 85920 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124570 1124570 0 0.0
bl602+rpc (read/write) 1492022 1492022 0 0.0
.bss 93792 93792 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140898 1140898 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210075 1210075 0 0.0
.bss 11185 11185 0 0.0
.data 3712 3712 0 0.0
.rodata 108796 108796 0 0.0
.text 979386 979386 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220887 1220887 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991140 991140 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301539 1301539 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054094 1054094 0 0.0
bl706-eth (read/write) 1026481 1026481 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769250 769250 0 0.0
bl706-wifi (read/write) 1261934 1261934 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001928 1001928 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179392 1179392 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972244 972244 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190800 1190800 0 0.0
.bss 16572 16572 0 0.0
.data 5056 5056 0 0.0
.rodata 101740 101740 0 0.0
.text 984566 984566 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798364 798364 0 0.0
(read/write) 177628 177628 0 0.0
.bss 99556 99556 0 0.0
.data 3596 3596 0 0.0
.rodata 84924 84924 0 0.0
.text 713176 713176 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813656 813656 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734840 734840 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802940 802940 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696848 696848 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755220 755220 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674376 674376 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740908 740908 0 0.0
(read/write) 176812 176812 0 0.0
.bss 98520 98520 0 0.0
.data 3580 3580 0 0.0
.rodata 76364 76364 0 0.0
.text 664280 664280 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605438 605438 0 0.0
(read/write) 209580 209580 0 0.0
.bss 202804 202804 0 0.0
.data 1652 1652 0 0.0
.rodata 89574 89574 0 0.0
.text 513740 513740 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651326 651326 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110334 110334 0 0.0
.text 538872 538872 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741843 741843 0 0.0
.app_xip_area 660117 660117 0 0.0
.bss 75332 75332 0 0.0
.data 932 932 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 757479 757479 0 0.0
.app_xip_area 672553 672553 0 0.0
.bss 77188 77188 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 757479 757479 0 0.0
.app_xip_area 672553 672553 0 0.0
.bss 77188 77188 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713699 713699 0 0.0
.app_xip_area 636905 636905 0 0.0
.bss 70456 70456 0 0.0
.data 876 876 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679359 679359 0 0.0
.app_xip_area 601921 601921 0 0.0
.bss 70924 70924 0 0.0
.data 1052 1052 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 694691 694691 0 0.0
.app_xip_area 614141 614141 0 0.0
.bss 72780 72780 0 0.0
.data 2308 2308 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 694691 694691 0 0.0
.app_xip_area 614141 614141 0 0.0
.bss 72780 72780 0 0.0
.data 2308 2308 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697907 697907 0 0.0
.app_xip_area 617453 617453 0 0.0
.bss 73972 73972 0 0.0
.data 1020 1020 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 713311 713311 0 0.0
.app_xip_area 629745 629745 0 0.0
.bss 75828 75828 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 713311 713311 0 0.0
.app_xip_area 629745 629745 0 0.0
.bss 75828 75828 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070820 1070820 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887360 887360 0 0.0
lock-app BRD4338a (read/write) 962084 962076 -8 -0.0
.bss 213068 213068 0 0.0
.data 29448 29448 0 0.0
.text 700200 700192 -8 -0.0
window-app BRD4187C (read/write) 1137528 1137520 -8 -0.0
.bss 164608 164608 0 0.0
.data 3344 3344 0 0.0
.text 969556 969548 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1214962 1214962 0 0.0
(read/write) 1751312 1751312 0 0.0
.dram0.bss 74600 74600 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253520 253520 0 0.0
.flash.text 1214962 1214962 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256667 1256667 0 0.0
(read/write) 537716 537716 0 0.0
.dram0.bss 81352 81352 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285248 285248 0 0.0
.flash.text 1250503 1250503 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713437 2713437 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186352 186352 0 0.0
.text 2344149 2344149 0 0.0
all-clusters-app debug (read only) 6026009 6026009 0 0.0
(read/write) 483976 483976 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335960 335960 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 353072 353072 0 0.0
.text 5234291 5234291 0 0.0
all-clusters-minimal-app debug (read only) 5309545 5309545 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 291978 291978 0 0.0
.text 4777731 4777731 0 0.0
bridge-app debug (read only) 4700153 4700153 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232426 232426 0 0.0
.text 4242307 4242307 0 0.0
chip-tool debug (read only) 1214514 1214514 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981427 10981427 0 0.0
chip-tool-ipv6only arm64 (read only) 11473620 11473620 0 0.0
(read/write) 591624 591624 0 0.0
.bss 104024 104024 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17240 17240 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 1023151 1023151 0 0.0
lighting-app debug+rpc+ui (read only) 5623745 5623745 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356276 356276 0 0.0
.text 5015619 5015619 0 0.0
lock-app debug (read only) 4767193 4767193 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258346 258346 0 0.0
.text 4292499 4292499 0 0.0
ota-provider-app debug (read only) 4375049 4375049 0 0.0
(read/write) 196536 196536 0 0.0
.bss 114496 114496 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211178 211178 0 0.0
.text 3966179 3966179 0 0.0
ota-requestor-app debug (read only) 4505737 4505737 0 0.0
(read/write) 200904 200904 0 0.0
.bss 115392 115392 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217258 217258 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997553 2997553 0 0.0
(read/write) 159408 159408 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88640 88640 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189984 189984 0 0.0
.text 2628610 2628610 0 0.0
thermostat-no-ble arm64 (read only) 4493980 4493980 0 0.0
(read/write) 248000 248000 0 0.0
.bss 122984 122984 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8968 8968 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990872 3990872 0 0.0
tv-app debug (read only) 5823345 5823345 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296554 296554 0 0.0
.text 5280659 5280659 0 0.0
tv-casting-app debug (read only) 9983769 9983769 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386648 386648 0 0.0
.text 9126275 9126275 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536744 2536744 0 0.0
.bss 220776 220776 0 0.0
.data 5216 5216 0 0.0
.text 1499428 1499428 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060984 1060984 0 0.0
bss 139129 139129 0 0.0
rodata 101696 101696 0 0.0
text 772932 772932 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238424 1238424 0 0.0
bss 137485 137485 0 0.0
rodata 151408 151408 0 0.0
text 799504 799504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008736 1008736 0 0.0
bss 138035 138035 0 0.0
rodata 88952 88952 0 0.0
text 734460 734460 0 0.0
nxp contact k32w0+release (read only) 576508 576508 0 0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2196 2196 0 0.0
.text 575972 575972 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704004 704004 0 0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590536 590536 0 0.0
light k32w0+release (read only) 610584 610584 0 0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2216 2216 0 0.0
.text 610048 610048 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795864 795864 0 0.0
.bss 80760 80760 0 0.0
.data 2072 2072 0 0.0
.text 673664 673664 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826852 1826852 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611412 1611412 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748108 1748108 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535764 1535764 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666588 1666588 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1460964 1460964 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695220 1695220 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462532 1462532 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134172 1134172 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646552 646552 0 0.0
lock-app qpg6105+debug (read/write) 1094020 1094020 0 0.0
.bss 97316 97316 0 0.0
.data 868 868 0 0.0
.text 606404 606404 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605817 605817 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386376 386376 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834098 0 0.0
bss 49876 49876 0 0.0
text 624766 624766 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096480 1096480 0 0.0
bss 101544 101544 0 0.0
text 797480 797480 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058956 0 0.0
bss 110040 110040 0 0.0
text 772800 772800 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914604 0 0.0
bss 92796 92796 0 0.0
text 656402 656402 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836466 836466 0 0.0
bss 49920 49920 0 0.0
text 627186 627186 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937272 937272 0 0.0
bss 77532 77532 0 0.0
text 703840 703840 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090804 1090804 0 0.0
bss 99868 99868 0 0.0
text 794276 794276 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911576 911576 0 0.0
bss 69200 69200 0 0.0
text 660592 660592 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933408 933408 0 0.0
bss 92508 92508 0 0.0
text 675388 675388 0 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 831064 831064 0 0.0
bss 58164 58164 0 0.0
text 621230 621230 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800160 800160 0 0.0
bss 56100 56100 0 0.0
text 599102 599102 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676104 676104 0 0.0
bss 73412 73412 0 0.0
text 461778 461778 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844318 0 0.0
bss 51548 51548 0 0.0
text 633854 633854 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858985 858985 0 0.0
bss 59716 59716 0 0.0
text 642642 642642 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825708 825708 0 0.0
bss 56424 56424 0 0.0
text 618664 618664 0 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 835752 835752 0 0.0
bss 58380 58380 0 0.0
text 623498 623498 0 0.0

@mergify mergify bot merged commit 4d0a1f0 into project-chip:master May 16, 2024
66 checks passed
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.

None yet

4 participants