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

[Silabs]Fix init task stack size on EFR32 #28816

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

jmartinez-silabs
Copy link
Member

8k of stack for the init task is overkill on the efr32 platform. It was busting our configure heap limit.

Reduce the task size to 1k and leave heap unchanged.

For now, keep si917 to the previously set value.

@github-actions
Copy link

github-actions bot commented Aug 22, 2023

PR #28816: Size comparison from 5df3463 to d461786

Increases (11 builds for bl702, bl702l, nrfconnect, psoc6, telink)
platform target config section 5df3463a d461786 change % change
bl702 lighting-app bl702+rpc (read/write) 1266895 1266899 4 0.0
.debug_info 46423967 46423968 1 0.0
.text 1029828 1029830 2 0.0
bl702l lighting-app bl702l .debug_info 41528624 41528625 1 0.0
.text 943910 943912 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 858084 858088 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32922546 32922547 1 0.0
light cy8ckit_062s2_43012 .debug_info 2418547 24185477 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 672578 672580 2 0.0
lighting-app-factory-data tlsr9518adk80d text 693850 693852 2 0.0
smoke_co_alarm-app tlsr9518adk80d text 595096 595098 2 0.0
temperature-measurement-app tlsr9518adk80d text 582422 582424 2 0.0
thermostat tlsr9518adk80d text 602508 602510 2 0.0
window-covering tlsr9518adk80d text 597834 597836 2 0.0
Decreases (7 builds for bl602, efr32, esp32, nrfconnect, telink)
platform target config section 5df3463a d461786 change % change
bl602 lighting-app bl602+rpc .text 1089576 1089574 -2 -0.0
efr32 lighting-app BRD4187C (read/write) 1065440 1065432 -8 -0.0
.text 888592 888584 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1166732 1166728 -4 -0.0
.flash.text 1166732 1166728 -4 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 785388 785384 -4 -0.0
telink all-clusters-app tlsr9518adk80d text 745626 745624 -2 -0.0
contact-sensor-app tlsr9518adk80d text 590734 590732 -2 -0.0
ota-requestor-app tlsr9518adk80d text 612584 612582 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5df3463a d461786 change % change
bl602 lighting-app bl602 (read/write) 1364598 1364598 0 0.0
.bss 73430 73430 0 0.0
.data 9560 9560 0 0.0
.text 1057642 1057642 0 0.0
bl602+rpc (read/write) 1412058 1412058 0 0.0
.bss 81470 81470 0 0.0
.data 9952 9952 0 0.0
.text 1089576 1089574 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1167971 1167971 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41269 41269 0 0.0
.bss_psram 43232 43232 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1564959 1564959 0 0.0
.debug_aranges 140432 140432 0 0.0
.debug_frame 516780 516780 0 0.0
.debug_info 41527516 41527516 0 0.0
.debug_line 5484765 5484765 0 0.0
.debug_loc 3567688 3567688 0 0.0
.debug_ranges 383752 383752 0 0.0
.debug_str 4014264 4014264 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107096 107096 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589817 589817 0 0.0
.symtab 175856 175856 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955156 955156 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1266895 1266899 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49733 49733 0 0.0
.bss_psram 43232 43232 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1741697 1741697 0 0.0
.debug_aranges 148976 148976 0 0.0
.debug_frame 545684 545684 0 0.0
.debug_info 46423967 46423968 1 0.0
.debug_line 5897291 5897291 0 0.0
.debug_loc 3773833 3773833 0 0.0
.debug_ranges 409504 409504 0 0.0
.debug_str 4434183 4434183 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121748 121748 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652780 652780 0 0.0
.symtab 194784 194784 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029828 1029830 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153584 1153584 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77632 77632 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1567178 1567178 0 0.0
.debug_aranges 134936 134936 0 0.0
.debug_frame 496468 496468 0 0.0
.debug_info 41528624 41528625 1 0.0
.debug_line 5400459 5400459 0 0.0
.debug_loc 3503771 3503771 0 0.0
.debug_ranges 388960 388960 0 0.0
.debug_str 4026740 4026740 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100980 100980 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 590032 590032 0 0.0
.symtab 175408 175408 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943910 943912 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 616570 616570 0 0.0
(read/write) 207240 207240 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200680 200680 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 966172 966172 0 0.0
.debug_aranges 109192 109192 0 0.0
.debug_frame 370364 370364 0 0.0
.debug_info 21096416 21096416 0 0.0
.debug_line 2819486 2819486 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1599159 1599159 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100739 100739 0 0.0
.debug_str 3429322 3429322 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106506 106506 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 498321 498321 0 0.0
.symtab 293824 293824 0 0.0
.text 507944 507944 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551143 551143 0 0.0
.app_xip_area 442553 442553 0 0.0
.bss 63560 63560 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) 538543 538543 0 0.0
.app_xip_area 424897 424897 0 0.0
.bss 68592 68592 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573767 573767 0 0.0
.app_xip_area 466257 466257 0 0.0
.bss 62552 62552 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) 558431 558431 0 0.0
.app_xip_area 447705 447705 0 0.0
.bss 65672 65672 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1024472 1024472 0 0.0
.bss 192896 192896 0 0.0
.data 2652 2652 0 0.0
.text 828904 828904 0 0.0
BRD4187C (read/write) 1065440 1065432 -8 -0.0
.bss 173588 173588 0 0.0
.data 3240 3240 0 0.0
.text 888592 888584 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1102684 1102684 0 0.0
.bss 186960 186960 0 0.0
.data 2672 2672 0 0.0
.text 913032 913032 0 0.0
window-app BRD4187C (read/write) 1114952 1114952 0 0.0
.bss 156460 156460 0 0.0
.data 3120 3120 0 0.0
.text 955352 955352 0 0.0
esp32 all-clusters-app c3devkit (read only) 1166732 1166728 -4 -0.0
(read/write) 1703948 1703948 0 0.0
.dram0.bss 79192 79192 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 267728 267728 0 0.0
.flash.text 1166732 1166728 -4 -0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1207907 1207907 0 0.0
(read/write) 551926 551926 0 0.0
.dram0.bss 85568 85568 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 298680 298680 0 0.0
.flash.text 1202523 1202523 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590860 590860 0 0.0
(read/write) 87928 87928 0 0.0
.bss 71176 71176 0 0.0
.data 2128 2128 0 0.0
.text 590324 590324 0 0.0
light k32w0+release (read only) 589644 589644 0 0.0
(read/write) 87580 87580 0 0.0
.bss 70840 70840 0 0.0
.data 2116 2116 0 0.0
.text 589108 589108 0 0.0
lock k32w0+release (read only) 562052 562052 0 0.0
(read/write) 85380 85380 0 0.0
.bss 68696 68696 0 0.0
.data 2060 2060 0 0.0
.text 561516 561516 0 0.0
linux all-clusters-app debug (read only) 5617305 5617305 0 0.0
(read/write) 418360 418360 0 0.0
.bss 129024 129024 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 277944 277944 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 337872 337872 0 0.0
.text 4898611 4898611 0 0.0
all-clusters-minimal-app debug (read only) 4909729 4909729 0 0.0
(read/write) 232008 232008 0 0.0
.bss 126080 126080 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94928 94928 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 272454 272454 0 0.0
.text 4406739 4406739 0 0.0
bridge-app debug (read only) 2768945 2768945 0 0.0
(read/write) 132888 132888 0 0.0
.bss 51512 51512 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71440 71440 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 214568 214568 0 0.0
.text 2376707 2376707 0 0.0
chip-tool debug (read only) 17565049 17565049 0 0.0
(read/write) 1036224 1036224 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 930024 930024 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 907505 907505 0 0.0
.text 14647923 14647923 0 0.0
chip-tool-ipv6only arm64 (read only) 16787828 16787828 0 0.0
(read/write) 1103544 1103544 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 967400 967400 0 0.0
.dynamic 512 512 0 0.0
.got 23192 23192 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 820064 820064 0 0.0
.text 13773864 13773864 0 0.0
lighting-app debug+rpc+ui (read only) 5238777 5238777 0 0.0
(read/write) 222184 222184 0 0.0
.bss 117808 117808 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92280 92280 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336948 336948 0 0.0
.text 4659635 4659635 0 0.0
lock-app debug (read only) 4474113 4474113 0 0.0
(read/write) 203032 203032 0 0.0
.bss 113392 113392 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 79080 79080 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 248486 248486 0 0.0
.text 4016131 4016131 0 0.0
ota-provider-app debug (read only) 4126465 4126465 0 0.0
(read/write) 191968 191968 0 0.0
.bss 113536 113536 0 0.0
.data 4032 4032 0 0.0
.data.rel.ro 68480 68480 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 201126 201126 0 0.0
.text 3734899 3734899 0 0.0
ota-requestor-app debug (read only) 4220009 4220009 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4272 4272 0 0.0
.data.rel.ro 71480 71480 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 204518 204518 0 0.0
.text 3820723 3820723 0 0.0
shell debug (read only) 3039657 3039657 0 0.0
(read/write) 152480 152480 0 0.0
.bss 60328 60328 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85448 85448 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 213586 213586 0 0.0
.text 2652466 2652466 0 0.0
thermostat-no-ble arm64 (read only) 4355292 4355292 0 0.0
(read/write) 241784 241784 0 0.0
.bss 122120 122120 0 0.0
.data 2896 2896 0 0.0
.data.rel.ro 100464 100464 0 0.0
.dynamic 512 512 0 0.0
.got 11848 11848 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161364 161364 0 0.0
.text 3859832 3859832 0 0.0
tv-app debug (read only) 5314633 5314633 0 0.0
(read/write) 349952 349952 0 0.0
.bss 241312 241312 0 0.0
.data 5136 5136 0 0.0
.data.rel.ro 96096 96096 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272310 272310 0 0.0
.text 4798563 4798563 0 0.0
tv-casting-app debug (read only) 8294673 8294673 0 0.0
(read/write) 210672 210672 0 0.0
.bss 54240 54240 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147064 147064 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 367708 367708 0 0.0
.text 7526659 7526659 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522952 2522952 0 0.0
.bss 219408 219408 0 0.0
.data 5128 5128 0 0.0
.text 1485636 1485636 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234632 1234632 0 0.0
bss 154716 154716 0 0.0
rodata 142844 142844 0 0.0
text 858084 858088 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1353024 1353024 0 0.0
bss 140174 140174 0 0.0
rodata 136768 136768 0 0.0
text 785388 785384 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1159844 1159844 0 0.0
bss 154680 154680 0 0.0
rodata 113632 113632 0 0.0
text 812568 812568 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837944 837944 0 0.0
(read/write) 1786780 1786780 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192860 192860 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 2536 2536 0 0.0
.debug_abbrev 1406912 1406912 0 0.0
.debug_aranges 146856 146856 0 0.0
.debug_frame 489292 489292 0 0.0
.debug_info 32922546 32922547 1 0.0
.debug_line 4225146 4225146 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2317185 2317185 0 0.0
.debug_rnglists 145455 145455 0 0.0
.debug_str 4570933 4570933 0 0.0
.heap 837944 837944 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 841864 841864 0 0.0
.symtab 512000 512000 0 0.0
.text 0 0 0 0.0
1582996 1582996 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840112 840112 0 0.0
(read/write) 1677276 1677276 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190764 190764 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 2464 2464 0 0.0
.debug_abbrev 1289836 1289836 0 0.0
.debug_aranges 137352 137352 0 0.0
.debug_frame 462960 462960 0 0.0
.debug_info 29047712 29047712 0 0.0
.debug_line 3967655 3967655 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2151525 2151525 0 0.0
.debug_rnglists 135701 135701 0 0.0
.debug_str 3982798 3982798 0 0.0
.heap 840112 840112 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 717897 717897 0 0.0
.symtab 466864 466864 0 0.0
.text 1475660 1475660 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846424 846424 0 0.0
(read/write) 1605548 1605548 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184564 184564 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 2352 2352 0 0.0
.debug_abbrev 1129859 1129859 0 0.0
.debug_aranges 127448 127448 0 0.0
.debug_frame 426004 426004 0 0.0
.debug_info 2418547 24185477 1 0.0
.debug_line 3532668 3532668 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1988311 1988311 0 0.0
.debug_rnglists 125385 125385 0 0.0
.debug_str 3789735 3789735 0 0.0
.heap 846424 846424 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 635231 635231 0 0.0
.symtab 430336 430336 0 0.0
.text 1410244 1410244 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818896 818896 0 0.0
(read/write) 1639748 1639748 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212076 212076 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 1120984 1120984 0 0.0
.debug_aranges 126376 126376 0 0.0
.debug_frame 422064 422064 0 0.0
.debug_info 24007180 24007180 0 0.0
.debug_line 3488102 3488102 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1969135 1969135 0 0.0
.debug_rnglists 123585 123585 0 0.0
.debug_str 3754188 3754188 0 0.0
.heap 818896 818896 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 610016 610016 0 0.0
.symtab 422912 422912 0 0.0
.text 1416916 1416916 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177852 1177852 0 0.0
.bss 101008 101008 0 0.0
.data 744 744 0 0.0
.text 624696 624696 0 0.0
lock-app qpg6105+debug (read/write) 1135212 1135212 0 0.0
.bss 95728 95728 0 0.0
.data 748 748 0 0.0
.text 582052 582052 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088432 1088432 0 0.0
bss 107408 107408 0 0.0
text 745626 745624 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980356 980356 0 0.0
bss 105168 105168 0 0.0
text 672578 672580 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944568 944568 0 0.0
bss 109500 109500 0 0.0
text 647378 647378 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876492 876492 0 0.0
bss 98680 98680 0 0.0
text 590734 590732 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 922796 922796 0 0.0
bss 99512 99512 0 0.0
text 632390 632390 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983016 983016 0 0.0
bss 107356 107356 0 0.0
text 686332 686332 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994388 994388 0 0.0
bss 111604 111604 0 0.0
text 693850 693852 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052548 1052548 0 0.0
bss 108928 108928 0 0.0
text 731264 731264 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1084092 1084092 0 0.0
bss 120004 120004 0 0.0
text 751542 751542 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934580 934580 0 0.0
bss 99408 99408 0 0.0
text 621888 621888 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899080 899080 0 0.0
bss 99988 99988 0 0.0
text 612584 612582 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881908 881908 0 0.0
bss 98812 98812 0 0.0
text 596358 596358 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869048 869048 0 0.0
bss 98612 98612 0 0.0
text 586784 586784 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744420 744420 0 0.0
bss 97208 97208 0 0.0
text 478832 478832 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879992 879992 0 0.0
bss 98800 98800 0 0.0
text 595096 595098 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865220 865220 0 0.0
bss 98520 98520 0 0.0
text 582422 582424 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890504 890504 0 0.0
bss 98912 98912 0 0.0
text 602508 602510 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 886120 886120 0 0.0
bss 99228 99228 0 0.0
text 597834 597836 2 0.0

@mergify mergify bot merged commit 684b9d6 into project-chip:master Aug 22, 2023
abpoth pushed a commit to abpoth/connectedhomeip that referenced this pull request Aug 25, 2023
* Use 1k stack for main task

* keep 917 at 8k for now
@jmartinez-silabs jmartinez-silabs deleted the fix/silabs_init branch September 5, 2023 15:36
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
* Use 1k stack for main task

* keep 917 at 8k for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants