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

Implement Non concurrent mode #30201

Merged
merged 41 commits into from
Nov 22, 2023

Conversation

simonhmorris1
Copy link
Contributor

This implements Non-Concurrent mode as described in #29865. That is, BLE is stopped before the Operation channel (in this case Wi-Fi) is started. This is using Linux so the Wi-Fi is controlled via wpa-supplicant. Changes update chip-tool and the example Linux (RaspberryPi) Lighting App.

chip-tool :
The code now requests the mandatory attribute SupportsConcurrentConnection in a second attribute request and when SupportsConcurrentConnection=False does not wait for ConnectNetworkResponse over BLE as it will not be transmitted. Once the Wi-Fi associates to the network, commissioning continues as normal.

lighting-app:
To place the system into non-concurrent mode the two changes below are needed. This modifies the code to close the BLE before starting wpa_supplicant to continue the commissioning process. The ConnectNetworkResponse is not sent.

lighting-app.zap,
               "name": "SupportsConcurrentConnection",
               "defaultValue": "0",

CHIPProjectAppConfig.h
#define CHIP_DEVICE_CONFIG_SUPPORTS_CONCURRENT_CONNECTION 0

This has been tested in SupportsConcurrentConnection=False and SupportsConcurrentConnection=True modes and both modes commission the lighting-app onto the network. Test logs for both scenarios attached.

SupportsConcurrentOperation_False_chip-lighting.txt
SupportsConcurrentOperation_False_chip-tool.txt
SupportsConcurrentOperation_True_chip-lighting.txt
SupportsConcurrentOperation_True_chip-tool.txt

Using this means that Core Specification Test [TC-DD-3.2] Commissioning Flow - Non-concurrent [DUT -
Commissionee]
can be reinstated.

simonhmorris1 and others added 30 commits October 18, 2023 16:30
There were extra curly braces that failed on some (but not all?) CI runs.
Copy link

github-actions bot commented Nov 7, 2023

PR #30201: Size comparison from a61a58f to a8ce91b

Increases above 0.2%:

platform target config section a61a58f a8ce91b change % change
linux chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 (read/write) 511304 513696 2392 0.5
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a61a58f a8ce91b change % change
bl602 lighting-app bl602 (read/write) 1407382 1407514 132 0.0
.text 1076472 1076508 36 0.0
bl602+mfd (read/write) 1421822 1421954 132 0.0
.text 1091824 1091860 36 0.0
bl602+rpc (read/write) 1454402 1454526 124 0.0
.text 1107960 1107996 36 0.0
bl702 lighting-app bl702 (read/write) 1173547 1173671 124 0.0
.debug_aranges 136688 136712 24 0.0
.debug_frame 501120 501212 92 0.0
.debug_info 41590794 41591683 889 0.0
.debug_line 5349674 5350220 546 0.0
.debug_loc 3623770 3624230 460 0.0
.debug_ranges 442560 442608 48 0.0
.debug_str 4066756 4067193 437 0.0
.rodata 106116 106204 88 0.1
.strtab 591312 591402 90 0.0
.symtab 174416 174432 16 0.0
.text 946966 947002 36 0.0
bl702+mfd (read/write) 1184671 1184795 124 0.0
.debug_aranges 137856 137880 24 0.0
.debug_frame 506552 506644 92 0.0
.debug_info 4163105 41631946 889 0.0
.debug_line 5390026 5390572 546 0.0
.debug_loc 3661921 3662381 460 0.0
.debug_ranges 444800 444848 48 0.0
.debug_str 4072289 4072726 437 0.0
.rodata 105056 105144 88 0.1
.strtab 595072 595162 90 0.0
.symtab 176176 176192 16 0.0
.text 959030 959066 36 0.0
bl702+rpc (read/write) 1273103 1273227 124 0.0
.debug_aranges 144952 144976 24 0.0
.debug_frame 528988 529080 92 0.0
.debug_info 46508475 46509364 889 0.0
.debug_line 5768156 5768702 546 0.0
.debug_loc 3827233 3827693 460 0.0
.debug_ranges 469784 469832 48 0.0
.debug_str 4492714 4493151 437 0.0
.rodata 121016 121104 88 0.1
.strtab 654692 654782 90 0.0
.symtab 193232 193248 16 0.0
.text 1022032 1022068 36 0.0
bl706-eth (read/write) 992649 992657 8 0.0
.debug_aranges 112256 112280 24 0.0
.debug_frame 415232 415324 92 0.0
.debug_info 2262749 22628282 788 0.0
.debug_line 4162170 4162586 416 0.0
.debug_loc 3094106 3094545 439 0.0
.debug_ranges 365624 365672 48 0.0
.debug_str 3644429 3644889 460 0.0
.rodata 99204 99212 8 0.0
bl706-wifi (read/write) 1227606 1227986 380 0.0
.debug_aranges 119920 119944 24 0.0
.debug_frame 621664 621792 128 0.0
.debug_info 24017365 24018254 889 0.0
.debug_line 4587422 4587968 546 0.0
.debug_loc 3281207 3281620 413 0.0
.debug_ranges 393480 393528 48 0.0
.debug_str 3745879 3746316 437 0.0
.rodata 120064 120152 88 0.1
.strtab 508192 508282 90 0.0
.symtab 152944 152960 16 0.0
.text 963828 964120 292 0.0
bl702l lighting-app bl702l .debug_aranges 131368 131392 24 0.0
.debug_frame 481592 481684 92 0.0
.debug_info 41609929 41610818 889 0.0
.debug_line 5278360 5278906 546 0.0
.debug_loc 3563488 3563948 460 0.0
.debug_ranges 449048 449096 48 0.0
.debug_str 4082025 4082462 437 0.0
.rodata 100120 100208 88 0.1
.strtab 592344 592434 90 0.0
.symtab 174704 174720 16 0.0
.text 940060 940096 36 0.0
bl702l+mfd (read/write) 1154720 1155356 636 0.1
.debug_aranges 132536 132560 24 0.0
.debug_frame 487020 487112 92 0.0
.debug_info 41652235 41653124 889 0.0
.debug_line 5318589 5319135 546 0.0
.debug_loc 3601639 3602099 460 0.0
.debug_ranges 451288 451336 48 0.0
.debug_str 4087548 4087985 437 0.0
.rodata 99060 99148 88 0.1
.strtab 596172 596262 90 0.0
.symtab 176496 176512 16 0.0
.text 952436 952472 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737219 737379 160 0.0
.rodata 84599 84671 72 0.1
.text 652232 652320 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758859 758915 56 0.0
.text 678292 678348 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746147 746307 160 0.0
.rodata 106231 106303 72 0.1
.text 639524 639612 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696899 697067 168 0.0
.rodata 80359 80439 80 0.1
.text 616152 616240 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 682587 682763 176 0.0
.rodata 76199 76271 72 0.1
.text 606000 606104 104 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL .debug_abbrev 907084 907088 4 0.0
.debug_aranges 104888 104912 24 0.0
.debug_frame 353392 353484 92 0.0
.debug_info 19596660 19597447 787 0.0
.debug_line 2611244 2611517 273 0.0
.debug_loclists 1588925 1589149 224 0.0
.debug_rnglists 108376 108406 30 0.0
.debug_str 3407558 3408018 460 0.0
lock CC3235SF_LAUNCHXL .debug_abbrev 947772 947784 12 0.0
.debug_aranges 109360 109384 24 0.0
.debug_frame 368716 368808 92 0.0
.debug_info 20778731 20779502 771 0.0
.debug_line 2681741 2682014 273 0.0
.debug_loclists 1645046 1645270 224 0.0
.debug_rnglists 112919 112949 30 0.0
.debug_str 3471834 3472294 460 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 554575 554631 56 0.0
.app_xip_area 445705 445761 56 0.0
lock cyw930739m2evb_01 (read/write) 540671 540735 64 0.0
.app_xip_area 427001 427065 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 576351 576535 184 0.0
.app_xip_area 468809 468993 184 0.0
switch cyw930739m2evb_01 (read/write) 552391 552447 56 0.0
.app_xip_area 441761 441817 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008516 1008708 192 0.0
.text 833880 834072 192 0.0
BRD4187C (read/write) 1094340 1094516 176 0.0
.text 895452 895628 176 0.0
lock-app BRD4161A+wf200 (read/write) 1105176 1105240 64 0.0
.text 915804 915868 64 0.0
window-app BRD4187C (read/write) 1130888 1131080 192 0.0
.text 959720 959912 192 0.0
esp32 all-clusters-app c3devkit (read only) 1134466 1134564 98 0.0
(read/write) 1670492 1670572 80 0.0
.flash.rodata 241704 241784 80 0.0
.flash.text 1134466 1134564 98 0.0
m5stack (read only) 1178991 1179107 116 0.0
(read/write) 520508 520580 72 0.0
.flash.rodata 273548 273620 72 0.0
.flash.text 1173607 1173723 116 0.0
k32w contact k32w0+release (read only) 591244 591340 96 0.0
.text 590708 590804 96 0.0
k32w1+release (read/write) 686320 686488 168 0.0
.text 573080 573248 168 0.0
light k32w0+release (read only) 590932 591028 96 0.0
.text 590396 590492 96 0.0
k32w1+release (read/write) 778324 778500 176 0.0
.text 656216 656392 176 0.0
lock k32w0+release (read only) 562708 562804 96 0.0
.text 562172 562268 96 0.0
linux air-purifier-app debug (read only) 2475885 2476413 528 0.0
.rodata 177128 177320 192 0.1
.text 2124933 2125269 336 0.0
all-clusters-app debug (read only) 5300601 5301161 560 0.0
.rodata 300092 300316 224 0.1
.text 4620387 4620723 336 0.0
all-clusters-minimal-app debug (read only) 4891377 4891921 544 0.0
.rodata 270093 270317 224 0.1
.text 4390163 4390483 320 0.0
bridge-app debug (read only) 4372729 4373225 496 0.0
.rodata 218101 218261 160 0.1
.text 3936995 3937331 336 0.0
chip-tool debug (read only) 10339249 10341337 2088 0.0
(read/write) 447968 447976 8 0.0
.init_array 768 776 8 1.0
.rodata 390889 391209 320 0.1
.text 9344019 9345763 1744 0.0
chip-tool-ipv6only arm64 (read only) 10217560 10219256 1696 0.0
(read/write) 511304 513696 2392 0.5
.data.rel.ro 379544 379568 24 0.0
.got 18608 18624 16 0.1
.rodata 317232 317424 192 0.1
.text 9122808 9124248 1440 0.0
lighting-app debug+rpc+ui (read only) 5234385 5234913 528 0.0
.rodata 336820 337012 192 0.1
.text 4654339 4654675 336 0.0
lock-app debug (read only) 4472425 4472985 560 0.0
.rodata 247381 247605 224 0.1
.text 4015443 4015779 336 0.0
ota-provider-app debug (read only) 4131193 4131577 384 0.0
.rodata 200085 200213 128 0.1
.text 3740259 3740515 256 0.0
ota-requestor-app debug (read only) 4217513 4217881 368 0.0
.rodata 203861 203989 128 0.1
.text 3818499 3818739 240 0.0
shell debug (read only) 2765585 2765889 304 0.0
.rodata 181024 181248 224 0.1
.text 2413874 2413954 80 0.0
thermostat-no-ble arm64 (read only) 4369240 4369528 288 0.0
.rodata 161428 161476 48 0.0
.text 3868808 3869048 240 0.0
tv-app debug (read only) 5297193 5299593 2400 0.0
(read/write) 352112 352144 32 0.0
.bss 243232 243264 32 0.0
.rodata 272029 272413 384 0.1
.text 4781059 4783075 2016 0.0
tv-casting-app debug (read only) 8277809 8278065 256 0.0
.rodata 339112 339272 160 0.0
.text 7531491 7531587 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2525296 2525496 200 0.0
.text 1487980 1488180 200 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1058888 1059064 176 0.0
rodata 104368 104448 80 0.1
text 778436 778528 92 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1185644 1185692 48 0.0
text 776120 776180 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1039592 1039748 156 0.0
rodata 99312 99388 76 0.1
text 764056 764148 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1737828 1738020 192 0.0
.debug_abbrev 1331548 1331569 21 0.0
.debug_aranges 141712 141736 24 0.0
.debug_frame 469844 469936 92 0.0
.debug_info 30485023 30485962 939 0.0
.debug_line 3920781 3921150 369 0.0
.debug_loclists 2258196 2258470 274 0.0
.debug_rnglists 152651 152681 30 0.0
.debug_str 4138151 4138588 437 0.0
.strtab 800381 800471 90 0.0
.symtab 495360 495424 64 0.0
.text 1533644 1533836 192 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1696204 1696388 184 0.0
.debug_abbrev 1271730 1271749 19 0.0
.debug_aranges 137920 137944 24 0.0
.debug_frame 463188 463280 92 0.0
.debug_info 28746438 28747367 929 0.0
.debug_line 3825733 3826102 369 0.0
.debug_loclists 2202183 2202467 284 0.0
.debug_rnglists 148460 148490 30 0.0
.debug_str 4030783 4031220 437 0.0
.strtab 744540 744630 90 0.0
.symtab 476272 476336 64 0.0
.text 1493820 1494004 184 0.0
light cy8ckit_062s2_43012 (read/write) 1622388 1622580 192 0.0
.debug_abbrev 1113415 1113430 15 0.0
.debug_aranges 127992 128016 24 0.0
.debug_frame 426112 426204 92 0.0
.debug_info 23840065 23840988 923 0.0
.debug_line 3399917 3400286 369 0.0
.debug_loclists 2038668 2038952 284 0.0
.debug_rnglists 138006 138036 30 0.0
.debug_str 3837593 3838030 437 0.0
.strtab 657709 657799 90 0.0
.symtab 437776 437840 64 0.0
.text 1426556 1426748 192 0.0
lock cy8ckit_062s2_43012 (read/write) 1655188 1655380 192 0.0
.debug_abbrev 1106289 1106308 19 0.0
.debug_aranges 126680 126704 24 0.0
.debug_frame 421392 421484 92 0.0
.debug_info 23646488 23647341 853 0.0
.debug_line 3352302 3352671 369 0.0
.debug_loclists 2015757 2016041 284 0.0
.debug_rnglists 136023 136053 30 0.0
.debug_str 3799839 3800276 437 0.0
.strtab 631333 631423 90 0.0
.symtab 429392 429456 64 0.0
.text 1432092 1432284 192 0.0
qpg lighting-app qpg6105+debug (read/write) 1178288 1178448 160 0.0
.text 625128 625288 160 0.0
lock-app qpg6105+debug (read/write) 1139044 1139212 168 0.0
.text 585884 586052 168 0.0
telink air-quality-sensor-app tlsr9528a (read/write) 858952 859136 184 0.0
text 606560 606658 98 0.0
all-clusters-app tlsr9518adk80d (read/write) 1079244 1079420 176 0.0
text 759044 759142 98 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1077776 1077952 176 0.0
text 745382 745480 98 0.0
bridge-app tlsr9518adk80d (read/write) 932752 932928 176 0.0
text 642422 642520 98 0.0
contact-sensor-app tlsr9528a (read/write) 862252 862428 176 0.0
text 609658 609756 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 963688 963864 176 0.0
text 685302 685400 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1088780 1088956 176 0.0
text 763092 763190 98 0.0
lock-app-dfu tlsr9528a (read/write) 919756 919932 176 0.0
text 639628 639726 98 0.0
ota-requestor-app tlsr9518adk80d (read/write) 946088 946272 184 0.0
text 658216 658314 98 0.0
pump-app tlsr9528a (read/write) 866064 866240 176 0.0
text 613830 613928 98 0.0
pump-controller-app tlsr9518adk80d (read/write) 806932 807108 176 0.0
text 580866 580964 98 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 822644 822820 176 0.0
text 591480 591578 98 0.0
smoke_co_alarm-app tlsr9528a (read/write) 864004 864180 176 0.0
text 612414 612512 98 0.0
temperature-measurement-app tlsr9528a (read/write) 849892 850068 176 0.0
text 600366 600464 98 0.0
thermostat tlsr9518adk80d (read/write) 828024 828200 176 0.0
text 596222 596320 98 0.0
window-covering tlsr9518adk80d (read/write) 825484 825668 184 0.0
text 593272 593370 98 0.0
Decreases (8 builds for bl702, bl702l, linux)
platform target config section a61a58f a8ce91b change % change
bl702 lighting-app bl702 .debug_abbrev 1552736 1552718 -18 -0.0
bl702+mfd .debug_abbrev 1554424 1554406 -18 -0.0
bl702+rpc .debug_abbrev 1728398 1728380 -18 -0.0
bl706-eth .debug_abbrev 1075652 1075634 -18 -0.0
bl706-wifi .debug_abbrev 1191757 1191739 -18 -0.0
bl702l lighting-app bl702l (read/write) 1143772 1143384 -388 -0.0
.debug_abbrev 1556775 1556757 -18 -0.0
bl702l+mfd .debug_abbrev 1558478 1558460 -18 -0.0
linux thermostat-no-ble arm64 (read/write) 244312 244072 -240 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a61a58f a8ce91b change % change
bl602 lighting-app bl602 (read/write) 1407382 1407514 132 0.0
.bss 84504 84504 0 0.0
.data 9376 9376 0 0.0
.text 1076472 1076508 36 0.0
bl602+mfd (read/write) 1421822 1421954 132 0.0
.bss 84672 84672 0 0.0
.data 9344 9344 0 0.0
.text 1091824 1091860 36 0.0
bl602+rpc (read/write) 1454402 1454526 124 0.0
.bss 92536 92536 0 0.0
.data 9744 9744 0 0.0
.text 1107960 1107996 36 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1173547 1173671 124 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11197 11197 0 0.0
.bss_psram 79360 79360 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1552736 1552718 -18 -0.0
.debug_aranges 136688 136712 24 0.0
.debug_frame 501120 501212 92 0.0
.debug_info 41590794 41591683 889 0.0
.debug_line 5349674 5350220 546 0.0
.debug_loc 3623770 3624230 460 0.0
.debug_ranges 442560 442608 48 0.0
.debug_str 4066756 4067193 437 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106116 106204 88 0.1
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 591312 591402 90 0.0
.symtab 174416 174432 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
946966 947002 36 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1184671 1184795 124 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11373 11373 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 3536 3536 0 0.0
.debug_abbrev 1554424 1554406 -18 -0.0
.debug_aranges 137856 137880 24 0.0
.debug_frame 506552 506644 92 0.0
.debug_info 4163105 41631946 889 0.0
.debug_line 5390026 5390572 546 0.0
.debug_loc 3661921 3662381 460 0.0
.debug_ranges 444800 444848 48 0.0
.debug_str 4072289 4072726 437 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105056 105144 88 0.1
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 595072 595162 90 0.0
.symtab 176176 176192 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
959030 959066 36 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1273103 1273227 124 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 19677 19677 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1728398 1728380 -18 -0.0
.debug_aranges 144952 144976 24 0.0
.debug_frame 528988 529080 92 0.0
.debug_info 46508475 46509364 889 0.0
.debug_line 5768156 5768702 546 0.0
.debug_loc 3827233 3827693 460 0.0
.debug_ranges 469784 469832 48 0.0
.debug_str 4492714 4493151 437 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 168 168 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121016 121104 88 0.1
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 654692 654782 90 0.0
.symtab 193232 193248 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1022032 1022068 36 0.0
bl706-eth (read/write) 992649 992657 8 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 23772 23772 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3128 3128 0 0.0
.debug_abbrev 1075652 1075634 -18 -0.0
.debug_aranges 112256 112280 24 0.0
.debug_frame 415232 415324 92 0.0
.debug_info 2262749 22628282 788 0.0
.debug_line 4162170 4162586 416 0.0
.debug_loc 3094106 3094545 439 0.0
.debug_ranges 365624 365672 48 0.0
.debug_str 3644429 3644889 460 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99204 99212 8 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 459087 459087 0 0.0
.symtab 133648 133648 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
739606 739606 0 0.0
bl706-wifi (read/write) 1227606 1227986 380 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 10657 10657 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1191757 1191739 -18 -0.0
.debug_aranges 119920 119944 24 0.0
.debug_frame 621664 621792 128 0.0
.debug_info 24017365 24018254 889 0.0
.debug_line 4587422 4587968 546 0.0
.debug_loc 3281207 3281620 413 0.0
.debug_ranges 393480 393528 48 0.0
.debug_str 3745879 3746316 437 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120064 120152 88 0.1
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 508192 508282 90 0.0
.symtab 152944 152960 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
963828 964120 292 0.0
bl702l lighting-app bl702l (read/write) 1143772 1143384 -388 -0.0
.boot2 400 400 0 0.0
.bss 16408 16408 0 0.0
.bss_psram 71120 71120 0 0.0
.comment 48 48 0 0.0
.data 4920 4920 0 0.0
.debug_abbrev 1556775 1556757 -18 -0.0
.debug_aranges 131368 131392 24 0.0
.debug_frame 481592 481684 92 0.0
.debug_info 41609929 41610818 889 0.0
.debug_line 5278360 5278906 546 0.0
.debug_loc 3563488 3563948 460 0.0
.debug_ranges 449048 449096 48 0.0
.debug_str 4082025 4082462 437 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100120 100208 88 0.1
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 592344 592434 90 0.0
.symtab 174704 174720 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
940060 940096 36 0.0
bl702l+mfd (read/write) 1154720 1155356 636 0.1
.boot2 400 400 0 0.0
.bss 16584 16584 0 0.0
.bss_psram 71104 71104 0 0.0
.comment 48 48 0 0.0
.data 4904 4904 0 0.0
.debug_abbrev 1558478 1558460 -18 -0.0
.debug_aranges 132536 132560 24 0.0
.debug_frame 487020 487112 92 0.0
.debug_info 41652235 41653124 889 0.0
.debug_line 5318589 5319135 546 0.0
.debug_loc 3601639 3602099 460 0.0
.debug_ranges 451288 451336 48 0.0
.debug_str 4087548 4087985 437 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99060 99148 88 0.1
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 596172 596262 90 0.0
.symtab 176496 176512 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
952436 952472 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737219 737379 160 0.0
(read/write) 166528 166528 0 0.0
.bss 88940 88940 0 0.0
.data 3424 3424 0 0.0
.rodata 84599 84671 72 0.1
.text 652232 652320 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758859 758915 56 0.0
(read/write) 176820 176820 0 0.0
.bss 99188 99188 0 0.0
.data 3444 3444 0 0.0
.rodata 80175 80175 0 0.0
.text 678292 678348 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746147 746307 160 0.0
(read/write) 171276 171276 0 0.0
.bss 93644 93644 0 0.0
.data 3444 3444 0 0.0
.rodata 106231 106303 72 0.1
.text 639524 639612 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696899 697067 168 0.0
(read/write) 165628 165628 0 0.0
.bss 87808 87808 0 0.0
.data 3412 3412 0 0.0
.rodata 80359 80439 80 0.1
.text 616152 616240 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 682587 682763 176 0.0
(read/write) 165760 165760 0 0.0
.bss 87952 87952 0 0.0
.data 3408 3408 0 0.0
.rodata 76199 76271 72 0.1
.text 606000 606104 104 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 563978 563978 0 0.0
(read/write) 206496 206496 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1416 1416 0 0.0
.debug_abbrev 907084 907088 4 0.0
.debug_aranges 104888 104912 24 0.0
.debug_frame 353392 353484 92 0.0
.debug_info 19596660 19597447 787 0.0
.debug_line 2611244 2611517 273 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1588925 1589149 224 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108376 108406 30 0.0
.debug_str 3407558 3408018 460 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83706 83706 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 469437 469437 0 0.0
.symtab 279968 279968 0 0.0
.text 478148 478148 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620226 620226 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1444 1444 0 0.0
.debug_abbrev 947772 947784 12 0.0
.debug_aranges 109360 109384 24 0.0
.debug_frame 368716 368808 92 0.0
.debug_info 20778731 20779502 771 0.0
.debug_line 2681741 2682014 273 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1645046 1645270 224 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112919 112949 30 0.0
.debug_str 3471834 3472294 460 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106306 106306 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 518830 518830 0 0.0
.symtab 299664 299664 0 0.0
.text 0 0 0 0.0
511800 511800 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 554575 554631 56 0.0
.app_xip_area 445705 445761 56 0.0
.bss 63840 63840 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540671 540735 64 0.0
.app_xip_area 427001 427065 64 0.0
.bss 68608 68608 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 576351 576535 184 0.0
.app_xip_area 468809 468993 184 0.0
.bss 62584 62584 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552391 552447 56 0.0
.app_xip_area 441761 441817 56 0.0
.bss 65568 65568 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008516 1008708 192 0.0
.bss 171920 171920 0 0.0
.data 2696 2696 0 0.0
.text 833880 834072 192 0.0
BRD4187C (read/write) 1094340 1094516 176 0.0
.bss 195564 195564 0 0.0
.data 3304 3304 0 0.0
.text 895452 895628 176 0.0
lock-app BRD4161A+wf200 (read/write) 1105176 1105240 64 0.0
.bss 186640 186640 0 0.0
.data 2712 2712 0 0.0
.text 915804 915868 64 0.0
window-app BRD4187C (read/write) 1130888 1131080 192 0.0
.bss 167972 167972 0 0.0
.data 3176 3176 0 0.0
.text 959720 959912 192 0.0
esp32 all-clusters-app c3devkit (read only) 1134466 1134564 98 0.0
(read/write) 1670492 1670572 80 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241704 241784 80 0.0
.flash.text 1134466 1134564 98 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178991 1179107 116 0.0
(read/write) 520508 520580 72 0.0
.dram0.bss 78560 78560 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273548 273620 72 0.0
.flash.text 1173607 1173723 116 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 591244 591340 96 0.0
(read/write) 87600 87600 0 0.0
.bss 70840 70840 0 0.0
.data 2136 2136 0 0.0
.text 590708 590804 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 686320 686488 168 0.0
.bss 67040 67040 0 0.0
.data 2720 2720 0 0.0
.text 573080 573248 168 0.0
light k32w0+release (read only) 590932 591028 96 0.0
(read/write) 87276 87276 0 0.0
.bss 70528 70528 0 0.0
.data 2124 2124 0 0.0
.text 590396 590492 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 778324 778500 176 0.0
.bss 76716 76716 0 0.0
.data 1932 1932 0 0.0
.text 656216 656392 176 0.0
lock k32w0+release (read only) 562708 562804 96 0.0
(read/write) 85104 85104 0 0.0
.bss 68416 68416 0 0.0
.data 2064 2064 0 0.0
.text 562172 562268 96 0.0
linux air-purifier-app debug (read only) 2475885 2476413 528 0.0
(read/write) 126280 126280 0 0.0
.bss 46656 46656 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72168 72168 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177128 177320 192 0.1
.text 2124933 2125269 336 0.0
all-clusters-app debug (read only) 5300601 5301161 560 0.0
(read/write) 418904 418904 0 0.0
.bss 128976 128976 0 0.0
.data 3888 3888 0 0.0
.data.rel.ro 278816 278816 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300092 300316 224 0.1
.text 4620387 4620723 336 0.0
all-clusters-minimal-app debug (read only) 4891377 4891921 544 0.0
(read/write) 233080 233080 0 0.0
.bss 126704 126704 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95440 95440 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270093 270317 224 0.1
.text 4390163 4390483 320 0.0
bridge-app debug (read only) 4372729 4373225 496 0.0
(read/write) 215128 215128 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84768 84768 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218101 218261 160 0.1
.text 3936995 3937331 336 0.0
chip-tool debug (read only) 10339249 10341337 2088 0.0
(read/write) 447968 447976 8 0.0
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341992 341992 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 390889 391209 320 0.1
.text 9344019 9345763 1744 0.0
chip-tool-ipv6only arm64 (read only) 10217560 10219256 1696 0.0
(read/write) 511304 513696 2392 0.5
.bss 103112 103112 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 379544 379568 24 0.0
.dynamic 512 512 0 0.0
.got 18608 18624 16 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317232 317424 192 0.1
.text 9122808 9124248 1440 0.0
lighting-app debug+rpc+ui (read only) 5234385 5234913 528 0.0
(read/write) 223136 223136 0 0.0
.bss 118208 118208 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92976 92976 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336820 337012 192 0.1
.text 4654339 4654675 336 0.0
lock-app debug (read only) 4472425 4472985 560 0.0
(read/write) 203304 203304 0 0.0
.bss 113472 113472 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247381 247605 224 0.1
.text 4015443 4015779 336 0.0
ota-provider-app debug (read only) 4131193 4131577 384 0.0
(read/write) 192192 192192 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200085 200213 128 0.1
.text 3740259 3740515 256 0.0
ota-requestor-app debug (read only) 4217513 4217881 368 0.0
(read/write) 196440 196440 0 0.0
.bss 114592 114592 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71744 71744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203861 203989 128 0.1
.text 3818499 3818739 240 0.0
shell debug (read only) 2765585 2765889 304 0.0
(read/write) 149152 149152 0 0.0
.bss 59624 59624 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82912 82912 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 181024 181248 224 0.1
.text 2413874 2413954 80 0.0
thermostat-no-ble arm64 (read only) 4369240 4369528 288 0.0
(read/write) 244312 244072 -240 -0.1
.bss 122184 122184 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 101776 101776 0 0.0
.dynamic 512 512 0 0.0
.got 11928 11928 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161428 161476 48 0.0
.text 3868808 3869048 240 0.0
tv-app debug (read only) 5297193 5299593 2400 0.0
(read/write) 352112 352144 32 0.0
.bss 243232 243264 32 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96480 96480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272029 272413 384 0.1
.text 4781059 4783075 2016 0.0
tv-casting-app debug (read only) 8277809 8278065 256 0.0
(read/write) 315256 315256 0 0.0
.bss 155936 155936 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150000 150000 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339112 339272 160 0.0
.text 7531491 7531587 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525296 2525496 200 0.0
.bss 219064 219064 0 0.0
.data 5136 5136 0 0.0
.text 1487980 1488180 200 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058888 1059064 176 0.0
bss 128397 128397 0 0.0
rodata 104368 104448 80 0.1
text 778436 778528 92 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1185644 1185692 48 0.0
bss 120599 120599 0 0.0
rodata 138564 138564 0 0.0
text 776120 776180 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1039592 1039748 156 0.0
bss 128636 128636 0 0.0
rodata 99312 99388 76 0.1
text 764056 764148 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837544 837544 0 0.0
(read/write) 1737828 1738020 192 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193292 193292 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2504 2504 0 0.0
.debug_abbrev 1331548 1331569 21 0.0
.debug_aranges 141712 141736 24 0.0
.debug_frame 469844 469936 92 0.0
.debug_info 30485023 30485962 939 0.0
.debug_line 3920781 3921150 369 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2258196 2258470 274 0.0
.debug_rnglists 152651 152681 30 0.0
.debug_str 4138151 4138588 437 0.0
.heap 837544 837544 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 800381 800471 90 0.0
.symtab 495360 495424 64 0.0
.text 1533644 1533836 192 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839344 839344 0 0.0
(read/write) 1696204 1696388 184 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191516 191516 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2480 2480 0 0.0
.debug_abbrev 1271730 1271749 19 0.0
.debug_aranges 137920 137944 24 0.0
.debug_frame 463188 463280 92 0.0
.debug_info 28746438 28747367 929 0.0
.debug_line 3825733 3826102 369 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2202183 2202467 284 0.0
.debug_rnglists 148460 148490 30 0.0
.debug_str 4030783 4031220 437 0.0
.heap 839344 839344 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 744540 744630 90 0.0
.symtab 476272 476336 64 0.0
.text 1493820 1494004 184 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1622388 1622580 192 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1113415 1113430 15 0.0
.debug_aranges 127992 128016 24 0.0
.debug_frame 426112 426204 92 0.0
.debug_info 23840065 23840988 923 0.0
.debug_line 3399917 3400286 369 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2038668 2038952 284 0.0
.debug_rnglists 138006 138036 30 0.0
.debug_str 3837593 3838030 437 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 657709 657799 90 0.0
.symtab 437776 437840 64 0.0
.text 1426556 1426748 192 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818632 818632 0 0.0
(read/write) 1655188 1655380 192 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212324 212324 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2384 2384 0 0.0
.debug_abbrev 1106289 1106308 19 0.0
.debug_aranges 126680 126704 24 0.0
.debug_frame 421392 421484 92 0.0
.debug_info 23646488 23647341 853 0.0
.debug_line 3352302 3352671 369 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2015757 2016041 284 0.0
.debug_rnglists 136023 136053 30 0.0
.debug_str 3799839 3800276 437 0.0
.heap 818632 818632 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 631333 631423 90 0.0
.symtab 429392 429456 64 0.0
.text 1432092 1432284 192 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178288 1178448 160 0.0
.bss 100664 100664 0 0.0
.data 748 748 0 0.0
.text 625128 625288 160 0.0
lock-app qpg6105+debug (read/write) 1139044 1139212 168 0.0
.bss 95408 95408 0 0.0
.data 780 780 0 0.0
.text 585884 586052 168 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 858952 859136 184 0.0
bss 78076 78076 0 0.0
text 606560 606658 98 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1079244 1079420 176 0.0
bss 112704 112704 0 0.0
text 759044 759142 98 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077776 1077952 176 0.0
bss 122532 122532 0 0.0
text 745382 745480 98 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932752 932928 176 0.0
bss 106948 106948 0 0.0
text 642422 642520 98 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862252 862428 176 0.0
bss 78192 78192 0 0.0
text 609658 609756 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 963688 963864 176 0.0
bss 88256 88256 0 0.0
text 685302 685400 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088780 1088956 176 0.0
bss 112456 112456 0 0.0
text 763092 763190 98 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 919756 919932 176 0.0
bss 78884 78884 0 0.0
text 639628 639726 98 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946088 946272 184 0.0
bss 105056 105056 0 0.0
text 658216 658314 98 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866064 866240 176 0.0
bss 78300 78300 0 0.0
text 613830 613928 98 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 806932 807108 176 0.0
bss 66320 66320 0 0.0
text 580866 580964 98 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822644 822820 176 0.0
bss 66724 66724 0 0.0
text 591480 591578 98 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708596 708596 0 0.0
bss 86496 86496 0 0.0
text 461736 461736 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864004 864180 176 0.0
bss 78276 78276 0 0.0
text 612414 612512 98 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 849892 850068 176 0.0
bss 78004 78004 0 0.0
text 600366 600464 98 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 828024 828200 176 0.0
bss 66608 66608 0 0.0
text 596222 596320 98 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825484 825668 184 0.0
bss 66960 66960 0 0.0
text 593272 593370 98 0.0

src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CHIPDeviceController.cpp Outdated Show resolved Hide resolved
src/controller/CommissioningDelegate.h Outdated Show resolved Hide resolved
src/controller/CommissioningDelegate.h Outdated Show resolved Hide resolved
@woody-apple woody-apple added this to the 1.3 Test Complete milestone Nov 16, 2023
Copy link

github-actions bot commented Nov 21, 2023

PR #30201: Size comparison from a3c5d19 to f285b38

Increases above 0.2%:

platform target config section a3c5d19 f285b38 change % change
linux chip-tool debug .init_array 776 784 8 1.0
chip-tool-ipv6only arm64 (read/write) 529776 532264 2488 0.5
Increases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a3c5d19 f285b38 change % change
bl602 lighting-app bl602 (read/write) 1410582 1410706 124 0.0
.rodata 156688 156780 92 0.1
.text 1078810 1078846 36 0.0
bl602+mfd (read/write) 1425022 1425146 124 0.0
.rodata 155648 155740 92 0.1
.text 1094162 1094198 36 0.0
bl602+rpc (read/write) 1458366 1458482 116 0.0
.rodata 164312 164396 84 0.1
.text 1110554 1110590 36 0.0
bl702 lighting-app bl702 (read/write) 1176731 1176855 124 0.0
.rodata 106436 106524 88 0.1
.text 949286 949322 36 0.0
bl702+mfd (read/write) 1187599 1187979 380 0.0
.rodata 105376 105464 88 0.1
.text 961094 961386 292 0.0
bl702+rpc (read/write) 1276795 1276919 124 0.0
.rodata 121844 121932 88 0.1
.text 1024352 1024388 36 0.0
bl706-eth (read/write) 995593 995601 8 0.0
.rodata 99504 99512 8 0.0
bl706-wifi (read/write) 1231390 1231514 124 0.0
.rodata 120376 120464 88 0.1
.text 966754 966790 36 0.0
bl702l lighting-app bl702l (read/write) 1146448 1147084 636 0.1
.rodata 100440 100528 88 0.1
.text 942384 942420 36 0.0
bl702l+mfd (read/write) 1157908 1158032 124 0.0
.rodata 99380 99468 88 0.1
.text 954760 954796 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 740555 168 0.0
.rodata 84831 84911 80 0.1
.text 655168 655256 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 757883 56 0.0
.text 677484 677540 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 744859 160 0.0
.rodata 105679 105751 72 0.1
.text 638632 638720 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698747 698907 160 0.0
.rodata 80607 80679 72 0.1
.text 617752 617840 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 684563 160 0.0
.rodata 76447 76519 72 0.1
.text 607568 607656 88 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 558455 558511 56 0.0
.app_xip_area 448817 448873 56 0.0
lock cyw930739m2evb_01 (read/write) 540631 540695 64 0.0
.app_xip_area 426313 426377 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578807 578991 184 0.0
.app_xip_area 470553 470737 184 0.0
switch cyw930739m2evb_01 (read/write) 554871 554927 56 0.0
.app_xip_area 443513 443569 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012580 1012772 192 0.0
.text 837400 837592 192 0.0
BRD4187C (read/write) 1098460 1098636 176 0.0
.text 899044 899220 176 0.0
lock-app BRD4161A+wf200 (read/write) 1104632 1104680 48 0.0
.text 914836 914884 48 0.0
window-app BRD4187C (read/write) 1133272 1133472 200 0.0
.text 961632 961832 200 0.0
esp32 all-clusters-app c3devkit (read only) 1133232 1133330 98 0.0
(read/write) 1670868 1670956 88 0.0
.flash.rodata 241568 241656 88 0.0
.flash.text 1133232 1133330 98 0.0
m5stack (read only) 1178135 1178243 108 0.0
(read/write) 520872 520952 80 0.0
.flash.rodata 273408 273488 80 0.0
.flash.text 1172751 1172859 108 0.0
k32w contact k32w0+release (read only) 592828 592924 96 0.0
.text 592292 592388 96 0.0
k32w1+release (read/write) 688296 688464 168 0.0
.text 574552 574720 168 0.0
light k32w0+release (read only) 592532 592628 96 0.0
.text 591996 592092 96 0.0
k32w1+release (read/write) 780428 780596 168 0.0
.text 657816 657984 168 0.0
lock k32w0+release (read only) 564372 564468 96 0.0
.text 563836 563932 96 0.0
linux air-purifier-app debug (read only) 2504989 2505517 528 0.0
.rodata 177512 177704 192 0.1
.text 2152981 2153317 336 0.0
all-clusters-app debug (read only) 5326449 5326993 544 0.0
.rodata 302556 302780 224 0.1
.text 4635459 4635779 320 0.0
all-clusters-minimal-app debug (read only) 4928929 4929521 592 0.0
.rodata 270765 271021 256 0.1
.text 4426387 4426723 336 0.0
bridge-app debug (read only) 4401857 4402385 528 0.0
.rodata 218485 218677 192 0.1
.text 3965347 3965683 336 0.0
chip-tool debug (read only) 10745225 10747265 2040 0.0
(read/write) 465416 465424 8 0.0
.init_array 776 784 8 1.0
.rodata 400809 401097 288 0.1
.text 9715203 9716931 1728 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10598248 1632 0.0
(read/write) 529776 532264 2488 0.5
.data.rel.ro 396976 397000 24 0.0
.rodata 325024 325216 192 0.1
.text 9467832 9469256 1424 0.0
lighting-app debug+rpc+ui (read only) 5272777 5273337 560 0.0
.rodata 338036 338260 224 0.1
.text 4690835 4691171 336 0.0
lock-app debug (read only) 4487033 4487545 512 0.0
.rodata 246453 246645 192 0.1
.text 4031043 4031363 320 0.0
ota-provider-app debug (read only) 4151177 4151545 368 0.0
.rodata 200821 200949 128 0.1
.text 3759027 3759267 240 0.0
ota-requestor-app debug (read only) 4237481 4237881 400 0.0
.rodata 204597 204757 160 0.1
.text 3837251 3837491 240 0.0
shell debug (read only) 2767905 2768209 304 0.0
.rodata 180800 181024 224 0.1
.text 2416418 2416498 80 0.0
thermostat-no-ble arm64 (read only) 4388528 4388800 272 0.0
.rodata 161900 161932 32 0.0
.text 3887048 3887288 240 0.0
tv-app debug (read only) 5271025 5273409 2384 0.0
.rodata 267261 267645 384 0.1
.text 4768739 4770739 2000 0.0
tv-casting-app debug (read only) 8686425 8686665 240 0.0
.rodata 346664 346824 160 0.0
.text 7915987 7916067 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523088 2523296 208 0.0
.text 1485772 1485980 208 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1058012 1058184 172 0.0
rodata 104284 104360 76 0.1
text 777160 777252 92 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1184464 1184528 64 0.0
text 774708 774768 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1043288 1043448 160 0.0
rodata 99536 99616 80 0.1
text 766888 766980 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1737124 1737316 192 0.0
.text 1531724 1531916 192 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1700964 1701164 200 0.0
.text 1497292 1497492 200 0.0
light cy8ckit_062s2_43012 (read/write) 1627068 1627252 184 0.0
.text 1430076 1430260 184 0.0
lock cy8ckit_062s2_43012 (read/write) 1654076 1654260 184 0.0
.text 1430012 1430196 184 0.0
qpg lighting-app qpg6105+debug (read/write) 1114560 1114744 184 0.0
.text 626936 627120 184 0.0
lock-app qpg6105+debug (read/write) 1075700 1075868 168 0.0
.text 588076 588244 168 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 817426 817602 176 0.0
text 610942 611040 98 0.0
all-clusters-app tlsr9518adk80d (read/write) 1075500 1075684 184 0.0
text 758212 758310 98 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1080340 1080516 176 0.0
text 749848 749946 98 0.0
bridge-app tlsr9518adk80d (read/write) 932628 932804 176 0.0
text 644784 644882 98 0.0
contact-sensor-app tlsr9528a_retention (read/write) 817554 817730 176 0.0
text 611158 611256 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 971584 971760 176 0.0
text 689030 689128 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090240 1090416 176 0.0
text 766972 767070 98 0.0
lock-app-dfu tlsr9528a (read/write) 958344 958520 176 0.0
text 643144 643242 98 0.0
ota-requestor-app tlsr9518adk80d (read/write) 945836 946012 176 0.0
text 660452 660550 98 0.0
pump-app tlsr9528a (read/write) 873916 874092 176 0.0
text 617568 617666 98 0.0
pump-controller-app tlsr9518adk80d (read/write) 814608 814784 176 0.0
text 584522 584620 98 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 830300 830476 176 0.0
text 595130 595228 98 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 819286 819462 176 0.0
text 613882 613980 98 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 871313 871489 176 0.0
text 625874 625972 98 0.0
thermostat tlsr9518adk80d (read/write) 838652 838828 176 0.0
text 602688 602786 98 0.0
window-covering tlsr9518adk80d (read/write) 833160 833336 176 0.0
text 596922 597020 98 0.0
Decreases (3 builds for linux)
platform target config section a3c5d19 f285b38 change % change
linux all-clusters-app debug (read/write) 429888 429856 -32 -0.0
.data.rel.ro 288752 288736 -16 -0.0
thermostat-no-ble arm64 (read/write) 245592 245352 -240 -0.1
tv-casting-app debug (read/write) 322368 322336 -32 -0.0
.bss 156288 156256 -32 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a3c5d19 f285b38 change % change
bl602 lighting-app bl602 (read/write) 1410582 1410706 124 0.0
.bss 85048 85048 0 0.0
.data 9376 9376 0 0.0
.rodata 156688 156780 92 0.1
.text 1078810 1078846 36 0.0
bl602+mfd (read/write) 1425022 1425146 124 0.0
.bss 85216 85216 0 0.0
.data 9344 9344 0 0.0
.rodata 155648 155740 92 0.1
.text 1094162 1094198 36 0.0
bl602+rpc (read/write) 1458366 1458482 116 0.0
.bss 93080 93080 0 0.0
.data 9744 9744 0 0.0
.rodata 164312 164396 84 0.1
.text 1110554 1110590 36 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1176731 1176855 124 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106436 106524 88 0.1
.text 949286 949322 36 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1187599 1187979 380 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105376 105464 88 0.1
.text 961094 961386 292 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276795 1276919 124 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121844 121932 88 0.1
.text 1024352 1024388 36 0.0
bl706-eth (read/write) 995593 995601 8 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99504 99512 8 0.0
.text 741708 741708 0 0.0
bl706-wifi (read/write) 1231390 1231514 124 0.0
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120376 120464 88 0.1
.text 966754 966790 36 0.0
bl702l lighting-app bl702l (read/write) 1146448 1147084 636 0.1
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100440 100528 88 0.1
.text 942384 942420 36 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1157908 1158032 124 0.0
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99380 99468 88 0.1
.text 954760 954796 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 740555 168 0.0
(read/write) 167088 167088 0 0.0
.bss 89500 89500 0 0.0
.data 3424 3424 0 0.0
.rodata 84831 84911 80 0.1
.text 655168 655256 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 757883 56 0.0
(read/write) 177268 177268 0 0.0
.bss 99636 99636 0 0.0
.data 3444 3444 0 0.0
.rodata 79951 79951 0 0.0
.text 677484 677540 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 744859 160 0.0
(read/write) 171716 171716 0 0.0
.bss 94084 94084 0 0.0
.data 3444 3444 0 0.0
.rodata 105679 105751 72 0.1
.text 638632 638720 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698747 698907 160 0.0
(read/write) 166124 166124 0 0.0
.bss 88304 88304 0 0.0
.data 3412 3412 0 0.0
.rodata 80607 80679 72 0.1
.text 617752 617840 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 684563 160 0.0
(read/write) 166264 166264 0 0.0
.bss 88456 88456 0 0.0
.data 3408 3408 0 0.0
.rodata 76447 76519 72 0.1
.text 607568 607656 88 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 565290 0 0.0
(read/write) 207520 207520 0 0.0
.bss 200980 200980 0 0.0
.data 1416 1416 0 0.0
.rodata 83866 83866 0 0.0
.text 479300 479300 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617546 617546 0 0.0
(read/write) 207860 207860 0 0.0
.bss 201296 201296 0 0.0
.data 1444 1444 0 0.0
.rodata 105674 105674 0 0.0
.text 509752 509752 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 558455 558511 56 0.0
.app_xip_area 448817 448873 56 0.0
.bss 64552 64552 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540631 540695 64 0.0
.app_xip_area 426313 426377 64 0.0
.bss 69200 69200 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578807 578991 184 0.0
.app_xip_area 470553 470737 184 0.0
.bss 63240 63240 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 554871 554927 56 0.0
.app_xip_area 443513 443569 56 0.0
.bss 66240 66240 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012580 1012772 192 0.0
.bss 172464 172464 0 0.0
.data 2696 2696 0 0.0
.text 837400 837592 192 0.0
BRD4187C (read/write) 1098460 1098636 176 0.0
.bss 196092 196092 0 0.0
.data 3304 3304 0 0.0
.text 899044 899220 176 0.0
lock-app BRD4161A+wf200 (read/write) 1104632 1104680 48 0.0
.bss 187064 187064 0 0.0
.data 2708 2708 0 0.0
.text 914836 914884 48 0.0
window-app BRD4187C (read/write) 1133272 1133472 200 0.0
.bss 168444 168444 0 0.0
.data 3176 3176 0 0.0
.text 961632 961832 200 0.0
esp32 all-clusters-app c3devkit (read only) 1133232 1133330 98 0.0
(read/write) 1670868 1670956 88 0.0
.dram0.bss 72432 72432 0 0.0
.dram0.data 12996 12996 0 0.0
.flash.rodata 241568 241656 88 0.0
.flash.text 1133232 1133330 98 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178135 1178243 108 0.0
(read/write) 520872 520952 80 0.0
.dram0.bss 79080 79080 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 273408 273488 80 0.0
.flash.text 1172751 1172859 108 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 592828 592924 96 0.0
(read/write) 88104 88104 0 0.0
.bss 71344 71344 0 0.0
.data 2136 2136 0 0.0
.text 592292 592388 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 688296 688464 168 0.0
.bss 67544 67544 0 0.0
.data 2720 2720 0 0.0
.text 574552 574720 168 0.0
light k32w0+release (read only) 592532 592628 96 0.0
(read/write) 87780 87780 0 0.0
.bss 71032 71032 0 0.0
.data 2124 2124 0 0.0
.text 591996 592092 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 780428 780596 168 0.0
.bss 77220 77220 0 0.0
.data 1932 1932 0 0.0
.text 657816 657984 168 0.0
lock k32w0+release (read only) 564372 564468 96 0.0
(read/write) 85608 85608 0 0.0
.bss 68920 68920 0 0.0
.data 2064 2064 0 0.0
.text 563836 563932 96 0.0
linux air-purifier-app debug (read only) 2504989 2505517 528 0.0
(read/write) 126832 126832 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72408 72408 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177512 177704 192 0.1
.text 2152981 2153317 336 0.0
all-clusters-app debug (read only) 5326449 5326993 544 0.0
(read/write) 429888 429856 -32 -0.0
.bss 130032 130032 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 288752 288736 -16 -0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 302556 302780 224 0.1
.text 4635459 4635779 320 0.0
all-clusters-minimal-app debug (read only) 4928929 4929521 592 0.0
(read/write) 234376 234376 0 0.0
.bss 127824 127824 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95616 95616 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270765 271021 256 0.1
.text 4426387 4426723 336 0.0
bridge-app debug (read only) 4401857 4402385 528 0.0
(read/write) 215680 215680 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84992 84992 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218485 218677 192 0.1
.text 3965347 3965683 336 0.0
chip-tool debug (read only) 10745225 10747265 2040 0.0
(read/write) 465416 465424 8 0.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 359112 359112 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 400809 401097 288 0.1
.text 9715203 9716931 1728 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10598248 1632 0.0
(read/write) 529776 532264 2488 0.5
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397000 24 0.0
.dynamic 512 512 0 0.0
.got 18960 18960 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325024 325216 192 0.1
.text 9467832 9469256 1424 0.0
lighting-app debug+rpc+ui (read only) 5272777 5273337 560 0.0
(read/write) 224400 224400 0 0.0
.bss 119168 119168 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93248 93248 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338036 338260 224 0.1
.text 4690835 4691171 336 0.0
lock-app debug (read only) 4487033 4487545 512 0.0
(read/write) 203296 203296 0 0.0
.bss 113632 113632 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79272 79272 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246453 246645 192 0.1
.text 4031043 4031363 320 0.0
ota-provider-app debug (read only) 4151177 4151545 368 0.0
(read/write) 192448 192448 0 0.0
.bss 113632 113632 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68976 68976 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200821 200949 128 0.1
.text 3759027 3759267 240 0.0
ota-requestor-app debug (read only) 4237481 4237881 400 0.0
(read/write) 196696 196696 0 0.0
.bss 114656 114656 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71952 71952 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204597 204757 160 0.1
.text 3837251 3837491 240 0.0
shell debug (read only) 2767905 2768209 304 0.0
(read/write) 149736 149736 0 0.0
.bss 60680 60680 0 0.0
.data 784 784 0 0.0
.data.rel.ro 82464 82464 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180800 181024 224 0.1
.text 2416418 2416498 80 0.0
thermostat-no-ble arm64 (read only) 4388528 4388800 272 0.0
(read/write) 245592 245352 -240 -0.1
.bss 122248 122248 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102048 102048 0 0.0
.dynamic 512 512 0 0.0
.got 11944 11944 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 161932 32 0.0
.text 3887048 3887288 240 0.0
tv-app debug (read only) 5271025 5273409 2384 0.0
(read/write) 345208 345208 0 0.0
.bss 242432 242432 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90480 90480 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267261 267645 384 0.1
.text 4768739 4770739 2000 0.0
tv-casting-app debug (read only) 8686425 8686665 240 0.0
(read/write) 322368 322336 -32 -0.0
.bss 156288 156256 -32 -0.0
.data 2464 2464 0 0.0
.data.rel.ro 156768 156768 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346664 346824 160 0.0
.text 7915987 7916067 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2523296 208 0.0
.bss 220032 220032 0 0.0
.data 5136 5136 0 0.0
.text 1485772 1485980 208 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058012 1058184 172 0.0
bss 128931 128931 0 0.0
rodata 104284 104360 76 0.1
text 777160 777252 92 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1184464 1184528 64 0.0
bss 121133 121133 0 0.0
rodata 138296 138296 0 0.0
text 774708 774768 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1043288 1043448 160 0.0
bss 129210 129210 0 0.0
rodata 99536 99616 80 0.1
text 766888 766980 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836328 836328 0 0.0
(read/write) 1737124 1737316 192 0.0
.bss 194532 194532 0 0.0
.data 2480 2480 0 0.0
.text 1531724 1531916 192 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838056 838056 0 0.0
(read/write) 1700964 1701164 200 0.0
.bss 192804 192804 0 0.0
.data 2480 2480 0 0.0
.text 1497292 1497492 200 0.0
light cy8ckit_062s2_43012 (read only) 844736 844736 0 0.0
(read/write) 1627068 1627252 184 0.0
.bss 186236 186236 0 0.0
.data 2368 2368 0 0.0
.text 1430076 1430260 184 0.0
lock cy8ckit_062s2_43012 (read only) 817664 817664 0 0.0
(read/write) 1654076 1654260 184 0.0
.bss 213292 213292 0 0.0
.data 2384 2384 0 0.0
.text 1430012 1430196 184 0.0
qpg lighting-app qpg6105+debug (read/write) 1114560 1114744 184 0.0
.bss 101168 101168 0 0.0
.data 748 748 0 0.0
.text 626936 627120 184 0.0
lock-app qpg6105+debug (read/write) 1075700 1075868 168 0.0
.bss 95936 95936 0 0.0
.data 780 780 0 0.0
.text 588076 588244 168 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817426 817602 176 0.0
bss 53700 53700 0 0.0
text 610942 611040 98 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1075500 1075684 184 0.0
bss 99976 99976 0 0.0
text 758212 758310 98 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1080340 1080516 176 0.0
bss 109660 109660 0 0.0
text 749848 749946 98 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932628 932804 176 0.0
bss 94180 94180 0 0.0
text 644784 644882 98 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817554 817730 176 0.0
bss 53752 53752 0 0.0
text 611158 611256 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 971584 971760 176 0.0
bss 77572 77572 0 0.0
text 689030 689128 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1090240 1090416 176 0.0
bss 99744 99744 0 0.0
text 766972 767070 98 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 958344 958520 176 0.0
bss 95824 95824 0 0.0
text 643144 643242 98 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945836 946012 176 0.0
bss 92288 92288 0 0.0
text 660452 660550 98 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873916 874092 176 0.0
bss 67588 67588 0 0.0
text 617568 617666 98 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 814608 814784 176 0.0
bss 55832 55832 0 0.0
text 584522 584620 98 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 830300 830476 176 0.0
bss 56236 56236 0 0.0
text 595130 595228 98 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 706192 706192 0 0.0
bss 73620 73620 0 0.0
text 462342 462342 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819286 819462 176 0.0
bss 53844 53844 0 0.0
text 613882 613980 98 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 871313 871489 176 0.0
bss 59300 59300 0 0.0
text 625874 625972 98 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838652 838828 176 0.0
bss 56120 56120 0 0.0
text 602688 602786 98 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 833160 833336 176 0.0
bss 56472 56472 0 0.0
text 596922 597020 98 0.0

Copy link

github-actions bot commented Nov 22, 2023

PR #30201: Size comparison from 4e2d489 to 050d0b3

Increases above 0.2%:

platform target config section 4e2d489 050d0b3 change % change
linux chip-tool debug .init_array 776 784 8 1.0
Increases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4e2d489 050d0b3 change % change
bl602 lighting-app bl602 (read/write) 1410582 1410706 124 0.0
.rodata 156688 156780 92 0.1
.text 1078810 1078846 36 0.0
bl602+mfd (read/write) 1425022 1425146 124 0.0
.rodata 155648 155740 92 0.1
.text 1094162 1094198 36 0.0
bl602+rpc (read/write) 1458366 1458482 116 0.0
.rodata 164312 164396 84 0.1
.text 1110554 1110590 36 0.0
bl702 lighting-app bl702 (read/write) 1176727 1176851 124 0.0
.rodata 106436 106524 88 0.1
.text 949282 949318 36 0.0
bl702+mfd (read/write) 1187595 1187975 380 0.0
.rodata 105376 105464 88 0.1
.text 961090 961382 292 0.0
bl702+rpc (read/write) 1276791 1276915 124 0.0
.rodata 121844 121932 88 0.1
.text 1024348 1024384 36 0.0
bl706-eth (read/write) 995593 995601 8 0.0
.rodata 99504 99512 8 0.0
bl706-wifi (read/write) 1231390 1231514 124 0.0
.rodata 120376 120464 88 0.1
.text 966754 966790 36 0.0
bl702l lighting-app bl702l .rodata 100440 100528 88 0.1
.text 942380 942416 36 0.0
bl702l+mfd (read/write) 1157904 1158540 636 0.1
.rodata 99380 99468 88 0.1
.text 954756 954792 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 740555 168 0.0
.rodata 84831 84911 80 0.1
.text 655168 655256 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 757883 56 0.0
.text 677484 677540 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 744859 160 0.0
.rodata 105679 105751 72 0.1
.text 638632 638720 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698747 698907 160 0.0
.rodata 80607 80679 72 0.1
.text 617752 617840 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 684563 160 0.0
.rodata 76447 76519 72 0.1
.text 607568 607656 88 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 558463 558519 56 0.0
.app_xip_area 448825 448881 56 0.0
lock cyw930739m2evb_01 (read/write) 540639 540703 64 0.0
.app_xip_area 426321 426385 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578815 579007 192 0.0
.app_xip_area 470561 470753 192 0.0
switch cyw930739m2evb_01 (read/write) 554927 554983 56 0.0
.app_xip_area 443569 443625 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012580 1012772 192 0.0
.text 837400 837592 192 0.0
BRD4187C (read/write) 1098476 1098652 176 0.0
.text 899060 899236 176 0.0
lock-app BRD4161A+wf200 (read/write) 1104632 1104680 48 0.0
.text 914836 914884 48 0.0
window-app BRD4187C (read/write) 1133272 1133464 192 0.0
.text 961632 961824 192 0.0
esp32 all-clusters-app c3devkit (read only) 1133328 1133426 98 0.0
(read/write) 1670868 1670956 88 0.0
.flash.rodata 241568 241656 88 0.0
.flash.text 1133328 1133426 98 0.0
m5stack (read only) 1178231 1178335 104 0.0
(read/write) 520872 520952 80 0.0
.flash.rodata 273408 273488 80 0.0
.flash.text 1172847 1172951 104 0.0
k32w contact k32w0+release (read only) 592844 592940 96 0.0
.text 592308 592404 96 0.0
k32w1+release (read/write) 688312 688472 160 0.0
.text 574568 574728 160 0.0
light k32w0+release (read only) 592548 592660 112 0.0
.text 592012 592124 112 0.0
k32w1+release (read/write) 780444 780620 176 0.0
.text 657832 658008 176 0.0
lock k32w0+release (read only) 564388 564500 112 0.0
.text 563852 563964 112 0.0
linux air-purifier-app debug (read only) 2503389 2503901 512 0.0
.rodata 177512 177704 192 0.1
.text 2151381 2151701 320 0.0
all-clusters-app debug (read only) 5326801 5327345 544 0.0
.rodata 302588 302812 224 0.1
.text 4635779 4636099 320 0.0
all-clusters-minimal-app debug (read only) 4929185 4929777 592 0.0
.rodata 270797 271053 256 0.1
.text 4426611 4426947 336 0.0
bridge-app debug (read only) 4402145 4402673 528 0.0
.rodata 218549 218741 192 0.1
.text 3965571 3965907 336 0.0
chip-tool debug (read only) 10747081 10749121 2040 0.0
(read/write) 465416 465424 8 0.0
.init_array 776 784 8 1.0
.rodata 400905 401193 288 0.1
.text 9716963 9718691 1728 0.0
chip-tool-ipv6only arm64 (read only) 10598248 10599880 1632 0.0
.data.rel.ro 396976 397000 24 0.0
.rodata 325056 325248 192 0.1
.text 9469432 9470856 1424 0.0
lighting-app debug+rpc+ui (read only) 5273065 5273625 560 0.0
.rodata 338100 338324 224 0.1
.text 4691059 4691395 336 0.0
lock-app debug (read only) 4487273 4487801 528 0.0
.rodata 246485 246677 192 0.1
.text 4031251 4031587 336 0.0
ota-provider-app debug (read only) 4151417 4151801 384 0.0
.rodata 200853 200981 128 0.1
.text 3759235 3759491 256 0.0
ota-requestor-app debug (read only) 4237737 4238137 400 0.0
.rodata 204629 204789 160 0.1
.text 3837475 3837715 240 0.0
shell debug (read only) 2768033 2768337 304 0.0
.rodata 180832 181056 224 0.1
.text 2416514 2416594 80 0.0
thermostat-no-ble arm64 (read only) 4388704 4388976 272 0.0
.rodata 161900 161932 32 0.0
.text 3887224 3887464 240 0.0
tv-app debug (read only) 5272801 5275185 2384 0.0
.rodata 267325 267709 384 0.1
.text 4770451 4772451 2000 0.0
tv-casting-app debug (read only) 8686681 8686921 240 0.0
.rodata 346696 346856 160 0.0
.text 7916211 7916291 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523088 2523296 208 0.0
.text 1485772 1485980 208 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1058060 1058232 172 0.0
rodata 104284 104360 76 0.1
text 777212 777304 92 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1184512 1184576 64 0.0
text 774760 774820 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1043288 1043448 160 0.0
rodata 99536 99616 80 0.1
text 766888 766980 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1737156 1737348 192 0.0
.text 1531756 1531948 192 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1700964 1701164 200 0.0
.text 1497292 1497492 200 0.0
light cy8ckit_062s2_43012 (read/write) 1627068 1627252 184 0.0
.text 1430076 1430260 184 0.0
lock cy8ckit_062s2_43012 (read/write) 1654076 1654260 184 0.0
.text 1430012 1430196 184 0.0
qpg lighting-app qpg6105+debug (read/write) 1114568 1114752 184 0.0
.text 626944 627128 184 0.0
lock-app qpg6105+debug (read/write) 1075900 1076060 160 0.0
.text 588276 588436 160 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 817646 817822 176 0.0
text 611042 611140 98 0.0
all-clusters-app tlsr9518adk80d (read/write) 1075556 1075732 176 0.0
text 758262 758360 98 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1080340 1080516 176 0.0
text 749848 749946 98 0.0
bridge-app tlsr9518adk80d (read/write) 932628 932804 176 0.0
text 644784 644882 98 0.0
contact-sensor-app tlsr9528a_retention (read/write) 817766 817942 176 0.0
text 611258 611356 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 971836 972012 176 0.0
text 689176 689274 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090240 1090416 176 0.0
text 766972 767070 98 0.0
lock-app-dfu tlsr9528a (read/write) 958556 958732 176 0.0
text 643240 643338 98 0.0
ota-requestor-app tlsr9518adk80d (read/write) 945836 946012 176 0.0
text 660452 660550 98 0.0
pump-app tlsr9528a (read/write) 874128 874304 176 0.0
text 617664 617762 98 0.0
pump-controller-app tlsr9518adk80d (read/write) 814812 814988 176 0.0
text 584618 584716 98 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 830512 830688 176 0.0
text 595226 595324 98 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 819490 819666 176 0.0
text 613982 614080 98 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 871525 871701 176 0.0
text 625970 626068 98 0.0
thermostat tlsr9518adk80d (read/write) 838864 839040 176 0.0
text 602784 602882 98 0.0
window-covering tlsr9518adk80d (read/write) 833372 833548 176 0.0
text 597018 597116 98 0.0
Decreases (5 builds for bl702l, linux)
platform target config section 4e2d489 050d0b3 change % change
bl702l lighting-app bl702l (read/write) 1146956 1146568 -388 -0.0
linux all-clusters-app debug (read/write) 429888 429856 -32 -0.0
.data.rel.ro 288752 288736 -16 -0.0
chip-tool-ipv6only arm64 (read/write) 532272 530664 -1608 -0.3
thermostat-no-ble arm64 (read/write) 245416 245176 -240 -0.1
tv-casting-app debug (read/write) 322368 322336 -32 -0.0
.bss 156288 156256 -32 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4e2d489 050d0b3 change % change
bl602 lighting-app bl602 (read/write) 1410582 1410706 124 0.0
.bss 85048 85048 0 0.0
.data 9376 9376 0 0.0
.rodata 156688 156780 92 0.1
.text 1078810 1078846 36 0.0
bl602+mfd (read/write) 1425022 1425146 124 0.0
.bss 85216 85216 0 0.0
.data 9344 9344 0 0.0
.rodata 155648 155740 92 0.1
.text 1094162 1094198 36 0.0
bl602+rpc (read/write) 1458366 1458482 116 0.0
.bss 93080 93080 0 0.0
.data 9744 9744 0 0.0
.rodata 164312 164396 84 0.1
.text 1110554 1110590 36 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1176727 1176851 124 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106436 106524 88 0.1
.text 949282 949318 36 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1187595 1187975 380 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105376 105464 88 0.1
.text 961090 961382 292 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276791 1276915 124 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121844 121932 88 0.1
.text 1024348 1024384 36 0.0
bl706-eth (read/write) 995593 995601 8 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99504 99512 8 0.0
.text 741708 741708 0 0.0
bl706-wifi (read/write) 1231390 1231514 124 0.0
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120376 120464 88 0.1
.text 966754 966790 36 0.0
bl702l lighting-app bl702l (read/write) 1146956 1146568 -388 -0.0
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100440 100528 88 0.1
.text 942380 942416 36 0.0
bl702l+mfd (read/write) 1157904 1158540 636 0.1
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99380 99468 88 0.1
.text 954756 954792 36 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 740555 168 0.0
(read/write) 167088 167088 0 0.0
.bss 89500 89500 0 0.0
.data 3424 3424 0 0.0
.rodata 84831 84911 80 0.1
.text 655168 655256 88 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 757883 56 0.0
(read/write) 177268 177268 0 0.0
.bss 99636 99636 0 0.0
.data 3444 3444 0 0.0
.rodata 79951 79951 0 0.0
.text 677484 677540 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 744859 160 0.0
(read/write) 171716 171716 0 0.0
.bss 94084 94084 0 0.0
.data 3444 3444 0 0.0
.rodata 105679 105751 72 0.1
.text 638632 638720 88 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698747 698907 160 0.0
(read/write) 166124 166124 0 0.0
.bss 88304 88304 0 0.0
.data 3412 3412 0 0.0
.rodata 80607 80679 72 0.1
.text 617752 617840 88 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 684563 160 0.0
(read/write) 166264 166264 0 0.0
.bss 88456 88456 0 0.0
.data 3408 3408 0 0.0
.rodata 76447 76519 72 0.1
.text 607568 607656 88 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564690 564690 0 0.0
(read/write) 207520 207520 0 0.0
.bss 200980 200980 0 0.0
.data 1416 1416 0 0.0
.rodata 83802 83802 0 0.0
.text 478768 478768 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617546 617546 0 0.0
(read/write) 207860 207860 0 0.0
.bss 201296 201296 0 0.0
.data 1444 1444 0 0.0
.rodata 105674 105674 0 0.0
.text 509752 509752 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 558463 558519 56 0.0
.app_xip_area 448825 448881 56 0.0
.bss 64552 64552 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540639 540703 64 0.0
.app_xip_area 426321 426385 64 0.0
.bss 69200 69200 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578815 579007 192 0.0
.app_xip_area 470561 470753 192 0.0
.bss 63240 63240 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 554927 554983 56 0.0
.app_xip_area 443569 443625 56 0.0
.bss 66240 66240 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012580 1012772 192 0.0
.bss 172464 172464 0 0.0
.data 2696 2696 0 0.0
.text 837400 837592 192 0.0
BRD4187C (read/write) 1098476 1098652 176 0.0
.bss 196092 196092 0 0.0
.data 3304 3304 0 0.0
.text 899060 899236 176 0.0
lock-app BRD4161A+wf200 (read/write) 1104632 1104680 48 0.0
.bss 187064 187064 0 0.0
.data 2708 2708 0 0.0
.text 914836 914884 48 0.0
window-app BRD4187C (read/write) 1133272 1133464 192 0.0
.bss 168444 168444 0 0.0
.data 3176 3176 0 0.0
.text 961632 961824 192 0.0
esp32 all-clusters-app c3devkit (read only) 1133328 1133426 98 0.0
(read/write) 1670868 1670956 88 0.0
.dram0.bss 72432 72432 0 0.0
.dram0.data 12996 12996 0 0.0
.flash.rodata 241568 241656 88 0.0
.flash.text 1133328 1133426 98 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178231 1178335 104 0.0
(read/write) 520872 520952 80 0.0
.dram0.bss 79080 79080 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 273408 273488 80 0.0
.flash.text 1172847 1172951 104 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 592844 592940 96 0.0
(read/write) 88104 88104 0 0.0
.bss 71344 71344 0 0.0
.data 2136 2136 0 0.0
.text 592308 592404 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 688312 688472 160 0.0
.bss 67544 67544 0 0.0
.data 2720 2720 0 0.0
.text 574568 574728 160 0.0
light k32w0+release (read only) 592548 592660 112 0.0
(read/write) 87780 87780 0 0.0
.bss 71032 71032 0 0.0
.data 2124 2124 0 0.0
.text 592012 592124 112 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 780444 780620 176 0.0
.bss 77220 77220 0 0.0
.data 1932 1932 0 0.0
.text 657832 658008 176 0.0
lock k32w0+release (read only) 564388 564500 112 0.0
(read/write) 85608 85608 0 0.0
.bss 68920 68920 0 0.0
.data 2064 2064 0 0.0
.text 563852 563964 112 0.0
linux air-purifier-app debug (read only) 2503389 2503901 512 0.0
(read/write) 126832 126832 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72408 72408 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177512 177704 192 0.1
.text 2151381 2151701 320 0.0
all-clusters-app debug (read only) 5326801 5327345 544 0.0
(read/write) 429888 429856 -32 -0.0
.bss 130032 130032 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 288752 288736 -16 -0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 302588 302812 224 0.1
.text 4635779 4636099 320 0.0
all-clusters-minimal-app debug (read only) 4929185 4929777 592 0.0
(read/write) 234376 234376 0 0.0
.bss 127824 127824 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95616 95616 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270797 271053 256 0.1
.text 4426611 4426947 336 0.0
bridge-app debug (read only) 4402145 4402673 528 0.0
(read/write) 215680 215680 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84992 84992 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218549 218741 192 0.1
.text 3965571 3965907 336 0.0
chip-tool debug (read only) 10747081 10749121 2040 0.0
(read/write) 465416 465424 8 0.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 359112 359112 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 400905 401193 288 0.1
.text 9716963 9718691 1728 0.0
chip-tool-ipv6only arm64 (read only) 10598248 10599880 1632 0.0
(read/write) 532272 530664 -1608 -0.3
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397000 24 0.0
.dynamic 512 512 0 0.0
.got 18960 18960 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325056 325248 192 0.1
.text 9469432 9470856 1424 0.0
lighting-app debug+rpc+ui (read only) 5273065 5273625 560 0.0
(read/write) 224400 224400 0 0.0
.bss 119168 119168 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93248 93248 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338100 338324 224 0.1
.text 4691059 4691395 336 0.0
lock-app debug (read only) 4487273 4487801 528 0.0
(read/write) 203296 203296 0 0.0
.bss 113632 113632 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79272 79272 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246485 246677 192 0.1
.text 4031251 4031587 336 0.0
ota-provider-app debug (read only) 4151417 4151801 384 0.0
(read/write) 192448 192448 0 0.0
.bss 113632 113632 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68976 68976 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200853 200981 128 0.1
.text 3759235 3759491 256 0.0
ota-requestor-app debug (read only) 4237737 4238137 400 0.0
(read/write) 196696 196696 0 0.0
.bss 114656 114656 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71952 71952 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204629 204789 160 0.1
.text 3837475 3837715 240 0.0
shell debug (read only) 2768033 2768337 304 0.0
(read/write) 149736 149736 0 0.0
.bss 60680 60680 0 0.0
.data 784 784 0 0.0
.data.rel.ro 82464 82464 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180832 181056 224 0.1
.text 2416514 2416594 80 0.0
thermostat-no-ble arm64 (read only) 4388704 4388976 272 0.0
(read/write) 245416 245176 -240 -0.1
.bss 122248 122248 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102048 102048 0 0.0
.dynamic 512 512 0 0.0
.got 11944 11944 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 161932 32 0.0
.text 3887224 3887464 240 0.0
tv-app debug (read only) 5272801 5275185 2384 0.0
(read/write) 345464 345464 0 0.0
.bss 242688 242688 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90480 90480 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267325 267709 384 0.1
.text 4770451 4772451 2000 0.0
tv-casting-app debug (read only) 8686681 8686921 240 0.0
(read/write) 322368 322336 -32 -0.0
.bss 156288 156256 -32 -0.0
.data 2464 2464 0 0.0
.data.rel.ro 156768 156768 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346696 346856 160 0.0
.text 7916211 7916291 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2523296 208 0.0
.bss 220032 220032 0 0.0
.data 5136 5136 0 0.0
.text 1485772 1485980 208 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058060 1058232 172 0.0
bss 128931 128931 0 0.0
rodata 104284 104360 76 0.1
text 777212 777304 92 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1184512 1184576 64 0.0
bss 121133 121133 0 0.0
rodata 138296 138296 0 0.0
text 774760 774820 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1043288 1043448 160 0.0
bss 129210 129210 0 0.0
rodata 99536 99616 80 0.1
text 766888 766980 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836328 836328 0 0.0
(read/write) 1737156 1737348 192 0.0
.bss 194532 194532 0 0.0
.data 2480 2480 0 0.0
.text 1531756 1531948 192 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838056 838056 0 0.0
(read/write) 1700964 1701164 200 0.0
.bss 192804 192804 0 0.0
.data 2480 2480 0 0.0
.text 1497292 1497492 200 0.0
light cy8ckit_062s2_43012 (read only) 844736 844736 0 0.0
(read/write) 1627068 1627252 184 0.0
.bss 186236 186236 0 0.0
.data 2368 2368 0 0.0
.text 1430076 1430260 184 0.0
lock cy8ckit_062s2_43012 (read only) 817664 817664 0 0.0
(read/write) 1654076 1654260 184 0.0
.bss 213292 213292 0 0.0
.data 2384 2384 0 0.0
.text 1430012 1430196 184 0.0
qpg lighting-app qpg6105+debug (read/write) 1114568 1114752 184 0.0
.bss 101168 101168 0 0.0
.data 748 748 0 0.0
.text 626944 627128 184 0.0
lock-app qpg6105+debug (read/write) 1075900 1076060 160 0.0
.bss 95936 95936 0 0.0
.data 780 780 0 0.0
.text 588276 588436 160 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817646 817822 176 0.0
bss 53708 53708 0 0.0
text 611042 611140 98 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1075556 1075732 176 0.0
bss 99976 99976 0 0.0
text 758262 758360 98 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1080340 1080516 176 0.0
bss 109660 109660 0 0.0
text 749848 749946 98 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932628 932804 176 0.0
bss 94180 94180 0 0.0
text 644784 644882 98 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817766 817942 176 0.0
bss 53760 53760 0 0.0
text 611258 611356 98 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 971836 972012 176 0.0
bss 77580 77580 0 0.0
text 689176 689274 98 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1090240 1090416 176 0.0
bss 99744 99744 0 0.0
text 766972 767070 98 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 958556 958732 176 0.0
bss 95832 95832 0 0.0
text 643240 643338 98 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945836 946012 176 0.0
bss 92288 92288 0 0.0
text 660452 660550 98 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 874128 874304 176 0.0
bss 67596 67596 0 0.0
text 617664 617762 98 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 814812 814988 176 0.0
bss 55832 55832 0 0.0
text 584618 584716 98 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 830512 830688 176 0.0
bss 56244 56244 0 0.0
text 595226 595324 98 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 706192 706192 0 0.0
bss 73620 73620 0 0.0
text 462342 462342 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819490 819666 176 0.0
bss 53844 53844 0 0.0
text 613982 614080 98 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 871525 871701 176 0.0
bss 59308 59308 0 0.0
text 625970 626068 98 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838864 839040 176 0.0
bss 56128 56128 0 0.0
text 602784 602882 98 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 833372 833548 176 0.0
bss 56480 56480 0 0.0
text 597018 597116 98 0.0

@mergify mergify bot merged commit 90f36a4 into project-chip:master Nov 22, 2023
57 checks passed
DamMicSzm pushed a commit to DamMicSzm/connectedhomeip that referenced this pull request Nov 30, 2023
* Add non-concurrent SupportsConcurrentConnection

* Address CI build issues (project-chip#29865)

* Fix style issue (project-chip#29865)

* Fix read of SupportsConcurrentConnection (project-chip#29865)

* Correct intermittent missing SSID(project-chip#29865)

* ConnectNetworkResponse Supression (project-chip#29865)

* Add non-concurrent SupportsConcurrentConnection

* Address CI build issues (project-chip#29865)

* Fix style issue (project-chip#29865)

* Fix read of SupportsConcurrentConnection (project-chip#29865)

* Fix merge issue with ICD attributes(project-chip#29865)

* Fix darwin-tests workflow file syntax. (project-chip#30162)

There were extra curly braces that failed on some (but not all?) CI runs.

* Add non-concurrent SupportsConcurrentConnection

* Address CI build issues (project-chip#29865)

* Fix style issue (project-chip#29865)

* Fix read of SupportsConcurrentConnection (project-chip#29865)

* Fix merge issue with ICD attributes(project-chip#29865)

* Only start WiFi on BLE Commissioning pass(project-chip#29865)

* Remove use of Breadcrumb::Get from BLE (project-chip#29865)

* Add non-concurrent SupportsConcurrentConnection

* Address CI build issues (project-chip#29865)

* Fix style issue (project-chip#29865)

* Fix read of SupportsConcurrentConnection (project-chip#29865)

* Fix merge issue with ICD attributes(project-chip#29865)

* Only start WiFi on BLE Commissioning pass(project-chip#29865)

* Remove use of Breadcrumb::Get from BLE (project-chip#29865)

* Tidy comments (project-chip#29865)

* Default on error, check timeout, tidy up (project-chip#29865)

* Make log messages user friendly (project-chip#29865)

* Change to compile time non-concurrent mode(project-chip#29865)

* Restyled by whitespace

* Restyled by clang-format

* Improve code style (project-chip#29865)

* Restyled by clang-format

* Add CommandHandler issue reference 30576 (project-chip#29865)

---------

Co-authored-by: Boris Zbarsky <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants