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

Make test setup functions terminate on error #33002

Merged
merged 2 commits into from
May 6, 2024

Conversation

mbknust
Copy link
Contributor

@mbknust mbknust commented Apr 16, 2024

I changed test setup and teardown functions to take no arguments and return void, because that's what pw_unit_test expects. If an error occurs in the initialization / deinitialization code, I call VerifyOrDie instead of returning an error value.

Followup: VerifyOrDie(...) should be replaced by ASSERT_SOMETHING(...) once transition to pw_unit_test is completed.

EDIT: Following suggestions by @andy31415, the scope was reduced - I will make the necessary methods static and rename some context classes in followup PRs.

Copy link

github-actions bot commented Apr 16, 2024

PR #33002: Size comparison from 7b7af2f to 253a2d2

Decreases (1 build for efr32)
platform target config section 7b7af2f 253a2d2 change % change
efr32 lock-app BRD4338a (read/write) 960116 960108 -8 -0.0
.text 700256 700248 -8 -0.0
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
platform target config section 7b7af2f 253a2d2 change % change
bl602 lighting-app bl602 (read/write) 1443066 1443066 0 0.0
.bss 85440 85440 0 0.0
.data 9504 9504 0 0.0
.rodata 159068 159068 0 0.0
.text 1108398 1108398 0 0.0
bl602+mfd (read/write) 1457490 1457490 0 0.0
.bss 85608 85608 0 0.0
.data 9480 9480 0 0.0
.rodata 158028 158028 0 0.0
.text 1123716 1123716 0 0.0
bl602+rpc (read/write) 1490466 1490466 0 0.0
.bss 93480 93480 0 0.0
.data 9880 9880 0 0.0
.rodata 166644 166644 0 0.0
.text 1139788 1139788 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207927 1207927 0 0.0
.bss 11185 11185 0 0.0
.data 3696 3696 0 0.0
.rodata 108432 108432 0 0.0
.text 977698 977698 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218739 1218739 0 0.0
.bss 11361 11361 0 0.0
.data 3672 3672 0 0.0
.rodata 107372 107372 0 0.0
.text 989452 989452 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1299407 1299407 0 0.0
.bss 19669 19669 0 0.0
.data 4232 4232 0 0.0
.rodata 123804 123804 0 0.0
.text 1052406 1052406 0 0.0
bl706-eth (read/write) 1025193 1025193 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101756 101756 0 0.0
.text 768402 768402 0 0.0
bl706-wifi (read/write) 1259858 1259858 0 0.0
.bss 10645 10645 0 0.0
.data 3696 3696 0 0.0
.rodata 122756 122756 0 0.0
.text 1000292 1000292 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177268 1177268 0 0.0
.bss 16396 16396 0 0.0
.data 5056 5056 0 0.0
.rodata 102436 102436 0 0.0
.text 970564 970564 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188676 1188676 0 0.0
.bss 16572 16572 0 0.0
.data 5040 5040 0 0.0
.rodata 101376 101376 0 0.0
.text 982886 982886 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782812 782812 0 0.0
(read/write) 171632 171632 0 0.0
.bss 93588 93588 0 0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699920 699920 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798796 798796 0 0.0
(read/write) 182104 182104 0 0.0
.bss 104076 104076 0 0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721816 721816 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787564 787564 0 0.0
(read/write) 176224 176224 0 0.0
.bss 98196 98196 0 0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683768 683768 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739876 739876 0 0.0
(read/write) 170592 170592 0 0.0
.bss 92328 92328 0 0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 661320 661320 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725508 725508 0 0.0
(read/write) 170816 170816 0 0.0
.bss 92552 92552 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 651176 651176 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586870 586870 0 0.0
(read/write) 208088 208088 0 0.0
.bss 201316 201316 0 0.0
.data 1648 1648 0 0.0
.rodata 87502 87502 0 0.0
.text 497244 497244 0 0.0
lock CC3235SF_LAUNCHXL (read only) 631678 631678 0 0.0
(read/write) 208344 208344 0 0.0
.bss 201720 201720 0 0.0
.data 1504 1504 0 0.0
.rodata 107854 107854 0 0.0
.text 521704 521704 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569799 569799 0 0.0
.app_xip_area 459733 459733 0 0.0
.bss 64892 64892 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552007 552007 0 0.0
.app_xip_area 437269 437269 0 0.0
.bss 69556 69556 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573111 0 0.0
.app_xip_area 464541 464541 0 0.0
.bss 63436 63436 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565071 565071 0 0.0
.app_xip_area 453317 453317 0 0.0
.bss 66540 66540 0 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1068472 1068472 0 0.0
.bss 179896 179896 0 0.0
.data 3424 3424 0 0.0
.text 885132 885132 0 0.0
lock-app BRD4338a (read/write) 960116 960108 -8 -0.0
.bss 210220 210220 0 0.0
.data 30272 30272 0 0.0
.text 700256 700248 -8 -0.0
window-app BRD4187C (read/write) 1134308 1134308 0 0.0
.bss 164496 164496 0 0.0
.data 3328 3328 0 0.0
.text 966464 966464 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213546 1213546 0 0.0
(read/write) 1750224 1750224 0 0.0
.dram0.bss 74320 74320 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 252752 252752 0 0.0
.flash.text 1213546 1213546 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1256211 1256211 0 0.0
(read/write) 536532 536532 0 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284368 284368 0 0.0
.flash.text 1250047 1250047 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2647093 2647093 0 0.0
(read/write) 130032 130032 0 0.0
.bss 46728 46728 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185392 185392 0 0.0
.text 2282709 2282709 0 0.0
all-clusters-app debug (read only) 5956769 5956769 0 0.0
(read/write) 481512 481512 0 0.0
.bss 135040 135040 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334472 334472 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 351760 351760 0 0.0
.text 5170227 5170227 0 0.0
all-clusters-minimal-app debug (read only) 5236697 5236697 0 0.0
(read/write) 237464 237464 0 0.0
.bss 127872 127872 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98056 98056 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290410 290410 0 0.0
.text 4710163 4710163 0 0.0
bridge-app debug (read only) 4628561 4628561 0 0.0
(read/write) 218344 218344 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230794 230794 0 0.0
.text 4176067 4176067 0 0.0
chip-tool debug (read only) 12084641 12084641 0 0.0
(read/write) 523104 523104 0 0.0
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451449 451449 0 0.0
.text 10924835 10924835 0 0.0
chip-tool-ipv6only arm64 (read only) 11403972 11403972 0 0.0
(read/write) 587232 587232 0 0.0
.bss 103720 103720 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356260 356260 0 0.0
.text 10166024 10166024 0 0.0
lighting-app debug+rpc+ui (read only) 5552641 5552641 0 0.0
(read/write) 227112 227112 0 0.0
.bss 119344 119344 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95376 95376 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354676 354676 0 0.0
.text 4949875 4949875 0 0.0
lock-app debug (read only) 4694457 4694457 0 0.0
(read/write) 205568 205568 0 0.0
.bss 113704 113704 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81000 81000 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256586 256586 0 0.0
.text 4225235 4225235 0 0.0
ota-provider-app debug (read only) 4309905 4309905 0 0.0
(read/write) 194200 194200 0 0.0
.bss 113440 113440 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209642 209642 0 0.0
.text 3905779 3905779 0 0.0
ota-requestor-app debug (read only) 4440721 4440721 0 0.0
(read/write) 198568 198568 0 0.0
.bss 114336 114336 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73536 73536 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215914 215914 0 0.0
.text 4025779 4025779 0 0.0
shell debug (read only) 2923273 2923273 0 0.0
(read/write) 156880 156880 0 0.0
.bss 62512 62512 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87152 87152 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 187872 187872 0 0.0
.text 2560722 2560722 0 0.0
thermostat-no-ble arm64 (read only) 4429100 4429100 0 0.0
(read/write) 246320 246320 0 0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160148 160148 0 0.0
.text 3932408 3932408 0 0.0
tv-app debug (read only) 5766793 5766793 0 0.0
(read/write) 353336 353336 0 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95160 95160 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 294730 294730 0 0.0
.text 5228739 5228739 0 0.0
tv-casting-app debug (read only) 9896849 9896849 0 0.0
(read/write) 342720 342720 0 0.0
.bss 157976 157976 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174848 174848 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384472 384472 0 0.0
.text 9045571 9045571 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534816 2534816 0 0.0
.bss 220480 220480 0 0.0
.data 5216 5216 0 0.0
.text 1497500 1497500 0 0.0
nxp contact k32w0+release (read only) 575116 575116 0 0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574580 574580 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702252 702252 0 0.0
.bss 71184 71184 0 0.0
.data 2856 2856 0 0.0
.text 588832 588832 0 0.0
light k32w0+release (read only) 609056 609056 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608520 608520 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793992 793992 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671840 671840 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832288 832288 0 0.0
(read/write) 1803324 1803324 0 0.0
.bss 198364 198364 0 0.0
.data 2688 2688 0 0.0
.text 1593884 1593884 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835440 835440 0 0.0
(read/write) 1725228 1725228 0 0.0
.bss 195244 195244 0 0.0
.data 2656 2656 0 0.0
.text 1518940 1518940 0 0.0
light cy8ckit_062s2_43012 (read only) 842168 842168 0 0.0
(read/write) 1643940 1643940 0 0.0
.bss 188708 188708 0 0.0
.data 2464 2464 0 0.0
.text 1444380 1444380 0 0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672644 1672644 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1446012 1446012 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132368 1132368 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644752 644752 0 0.0
lock-app qpg6105+debug (read/write) 1092408 1092408 0 0.0
.bss 97244 97244 0 0.0
.data 856 856 0 0.0
.text 604788 604788 0 0.0
stm32 light STM32WB5MM-DK (read/write) 603957 603957 0 0.0
.bss 128428 128428 0 0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384896 384896 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833042 833042 0 0.0
bss 49836 49836 0 0.0
text 624068 624068 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096264 1096264 0 0.0
bss 101520 101520 0 0.0
text 797616 797616 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1057728 1057728 0 0.0
bss 109968 109968 0 0.0
text 771974 771974 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913120 913120 0 0.0
bss 92724 92724 0 0.0
text 655324 655324 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835078 835078 0 0.0
bss 49880 49880 0 0.0
text 626174 626174 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 935864 935864 0 0.0
bss 77492 77492 0 0.0
text 702836 702836 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1089632 1089632 0 0.0
bss 99816 99816 0 0.0
text 793432 793432 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 910316 910316 0 0.0
bss 69160 69160 0 0.0
text 659702 659702 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932908 932908 0 0.0
bss 92428 92428 0 0.0
text 674984 674984 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 832732 832732 0 0.0
bss 58124 58124 0 0.0
text 623270 623270 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 798852 798852 0 0.0
bss 56052 56052 0 0.0
text 598176 598176 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676016 676016 0 0.0
bss 73412 73412 0 0.0
text 461764 461764 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 842802 842802 0 0.0
bss 51508 51508 0 0.0
text 632712 632712 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858565 858565 0 0.0
bss 59676 59676 0 0.0
text 642278 642278 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 824400 824400 0 0.0
bss 56384 56384 0 0.0
text 617728 617728 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 837516 837516 0 0.0
bss 58340 58340 0 0.0
text 625636 625636 0 0.0

Copy link

github-actions bot commented Apr 16, 2024

PR #33002: Size comparison from 7b7af2f to 32e458a

Full report (33 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, mbed, nxp, psoc6, qpg, stm32)
platform target config section 7b7af2f 32e458a change % change
bl602 lighting-app bl602 (read/write) 1443066 1443066 0 0.0
.bss 85440 85440 0 0.0
.data 9504 9504 0 0.0
.rodata 159068 159068 0 0.0
.text 1108398 1108398 0 0.0
bl602+mfd (read/write) 1457490 1457490 0 0.0
.bss 85608 85608 0 0.0
.data 9480 9480 0 0.0
.rodata 158028 158028 0 0.0
.text 1123716 1123716 0 0.0
bl602+rpc (read/write) 1490466 1490466 0 0.0
.bss 93480 93480 0 0.0
.data 9880 9880 0 0.0
.rodata 166644 166644 0 0.0
.text 1139788 1139788 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207927 1207927 0 0.0
.bss 11185 11185 0 0.0
.data 3696 3696 0 0.0
.rodata 108432 108432 0 0.0
.text 977698 977698 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218739 1218739 0 0.0
.bss 11361 11361 0 0.0
.data 3672 3672 0 0.0
.rodata 107372 107372 0 0.0
.text 989452 989452 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1299407 1299407 0 0.0
.bss 19669 19669 0 0.0
.data 4232 4232 0 0.0
.rodata 123804 123804 0 0.0
.text 1052406 1052406 0 0.0
bl706-eth (read/write) 1025193 1025193 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101756 101756 0 0.0
.text 768402 768402 0 0.0
bl706-wifi (read/write) 1259858 1259858 0 0.0
.bss 10645 10645 0 0.0
.data 3696 3696 0 0.0
.rodata 122756 122756 0 0.0
.text 1000292 1000292 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177268 1177268 0 0.0
.bss 16396 16396 0 0.0
.data 5056 5056 0 0.0
.rodata 102436 102436 0 0.0
.text 970564 970564 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188676 1188676 0 0.0
.bss 16572 16572 0 0.0
.data 5040 5040 0 0.0
.rodata 101376 101376 0 0.0
.text 982886 982886 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782812 782812 0 0.0
(read/write) 171632 171632 0 0.0
.bss 93588 93588 0 0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699920 699920 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798796 798796 0 0.0
(read/write) 182104 182104 0 0.0
.bss 104076 104076 0 0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721816 721816 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787564 787564 0 0.0
(read/write) 176224 176224 0 0.0
.bss 98196 98196 0 0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683768 683768 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739876 739876 0 0.0
(read/write) 170592 170592 0 0.0
.bss 92328 92328 0 0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 661320 661320 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725508 725508 0 0.0
(read/write) 170816 170816 0 0.0
.bss 92552 92552 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 651176 651176 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586870 586870 0 0.0
(read/write) 208088 208088 0 0.0
.bss 201316 201316 0 0.0
.data 1648 1648 0 0.0
.rodata 87502 87502 0 0.0
.text 497244 497244 0 0.0
lock CC3235SF_LAUNCHXL (read only) 631678 631678 0 0.0
(read/write) 208344 208344 0 0.0
.bss 201720 201720 0 0.0
.data 1504 1504 0 0.0
.rodata 107854 107854 0 0.0
.text 521704 521704 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569799 569799 0 0.0
.app_xip_area 459733 459733 0 0.0
.bss 64892 64892 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552007 552007 0 0.0
.app_xip_area 437269 437269 0 0.0
.bss 69556 69556 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573111 0 0.0
.app_xip_area 464541 464541 0 0.0
.bss 63436 63436 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565071 565071 0 0.0
.app_xip_area 453317 453317 0 0.0
.bss 66540 66540 0 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534816 2534816 0 0.0
.bss 220480 220480 0 0.0
.data 5216 5216 0 0.0
.text 1497500 1497500 0 0.0
nxp contact k32w0+release (read only) 575116 575116 0 0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574580 574580 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702252 702252 0 0.0
.bss 71184 71184 0 0.0
.data 2856 2856 0 0.0
.text 588832 588832 0 0.0
light k32w0+release (read only) 609056 609056 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608520 608520 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793992 793992 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671840 671840 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832288 832288 0 0.0
(read/write) 1803324 1803324 0 0.0
.bss 198364 198364 0 0.0
.data 2688 2688 0 0.0
.text 1593884 1593884 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835440 835440 0 0.0
(read/write) 1725228 1725228 0 0.0
.bss 195244 195244 0 0.0
.data 2656 2656 0 0.0
.text 1518940 1518940 0 0.0
light cy8ckit_062s2_43012 (read only) 842168 842168 0 0.0
(read/write) 1643940 1643940 0 0.0
.bss 188708 188708 0 0.0
.data 2464 2464 0 0.0
.text 1444380 1444380 0 0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672644 1672644 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1446012 1446012 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132368 1132368 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644752 644752 0 0.0
lock-app qpg6105+debug (read/write) 1092408 1092408 0 0.0
.bss 97244 97244 0 0.0
.data 856 856 0 0.0
.text 604788 604788 0 0.0
stm32 light STM32WB5MM-DK (read/write) 603957 603957 0 0.0
.bss 128428 128428 0 0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384896 384896 0 0.0

Copy link

github-actions bot commented Apr 16, 2024

PR #33002: Size comparison from 9a81bed to 1a54916

Decreases (1 build for efr32)
platform target config section 9a81bed 1a54916 change % change
efr32 lock-app BRD4338a (read/write) 960116 960108 -8 -0.0
.text 700256 700248 -8 -0.0
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
platform target config section 9a81bed 1a54916 change % change
bl602 lighting-app bl602 (read/write) 1443066 1443066 0 0.0
.bss 85440 85440 0 0.0
.data 9504 9504 0 0.0
.rodata 159068 159068 0 0.0
.text 1108398 1108398 0 0.0
bl602+mfd (read/write) 1457490 1457490 0 0.0
.bss 85608 85608 0 0.0
.data 9480 9480 0 0.0
.rodata 158028 158028 0 0.0
.text 1123716 1123716 0 0.0
bl602+rpc (read/write) 1490466 1490466 0 0.0
.bss 93480 93480 0 0.0
.data 9880 9880 0 0.0
.rodata 166644 166644 0 0.0
.text 1139788 1139788 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207927 1207927 0 0.0
.bss 11185 11185 0 0.0
.data 3696 3696 0 0.0
.rodata 108432 108432 0 0.0
.text 977698 977698 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218739 1218739 0 0.0
.bss 11361 11361 0 0.0
.data 3672 3672 0 0.0
.rodata 107372 107372 0 0.0
.text 989452 989452 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1299407 1299407 0 0.0
.bss 19669 19669 0 0.0
.data 4232 4232 0 0.0
.rodata 123804 123804 0 0.0
.text 1052406 1052406 0 0.0
bl706-eth (read/write) 1025193 1025193 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101756 101756 0 0.0
.text 768402 768402 0 0.0
bl706-wifi (read/write) 1259858 1259858 0 0.0
.bss 10645 10645 0 0.0
.data 3696 3696 0 0.0
.rodata 122756 122756 0 0.0
.text 1000292 1000292 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177268 1177268 0 0.0
.bss 16396 16396 0 0.0
.data 5056 5056 0 0.0
.rodata 102436 102436 0 0.0
.text 970564 970564 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188676 1188676 0 0.0
.bss 16572 16572 0 0.0
.data 5040 5040 0 0.0
.rodata 101376 101376 0 0.0
.text 982886 982886 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782812 782812 0 0.0
(read/write) 171632 171632 0 0.0
.bss 93588 93588 0 0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699920 699920 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798796 798796 0 0.0
(read/write) 182104 182104 0 0.0
.bss 104076 104076 0 0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721816 721816 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787564 787564 0 0.0
(read/write) 176224 176224 0 0.0
.bss 98196 98196 0 0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683768 683768 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739876 739876 0 0.0
(read/write) 170592 170592 0 0.0
.bss 92328 92328 0 0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 661320 661320 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725508 725508 0 0.0
(read/write) 170816 170816 0 0.0
.bss 92552 92552 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 651176 651176 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586870 586870 0 0.0
(read/write) 208088 208088 0 0.0
.bss 201316 201316 0 0.0
.data 1648 1648 0 0.0
.rodata 87502 87502 0 0.0
.text 497244 497244 0 0.0
lock CC3235SF_LAUNCHXL (read only) 631678 631678 0 0.0
(read/write) 208344 208344 0 0.0
.bss 201720 201720 0 0.0
.data 1504 1504 0 0.0
.rodata 107854 107854 0 0.0
.text 521704 521704 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569799 569799 0 0.0
.app_xip_area 459733 459733 0 0.0
.bss 64892 64892 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552007 552007 0 0.0
.app_xip_area 437269 437269 0 0.0
.bss 69556 69556 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573111 0 0.0
.app_xip_area 464541 464541 0 0.0
.bss 63436 63436 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565071 565071 0 0.0
.app_xip_area 453317 453317 0 0.0
.bss 66540 66540 0 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1068472 1068472 0 0.0
.bss 179896 179896 0 0.0
.data 3424 3424 0 0.0
.text 885132 885132 0 0.0
lock-app BRD4338a (read/write) 960116 960108 -8 -0.0
.bss 210220 210220 0 0.0
.data 30272 30272 0 0.0
.text 700256 700248 -8 -0.0
window-app BRD4187C (read/write) 1134308 1134308 0 0.0
.bss 164496 164496 0 0.0
.data 3328 3328 0 0.0
.text 966464 966464 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213546 1213546 0 0.0
(read/write) 1750224 1750224 0 0.0
.dram0.bss 74320 74320 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 252752 252752 0 0.0
.flash.text 1213546 1213546 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1256211 1256211 0 0.0
(read/write) 536532 536532 0 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284368 284368 0 0.0
.flash.text 1250047 1250047 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2647093 2647093 0 0.0
(read/write) 130032 130032 0 0.0
.bss 46728 46728 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185392 185392 0 0.0
.text 2282709 2282709 0 0.0
all-clusters-app debug (read only) 5956769 5956769 0 0.0
(read/write) 481512 481512 0 0.0
.bss 135040 135040 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334472 334472 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 351760 351760 0 0.0
.text 5170227 5170227 0 0.0
all-clusters-minimal-app debug (read only) 5236697 5236697 0 0.0
(read/write) 237464 237464 0 0.0
.bss 127872 127872 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98056 98056 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290410 290410 0 0.0
.text 4710163 4710163 0 0.0
bridge-app debug (read only) 4628561 4628561 0 0.0
(read/write) 218344 218344 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230794 230794 0 0.0
.text 4176067 4176067 0 0.0
chip-tool debug (read only) 12084641 12084641 0 0.0
(read/write) 523104 523104 0 0.0
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451449 451449 0 0.0
.text 10924835 10924835 0 0.0
chip-tool-ipv6only arm64 (read only) 11403972 11403972 0 0.0
(read/write) 587232 587232 0 0.0
.bss 103720 103720 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356260 356260 0 0.0
.text 10166024 10166024 0 0.0
lighting-app debug+rpc+ui (read only) 5552641 5552641 0 0.0
(read/write) 227112 227112 0 0.0
.bss 119344 119344 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95376 95376 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354676 354676 0 0.0
.text 4949875 4949875 0 0.0
lock-app debug (read only) 4694457 4694457 0 0.0
(read/write) 205568 205568 0 0.0
.bss 113704 113704 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81000 81000 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256586 256586 0 0.0
.text 4225235 4225235 0 0.0
ota-provider-app debug (read only) 4309905 4309905 0 0.0
(read/write) 194200 194200 0 0.0
.bss 113440 113440 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209642 209642 0 0.0
.text 3905779 3905779 0 0.0
ota-requestor-app debug (read only) 4440721 4440721 0 0.0
(read/write) 198568 198568 0 0.0
.bss 114336 114336 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73536 73536 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215914 215914 0 0.0
.text 4025779 4025779 0 0.0
shell debug (read only) 2923273 2923273 0 0.0
(read/write) 156880 156880 0 0.0
.bss 62512 62512 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87152 87152 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 187872 187872 0 0.0
.text 2560722 2560722 0 0.0
thermostat-no-ble arm64 (read only) 4429100 4429100 0 0.0
(read/write) 246320 246320 0 0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160148 160148 0 0.0
.text 3932408 3932408 0 0.0
tv-app debug (read only) 5766793 5766793 0 0.0
(read/write) 353336 353336 0 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95160 95160 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 294730 294730 0 0.0
.text 5228739 5228739 0 0.0
tv-casting-app debug (read only) 9896849 9896849 0 0.0
(read/write) 342720 342720 0 0.0
.bss 157976 157976 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174848 174848 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384472 384472 0 0.0
.text 9045571 9045571 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534816 2534816 0 0.0
.bss 220480 220480 0 0.0
.data 5216 5216 0 0.0
.text 1497500 1497500 0 0.0
nxp contact k32w0+release (read only) 575116 575116 0 0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574580 574580 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702252 702252 0 0.0
.bss 71184 71184 0 0.0
.data 2856 2856 0 0.0
.text 588832 588832 0 0.0
light k32w0+release (read only) 609056 609056 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608520 608520 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793992 793992 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671840 671840 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832288 832288 0 0.0
(read/write) 1803324 1803324 0 0.0
.bss 198364 198364 0 0.0
.data 2688 2688 0 0.0
.text 1593884 1593884 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835440 835440 0 0.0
(read/write) 1725228 1725228 0 0.0
.bss 195244 195244 0 0.0
.data 2656 2656 0 0.0
.text 1518940 1518940 0 0.0
light cy8ckit_062s2_43012 (read only) 842168 842168 0 0.0
(read/write) 1643940 1643940 0 0.0
.bss 188708 188708 0 0.0
.data 2464 2464 0 0.0
.text 1444380 1444380 0 0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672644 1672644 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1446012 1446012 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132368 1132368 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644752 644752 0 0.0
lock-app qpg6105+debug (read/write) 1092408 1092408 0 0.0
.bss 97244 97244 0 0.0
.data 856 856 0 0.0
.text 604788 604788 0 0.0
stm32 light STM32WB5MM-DK (read/write) 603957 603957 0 0.0
.bss 128428 128428 0 0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384896 384896 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833042 833042 0 0.0
bss 49836 49836 0 0.0
text 624068 624068 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096264 1096264 0 0.0
bss 101520 101520 0 0.0
text 797616 797616 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1057728 1057728 0 0.0
bss 109968 109968 0 0.0
text 771974 771974 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913120 913120 0 0.0
bss 92724 92724 0 0.0
text 655324 655324 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835078 835078 0 0.0
bss 49880 49880 0 0.0
text 626174 626174 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 935864 935864 0 0.0
bss 77492 77492 0 0.0
text 702836 702836 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1089632 1089632 0 0.0
bss 99816 99816 0 0.0
text 793432 793432 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 910316 910316 0 0.0
bss 69160 69160 0 0.0
text 659702 659702 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932908 932908 0 0.0
bss 92428 92428 0 0.0
text 674984 674984 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 832732 832732 0 0.0
bss 58124 58124 0 0.0
text 623270 623270 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 798852 798852 0 0.0
bss 56052 56052 0 0.0
text 598176 598176 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676016 676016 0 0.0
bss 73412 73412 0 0.0
text 461764 461764 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 842802 842802 0 0.0
bss 51508 51508 0 0.0
text 632712 632712 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858565 858565 0 0.0
bss 59676 59676 0 0.0
text 642278 642278 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 824400 824400 0 0.0
bss 56384 56384 0 0.0
text 617728 617728 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 837516 837516 0 0.0
bss 58340 58340 0 0.0
text 625636 625636 0 0.0

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

LoopackTransportManager changes are suspect: we should not convert a class to an odd singleton with all methods static.

Copy link

github-actions bot commented Apr 23, 2024

PR #33002: Size comparison from 9ff29ed to b01ba68

Full report (40 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
platform target config section 9ff29ed b01ba68 change % change
bl602 lighting-app bl602 (read/write) 1442578 1442578 0 0.0
.bss 85448 85448 0 0.0
.data 9512 9512 0 0.0
.rodata 159092 159092 0 0.0
.text 1107870 1107870 0 0.0
bl602+mfd (read/write) 1457002 1457002 0 0.0
.bss 85616 85616 0 0.0
.data 9488 9488 0 0.0
.rodata 158052 158052 0 0.0
.text 1123188 1123188 0 0.0
bl602+rpc (read/write) 1490226 1490226 0 0.0
.bss 93488 93488 0 0.0
.data 9888 9888 0 0.0
.rodata 166660 166660 0 0.0
.text 1139516 1139516 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209255 1209255 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108788 108788 0 0.0
.text 978630 978630 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220075 1220075 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107728 107728 0 0.0
.text 990384 990384 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300743 1300743 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124160 124160 0 0.0
.text 1053338 1053338 0 0.0
bl706-eth (read/write) 1024969 1024969 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101776 101776 0 0.0
.text 768142 768142 0 0.0
bl706-wifi (read/write) 1259646 1259646 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122776 122776 0 0.0
.text 1000050 1000050 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178576 1178576 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102792 102792 0 0.0
.text 971484 971484 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1189992 1189992 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101732 101732 0 0.0
.text 983806 983806 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783684 783684 0 0.0
(read/write) 176668 176668 0 0.0
.bss 98612 98612 0 0.0
.data 3588 3588 0 0.0
.rodata 82964 82964 0 0.0
.text 700452 700452 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799564 799564 0 0.0
(read/write) 187156 187156 0 0.0
.bss 109100 109100 0 0.0
.data 3588 3588 0 0.0
.rodata 76948 76948 0 0.0
.text 722348 722348 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788436 788436 0 0.0
(read/write) 181276 181276 0 0.0
.bss 103220 103220 0 0.0
.data 3588 3588 0 0.0
.rodata 103868 103868 0 0.0
.text 684300 684300 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740684 740684 0 0.0
(read/write) 175644 175644 0 0.0
.bss 97352 97352 0 0.0
.data 3580 3580 0 0.0
.rodata 78628 78628 0 0.0
.text 661788 661788 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726308 726308 0 0.0
(read/write) 175852 175852 0 0.0
.bss 97576 97576 0 0.0
.data 3572 3572 0 0.0
.rodata 74404 74404 0 0.0
.text 651636 651636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586710 586710 0 0.0
(read/write) 208100 208100 0 0.0
.bss 201324 201324 0 0.0
.data 1652 1652 0 0.0
.rodata 87526 87526 0 0.0
.text 497060 497060 0 0.0
lock CC3235SF_LAUNCHXL (read only) 632870 632870 0 0.0
(read/write) 208364 208364 0 0.0
.bss 201728 201728 0 0.0
.data 1516 1516 0 0.0
.rodata 108206 108206 0 0.0
.text 522544 522544 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570359 570359 0 0.0
.app_xip_area 460269 460269 0 0.0
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552575 552575 0 0.0
.app_xip_area 437813 437813 0 0.0
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573111 0 0.0
.app_xip_area 464517 464517 0 0.0
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565559 565559 0 0.0
.app_xip_area 453781 453781 0 0.0
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1214528 1214528 0 0.0
(read/write) 1750984 1750984 0 0.0
.dram0.bss 74360 74360 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253432 253432 0 0.0
.flash.text 1214528 1214528 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1257271 1257271 0 0.0
(read/write) 537356 537356 0 0.0
.dram0.bss 81104 81104 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285136 285136 0 0.0
.flash.text 1251107 1251107 0 0.0
.iram0.text 125403 125403 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11404804 11404804 0 0.0
(read/write) 590496 590496 0 0.0
.bss 103720 103720 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455976 455976 0 0.0
.dynamic 512 512 0 0.0
.got 17104 17104 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356292 356292 0 0.0
.text 10166728 10166728 0 0.0
thermostat-no-ble arm64 (read only) 4434540 4434540 0 0.0
(read/write) 244992 244992 0 0.0
.bss 121976 121976 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 104464 104464 0 0.0
.dynamic 512 512 0 0.0
.got 8720 8720 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 160388 0 0.0
.text 3937208 3937208 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535584 2535584 0 0.0
.bss 220488 220488 0 0.0
.data 5216 5216 0 0.0
.text 1498268 1498268 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1065856 1065856 0 0.0
bss 133119 133119 0 0.0
rodata 103432 103432 0 0.0
text 782088 782088 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226296 1226296 0 0.0
bss 127175 127175 0 0.0
rodata 151384 151384 0 0.0
text 797712 797712 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1013424 1013424 0 0.0
bss 131977 131977 0 0.0
rodata 90696 90696 0 0.0
text 743432 743432 0 0.0
nxp contact k32w0+release (read only) 575676 575676 0 0.0
(read/write) 83140 83140 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575140 575140 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702996 702996 0 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589552 589552 0 0.0
light k32w0+release (read only) 609688 609688 0 0.0
(read/write) 82600 82600 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609152 609152 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794888 794888 0 0.0
.bss 80744 80744 0 0.0
.data 2064 2064 0 0.0
.text 672712 672712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 832272 0 0.0
(read/write) 1804644 1804644 0 0.0
.bss 198380 198380 0 0.0
.data 2688 2688 0 0.0
.text 1595188 1595188 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 835424 0 0.0
(read/write) 1726548 1726548 0 0.0
.bss 195260 195260 0 0.0
.data 2656 2656 0 0.0
.text 1520244 1520244 0 0.0
light cy8ckit_062s2_43012 (read only) 842144 842144 0 0.0
(read/write) 1645284 1645284 0 0.0
.bss 188724 188724 0 0.0
.data 2472 2472 0 0.0
.text 1445700 1445700 0 0.0
lock cy8ckit_062s2_43012 (read only) 815072 815072 0 0.0
(read/write) 1673948 1673948 0 0.0
.bss 215804 215804 0 0.0
.data 2464 2464 0 0.0
.text 1447292 1447292 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1133220 1133220 0 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645600 645600 0 0.0
lock-app qpg6105+debug (read/write) 1093220 1093220 0 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605604 605604 0 0.0
stm32 light STM32WB5MM-DK (read/write) 604809 604809 0 0.0
.bss 128444 128444 0 0.0
.data 688 688 0 0.0
.rodata 80532 80532 0 0.0
.text 385400 385400 0 0.0

@mbknust mbknust force-pushed the app_test_context branch 2 times, most recently from 8e41681 to 726d941 Compare April 23, 2024 12:29
Copy link

github-actions bot commented Apr 23, 2024

PR #33002: Size comparison from 2edcdea to 726d941

Decreases (1 build for efr32)
platform target config section 2edcdea 726d941 change % change
efr32 window-app BRD4187C (read/write) 1135972 1135964 -8 -0.0
.text 968096 968088 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 2edcdea 726d941 change % change
bl602 lighting-app bl602 (read/write) 1442578 1442578 0 0.0
.bss 85448 85448 0 0.0
.data 9512 9512 0 0.0
.rodata 159092 159092 0 0.0
.text 1107870 1107870 0 0.0
bl602+mfd (read/write) 1457002 1457002 0 0.0
.bss 85616 85616 0 0.0
.data 9488 9488 0 0.0
.rodata 158052 158052 0 0.0
.text 1123188 1123188 0 0.0
bl602+rpc (read/write) 1490226 1490226 0 0.0
.bss 93488 93488 0 0.0
.data 9888 9888 0 0.0
.rodata 166660 166660 0 0.0
.text 1139516 1139516 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209255 1209255 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108788 108788 0 0.0
.text 978630 978630 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220075 1220075 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107728 107728 0 0.0
.text 990384 990384 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300743 1300743 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124160 124160 0 0.0
.text 1053338 1053338 0 0.0
bl706-eth (read/write) 1024969 1024969 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101776 101776 0 0.0
.text 768142 768142 0 0.0
bl706-wifi (read/write) 1259646 1259646 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122776 122776 0 0.0
.text 1000050 1000050 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178576 1178576 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102792 102792 0 0.0
.text 971484 971484 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1189992 1189992 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101732 101732 0 0.0
.text 983806 983806 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783684 783684 0 0.0
(read/write) 176668 176668 0 0.0
.bss 98612 98612 0 0.0
.data 3588 3588 0 0.0
.rodata 82964 82964 0 0.0
.text 700452 700452 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799564 799564 0 0.0
(read/write) 187156 187156 0 0.0
.bss 109100 109100 0 0.0
.data 3588 3588 0 0.0
.rodata 76948 76948 0 0.0
.text 722348 722348 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788436 788436 0 0.0
(read/write) 181276 181276 0 0.0
.bss 103220 103220 0 0.0
.data 3588 3588 0 0.0
.rodata 103868 103868 0 0.0
.text 684300 684300 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740684 740684 0 0.0
(read/write) 175644 175644 0 0.0
.bss 97352 97352 0 0.0
.data 3580 3580 0 0.0
.rodata 78628 78628 0 0.0
.text 661788 661788 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726308 726308 0 0.0
(read/write) 175852 175852 0 0.0
.bss 97576 97576 0 0.0
.data 3572 3572 0 0.0
.rodata 74404 74404 0 0.0
.text 651636 651636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586710 586710 0 0.0
(read/write) 208100 208100 0 0.0
.bss 201324 201324 0 0.0
.data 1652 1652 0 0.0
.rodata 87526 87526 0 0.0
.text 497060 497060 0 0.0
lock CC3235SF_LAUNCHXL (read only) 632870 632870 0 0.0
(read/write) 208364 208364 0 0.0
.bss 201728 201728 0 0.0
.data 1516 1516 0 0.0
.rodata 108206 108206 0 0.0
.text 522544 522544 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570359 570359 0 0.0
.app_xip_area 460269 460269 0 0.0
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552575 552575 0 0.0
.app_xip_area 437813 437813 0 0.0
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573111 0 0.0
.app_xip_area 464517 464517 0 0.0
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565559 565559 0 0.0
.app_xip_area 453781 453781 0 0.0
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069600 1069600 0 0.0
.bss 179920 179920 0 0.0
.data 3432 3432 0 0.0
.text 886228 886228 0 0.0
lock-app BRD4338a (read/write) 961956 961956 0 0.0
.bss 210236 210236 0 0.0
.data 30288 30288 0 0.0
.text 702064 702064 0 0.0
window-app BRD4187C (read/write) 1135972 1135964 -8 -0.0
.bss 164520 164520 0 0.0
.data 3336 3336 0 0.0
.text 968096 968088 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1214528 1214528 0 0.0
(read/write) 1750984 1750984 0 0.0
.dram0.bss 74360 74360 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253432 253432 0 0.0
.flash.text 1214528 1214528 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1257271 1257271 0 0.0
(read/write) 537356 537356 0 0.0
.dram0.bss 81104 81104 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285136 285136 0 0.0
.flash.text 1251107 1251107 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2649037 2649037 0 0.0
(read/write) 130064 130064 0 0.0
.bss 46728 46728 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75112 75112 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185072 185072 0 0.0
.text 2284853 2284853 0 0.0
all-clusters-app debug (read only) 5963921 5963921 0 0.0
(read/write) 481704 481704 0 0.0
.bss 135040 135040 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334664 334664 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352016 352016 0 0.0
.text 5176643 5176643 0 0.0
all-clusters-minimal-app debug (read only) 5243897 5243897 0 0.0
(read/write) 237656 237656 0 0.0
.bss 127872 127872 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98248 98248 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290666 290666 0 0.0
.text 4716627 4716627 0 0.0
bridge-app debug (read only) 4635153 4635153 0 0.0
(read/write) 218568 218568 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 87200 87200 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230890 230890 0 0.0
.text 4182083 4182083 0 0.0
chip-tool debug (read only) 12086153 12086153 0 0.0
(read/write) 523136 523136 0 0.0
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416032 416032 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451353 451353 0 0.0
.text 10926323 10926323 0 0.0
chip-tool-ipv6only arm64 (read only) 11405268 11405268 0 0.0
(read/write) 590040 590040 0 0.0
.bss 103720 103720 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455976 455976 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356276 356276 0 0.0
.text 10167192 10167192 0 0.0
lighting-app debug+rpc+ui (read only) 5558689 5558689 0 0.0
(read/write) 227336 227336 0 0.0
.bss 119344 119344 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 95568 95568 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354804 354804 0 0.0
.text 4955315 4955315 0 0.0
lock-app debug (read only) 4701065 4701065 0 0.0
(read/write) 205792 205792 0 0.0
.bss 113704 113704 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 81192 81192 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256746 256746 0 0.0
.text 4231203 4231203 0 0.0
ota-provider-app debug (read only) 4310825 4310825 0 0.0
(read/write) 194232 194232 0 0.0
.bss 113440 113440 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70480 70480 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209514 209514 0 0.0
.text 3906707 3906707 0 0.0
ota-requestor-app debug (read only) 4441449 4441449 0 0.0
(read/write) 198600 198600 0 0.0
.bss 114336 114336 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73584 73584 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215594 215594 0 0.0
.text 4026707 4026707 0 0.0
shell debug (read only) 2931985 2931985 0 0.0
(read/write) 157072 157072 0 0.0
.bss 62512 62512 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87344 87344 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188384 188384 0 0.0
.text 2568370 2568370 0 0.0
thermostat-no-ble arm64 (read only) 4434540 4434540 0 0.0
(read/write) 244992 244992 0 0.0
.bss 121976 121976 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 104464 104464 0 0.0
.dynamic 512 512 0 0.0
.got 8720 8720 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 160388 0 0.0
.text 3937208 3937208 0 0.0
tv-app debug (read only) 5775009 5775009 0 0.0
(read/write) 353560 353560 0 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95368 95368 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295242 295242 0 0.0
.text 5235891 5235891 0 0.0
tv-casting-app debug (read only) 9900753 9900753 0 0.0
(read/write) 342784 342784 0 0.0
.bss 157976 157976 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174896 174896 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384536 384536 0 0.0
.text 9049219 9049219 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535584 2535584 0 0.0
.bss 220488 220488 0 0.0
.data 5216 5216 0 0.0
.text 1498268 1498268 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1065856 1065856 0 0.0
bss 133119 133119 0 0.0
rodata 103432 103432 0 0.0
text 782088 782088 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226296 1226296 0 0.0
bss 127175 127175 0 0.0
rodata 151384 151384 0 0.0
text 797712 797712 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1013424 1013424 0 0.0
bss 131977 131977 0 0.0
rodata 90696 90696 0 0.0
text 743432 743432 0 0.0
nxp contact k32w0+release (read only) 575676 575676 0 0.0
(read/write) 83140 83140 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575140 575140 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702996 702996 0 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589552 589552 0 0.0
light k32w0+release (read only) 609688 609688 0 0.0
(read/write) 82600 82600 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609152 609152 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794888 794888 0 0.0
.bss 80744 80744 0 0.0
.data 2064 2064 0 0.0
.text 672712 672712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 832272 0 0.0
(read/write) 1804644 1804644 0 0.0
.bss 198380 198380 0 0.0
.data 2688 2688 0 0.0
.text 1595188 1595188 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 835424 0 0.0
(read/write) 1726548 1726548 0 0.0
.bss 195260 195260 0 0.0
.data 2656 2656 0 0.0
.text 1520244 1520244 0 0.0
light cy8ckit_062s2_43012 (read only) 842144 842144 0 0.0
(read/write) 1645284 1645284 0 0.0
.bss 188724 188724 0 0.0
.data 2472 2472 0 0.0
.text 1445700 1445700 0 0.0
lock cy8ckit_062s2_43012 (read only) 815072 815072 0 0.0
(read/write) 1673948 1673948 0 0.0
.bss 215804 215804 0 0.0
.data 2464 2464 0 0.0
.text 1447292 1447292 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1133220 1133220 0 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645600 645600 0 0.0
lock-app qpg6105+debug (read/write) 1093220 1093220 0 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605604 605604 0 0.0
stm32 light STM32WB5MM-DK (read/write) 604809 604809 0 0.0
.bss 128444 128444 0 0.0
.data 688 688 0 0.0
.rodata 80532 80532 0 0.0
.text 385400 385400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833942 833942 0 0.0
bss 49856 49856 0 0.0
text 624610 624610 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1097020 1097020 0 0.0
bss 101540 101540 0 0.0
text 798010 798010 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058476 1058476 0 0.0
bss 109988 109988 0 0.0
text 772372 772372 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913996 913996 0 0.0
bss 92744 92744 0 0.0
text 655852 655852 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835962 835962 0 0.0
bss 49900 49900 0 0.0
text 626710 626710 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936636 936636 0 0.0
bss 77512 77512 0 0.0
text 703252 703252 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090508 1090508 0 0.0
bss 99836 99836 0 0.0
text 793954 793954 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911216 911216 0 0.0
bss 69180 69180 0 0.0
text 660246 660246 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932848 932848 0 0.0
bss 92448 92448 0 0.0
text 674888 674888 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833520 833520 0 0.0
bss 58144 58144 0 0.0
text 623710 623710 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799640 799640 0 0.0
bss 56072 56072 0 0.0
text 598616 598616 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676128 676128 0 0.0
bss 73424 73424 0 0.0
text 461864 461864 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843694 843694 0 0.0
bss 51528 51528 0 0.0
text 633242 633242 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858521 858521 0 0.0
bss 59696 59696 0 0.0
text 642200 642200 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825188 825188 0 0.0
bss 56404 56404 0 0.0
text 618166 618166 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838408 838408 0 0.0
bss 58360 58360 0 0.0
text 626174 626174 0 0.0

@mbknust mbknust changed the title Adapt test context classes to prepare for pw_unit_test migration. Make test setup functions terminate on error Apr 23, 2024
@mbknust mbknust marked this pull request as ready for review April 23, 2024 12:55
@cecille
Copy link
Contributor

cecille commented Apr 23, 2024

@Alami-Amine - FYI

@github-actions github-actions bot added the icd Intermittently Connected Devices label May 6, 2024
Copy link

github-actions bot commented May 6, 2024

PR #33002: Size comparison from 062e063 to a513155

Decreases (2 builds for efr32)
platform target config section 062e063 a513155 change % change
efr32 lock-app BRD4338a (read/write) 962060 962052 -8 -0.0
.text 700184 700176 -8 -0.0
window-app BRD4187C (read/write) 1137520 1137512 -8 -0.0
.text 969556 969548 -8 -0.0
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
platform target config section 062e063 a513155 change % change
bl602 lighting-app bl602 (read/write) 1444358 1444358 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109240 1109240 0 0.0
bl602+mfd (read/write) 1458782 1458782 0 0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124558 1124558 0 0.0
bl602+rpc (read/write) 1492006 1492006 0 0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140886 1140886 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210047 1210047 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979384 979384 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220887 1220887 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991138 991138 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301535 1301535 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054092 1054092 0 0.0
bl706-eth (read/write) 1026469 1026469 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769238 769238 0 0.0
bl706-wifi (read/write) 1261922 1261922 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001916 1001916 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179388 1179388 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972238 972238 0 0.0
bl702l+mfd (read/write) 1191296 1191296 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984560 984560 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798356 798356 0 0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713168 713168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813648 813648 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734832 734832 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802932 802932 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696840 696840 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755212 755212 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674368 674368 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740900 740900 0 0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664272 664272 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605438 605438 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89574 89574 0 0.0
.text 513740 513740 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651326 651326 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110334 110334 0 0.0
.text 538872 538872 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571551 571551 0 0.0
.app_xip_area 461437 461437 0 0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553647 553647 0 0.0
.app_xip_area 438861 438861 0 0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574279 574279 0 0.0
.app_xip_area 465661 465661 0 0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566855 566855 0 0.0
.app_xip_area 455053 455053 0 0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070820 1070820 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887360 887360 0 0.0
lock-app BRD4338a (read/write) 962060 962052 -8 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700184 700176 -8 -0.0
window-app BRD4187C (read/write) 1137520 1137512 -8 -0.0
.bss 164608 164608 0 0.0
.data 3336 3336 0 0.0
.text 969556 969548 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1214950 1214950 0 0.0
(read/write) 1751296 1751296 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253520 253520 0 0.0
.flash.text 1214950 1214950 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256655 1256655 0 0.0
(read/write) 537708 537708 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285248 285248 0 0.0
.flash.text 1250491 1250491 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713421 2713421 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186352 186352 0 0.0
.text 2344133 2344133 0 0.0
all-clusters-app debug (read only) 6026009 6026009 0 0.0
(read/write) 483976 483976 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335960 335960 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 353072 353072 0 0.0
.text 5234291 5234291 0 0.0
all-clusters-minimal-app debug (read only) 5309529 5309529 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 291978 291978 0 0.0
.text 4777715 4777715 0 0.0
bridge-app debug (read only) 4700153 4700153 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232426 232426 0 0.0
.text 4242307 4242307 0 0.0
chip-tool debug (read only) 1214514 1214514 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981427 10981427 0 0.0
chip-tool-ipv6only arm64 (read only) 11473604 11473604 0 0.0
(read/write) 591600 591600 0 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 1023151 1023151 0 0.0
lighting-app debug+rpc+ui (read only) 5623745 5623745 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356276 356276 0 0.0
.text 5015619 5015619 0 0.0
lock-app debug (read only) 4767193 4767193 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258346 258346 0 0.0
.text 4292499 4292499 0 0.0
ota-provider-app debug (read only) 4375033 4375033 0 0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211178 211178 0 0.0
.text 3966163 3966163 0 0.0
ota-requestor-app debug (read only) 4505737 4505737 0 0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217258 217258 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997553 2997553 0 0.0
(read/write) 159408 159408 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88640 88640 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189984 189984 0 0.0
.text 2628610 2628610 0 0.0
thermostat-no-ble arm64 (read only) 4493948 4493948 0 0.0
(read/write) 248008 248008 0 0.0
.bss 122984 122984 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990872 3990872 0 0.0
tv-app debug (read only) 5823329 5823329 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296554 296554 0 0.0
.text 5280643 5280643 0 0.0
tv-casting-app debug (read only) 9983769 9983769 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386648 386648 0 0.0
.text 9126275 9126275 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536744 2536744 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499428 1499428 0 0.0
nxp contact k32w0+release (read only) 576508 576508 0 0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 575972 575972 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704004 704004 0 0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590536 590536 0 0.0
light k32w0+release (read only) 610568 610568 0 0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610032 610032 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795848 795848 0 0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673656 673656 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826836 1826836 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611396 1611396 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748108 1748108 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535764 1535764 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666572 1666572 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1460948 1460948 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695220 1695220 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462532 1462532 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134164 1134164 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646544 646544 0 0.0
lock-app qpg6105+debug (read/write) 1094012 1094012 0 0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606396 606396 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605817 605817 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386376 386376 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834066 834066 0 0.0
bss 49876 49876 0 0.0
text 624732 624732 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096456 1096456 0 0.0
bss 101544 101544 0 0.0
text 797450 797450 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058924 1058924 0 0.0
bss 110040 110040 0 0.0
text 772770 772770 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914564 914564 0 0.0
bss 92796 92796 0 0.0
text 656372 656372 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836418 836418 0 0.0
bss 49920 49920 0 0.0
text 627152 627152 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937240 937240 0 0.0
bss 77532 77532 0 0.0
text 703806 703806 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090956 1090956 0 0.0
bss 99888 99888 0 0.0
text 794358 794358 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911536 911536 0 0.0
bss 69200 69200 0 0.0
text 660550 660550 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933368 933368 0 0.0
bss 92500 92500 0 0.0
text 675358 675358 0 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833984 833984 0 0.0
bss 58164 58164 0 0.0
text 624158 624158 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800096 800096 0 0.0
bss 56092 56092 0 0.0
text 599060 599060 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676064 676064 0 0.0
bss 73412 73412 0 0.0
text 461748 461748 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844286 844286 0 0.0
bss 51548 51548 0 0.0
text 633820 633820 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858937 858937 0 0.0
bss 59716 59716 0 0.0
text 642600 642600 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825660 825660 0 0.0
bss 56424 56424 0 0.0
text 618622 618622 0 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838680 838680 0 0.0
bss 58380 58380 0 0.0
text 626426 626426 0 0.0

Copy link

github-actions bot commented May 6, 2024

PR #33002: Size comparison from d19798c to e22bca8

Decreases (2 builds for efr32)
platform target config section d19798c e22bca8 change % change
efr32 lock-app BRD4338a (read/write) 962060 962052 -8 -0.0
.text 700184 700176 -8 -0.0
window-app BRD4187C (read/write) 1137520 1137512 -8 -0.0
.text 969556 969548 -8 -0.0
Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section d19798c e22bca8 change % change
bl602 lighting-app bl602 (read/write) 1444358 1444358 0 0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109240 1109240 0 0.0
bl602+mfd (read/write) 1458782 1458782 0 0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124558 1124558 0 0.0
bl602+rpc (read/write) 1492006 1492006 0 0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140886 1140886 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210047 1210047 0 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979384 979384 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220887 1220887 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991138 991138 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301535 1301535 0 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054092 1054092 0 0.0
bl706-eth (read/write) 1026469 1026469 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769238 769238 0 0.0
bl706-wifi (read/write) 1261922 1261922 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001916 1001916 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179388 1179388 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972238 972238 0 0.0
bl702l+mfd (read/write) 1191296 1191296 0 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984560 984560 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798356 798356 0 0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713168 713168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813648 813648 0 0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734832 734832 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802932 802932 0 0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696840 696840 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755212 755212 0 0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674368 674368 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740900 740900 0 0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664272 664272 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605438 605438 0 0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89574 89574 0 0.0
.text 513740 513740 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651326 651326 0 0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110334 110334 0 0.0
.text 538872 538872 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571551 571551 0 0.0
.app_xip_area 461437 461437 0 0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553647 553647 0 0.0
.app_xip_area 438861 438861 0 0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574279 574279 0 0.0
.app_xip_area 465661 465661 0 0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566855 566855 0 0.0
.app_xip_area 455053 455053 0 0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070820 1070820 0 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887360 887360 0 0.0
lock-app BRD4338a (read/write) 962060 962052 -8 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700184 700176 -8 -0.0
window-app BRD4187C (read/write) 1137520 1137512 -8 -0.0
.bss 164608 164608 0 0.0
.data 3336 3336 0 0.0
.text 969556 969548 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1214950 1214950 0 0.0
(read/write) 1751296 1751296 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253520 253520 0 0.0
.flash.text 1214950 1214950 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256655 1256655 0 0.0
(read/write) 537708 537708 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285248 285248 0 0.0
.flash.text 1250491 1250491 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713421 2713421 0 0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186352 186352 0 0.0
.text 2344133 2344133 0 0.0
all-clusters-app debug (read only) 6026009 6026009 0 0.0
(read/write) 483976 483976 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335960 335960 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 353072 353072 0 0.0
.text 5234291 5234291 0 0.0
all-clusters-minimal-app debug (read only) 5309529 5309529 0 0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 291978 291978 0 0.0
.text 4777715 4777715 0 0.0
bridge-app debug (read only) 4700153 4700153 0 0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232426 232426 0 0.0
.text 4242307 4242307 0 0.0
chip-tool debug (read only) 1214514 1214514 0 0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981427 10981427 0 0.0
chip-tool-ipv6only arm64 (read only) 11473604 11473604 0 0.0
(read/write) 591600 591600 0 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 1023151 1023151 0 0.0
lighting-app debug+rpc+ui (read only) 5623745 5623745 0 0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356276 356276 0 0.0
.text 5015619 5015619 0 0.0
lock-app debug (read only) 4767193 4767193 0 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258346 258346 0 0.0
.text 4292499 4292499 0 0.0
ota-provider-app debug (read only) 4375033 4375033 0 0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211178 211178 0 0.0
.text 3966163 3966163 0 0.0
ota-requestor-app debug (read only) 4505737 4505737 0 0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217258 217258 0 0.0
.text 4086243 4086243 0 0.0
shell debug (read only) 2997553 2997553 0 0.0
(read/write) 159408 159408 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88640 88640 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189984 189984 0 0.0
.text 2628610 2628610 0 0.0
thermostat-no-ble arm64 (read only) 4493948 4493948 0 0.0
(read/write) 248008 248008 0 0.0
.bss 122984 122984 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990872 3990872 0 0.0
tv-app debug (read only) 5823329 5823329 0 0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296554 296554 0 0.0
.text 5280643 5280643 0 0.0
tv-casting-app debug (read only) 9983769 9983769 0 0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386648 386648 0 0.0
.text 9126275 9126275 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536744 2536744 0 0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499428 1499428 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060320 1060320 0 0.0
bss 139123 139123 0 0.0
rodata 101552 101552 0 0.0
text 772428 772428 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237840 1237840 0 0.0
bss 137419 137419 0 0.0
rodata 151400 151400 0 0.0
text 798992 798992 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008112 1008112 0 0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 733980 733980 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826836 1826836 0 0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611396 1611396 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748108 1748108 0 0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535764 1535764 0 0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666572 1666572 0 0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1460948 1460948 0 0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695220 1695220 0 0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462532 1462532 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1134164 1134164 0 0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646544 646544 0 0.0
lock-app qpg6105+debug (read/write) 1094012 1094012 0 0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606396 606396 0 0.0
stm32 light STM32WB5MM-DK (read/write) 605817 605817 0 0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386376 386376 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834098 0 0.0
bss 49876 49876 0 0.0
text 624764 624764 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096480 1096480 0 0.0
bss 101544 101544 0 0.0
text 797478 797478 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058956 0 0.0
bss 110040 110040 0 0.0
text 772798 772798 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914596 914596 0 0.0
bss 92796 92796 0 0.0
text 656400 656400 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836450 836450 0 0.0
bss 49920 49920 0 0.0
text 627184 627184 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937280 937280 0 0.0
bss 77532 77532 0 0.0
text 703846 703846 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090796 1090796 0 0.0
bss 99868 99868 0 0.0
text 794274 794274 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911576 911576 0 0.0
bss 69200 69200 0 0.0
text 660590 660590 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933400 0 0.0
bss 92508 92508 0 0.0
text 675386 675386 0 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 831048 831048 0 0.0
bss 58164 58164 0 0.0
text 621228 621228 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800144 800144 0 0.0
bss 56100 56100 0 0.0
text 599100 599100 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676092 676092 0 0.0
bss 73412 73412 0 0.0
text 461776 461776 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844318 0 0.0
bss 51548 51548 0 0.0
text 633852 633852 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858977 0 0.0
bss 59716 59716 0 0.0
text 642640 642640 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825700 825700 0 0.0
bss 56424 56424 0 0.0
text 618662 618662 0 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 835744 835744 0 0.0
bss 58380 58380 0 0.0
text 623496 623496 0 0.0

@mergify mergify bot merged commit 3c5b92c into project-chip:master May 6, 2024
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants