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

Remove dependency between chip-tool and the nlunit-test #31234

Merged
merged 3 commits into from
Jan 13, 2024

Conversation

jlatusek
Copy link
Contributor

@jlatusek jlatusek commented Jan 3, 2024

This change is related to #29682.

Problem

The chip-tool has in dependency to nlunit-test trought other targets:

$ gn path out/linux-x64-chip-tool/ //third_party/nlunit-test:nlunit-test //examples/chip-tool
//examples/chip-tool:chip-tool --[private]-->
//examples/chip-tool:chip-tool-utils --[public]--> 
//src/app/tests/suites/commands/interaction_model:interaction_model --[public]-->
//src/lib/support:testing --[public]-->
//third_party/nlunit-test:nlunit-test

This causes a problem while replacing the nlunit-test with pigweed ones.
Pigweed unit tests require setting the proper backend for used modules. Without it, the compilation ends up with an error. The build of the chip-tool should not set variables related to unit testing.

Changes

I've split testing into two new targets: testing_nlunit and test_utils. testing_nlunit will be removed entirely after the end of the integration of pigweed tests.

Testing

Ci will test it, the dependency can be check by:

./scripts/build/build_examples.py --target linux-x64-chip-tool build
gn path out/linux-x64-chip-tool/ //third_party/nlunit-test:nlunit-test //examples/chip-tool

Copy link

github-actions bot commented Jan 3, 2024

PR #31234: Size comparison from c7f8ec9 to d2e527b

Decreases (3 builds for linux)
platform target config section c7f8ec9 d2e527b change % change
linux chip-tool debug (read only) 11736097 11736033 -64 -0.0
.rodata 426313 426249 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11457736 11457704 -32 -0.0
.rodata 346864 346832 -32 -0.0
tv-casting-app debug (read only) 9612305 9612289 -16 -0.0
.rodata 363912 363896 -16 -0.0
Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, mbed, psoc6, telink)
platform target config section c7f8ec9 d2e527b change % change
bl602 lighting-app bl602 (read/write) 1418522 1418522 0 0.0
.bss 85224 85224 0 0.0
.data 9416 9416 0 0.0
.rodata 156984 156984 0 0.0
.text 1086250 1086250 0 0.0
bl602+mfd (read/write) 1432994 1432994 0 0.0
.bss 85392 85392 0 0.0
.data 9384 9384 0 0.0
.rodata 155944 155944 0 0.0
.text 1101618 1101618 0 0.0
bl602+rpc (read/write) 1466298 1466298 0 0.0
.bss 93256 93256 0 0.0
.data 9784 9784 0 0.0
.rodata 164600 164600 0 0.0
.text 1117994 1117994 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1183511 1183511 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106356 106356 0 0.0
.text 955936 955936 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1194643 1194643 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105296 105296 0 0.0
.text 968000 968000 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1275527 1275527 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121776 121776 0 0.0
.text 1030998 1030998 0 0.0
bl706-eth (read/write) 1003137 1003137 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99688 99688 0 0.0
.text 748832 748832 0 0.0
bl706-wifi (read/write) 1241410 1241410 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120668 120668 0 0.0
.text 976264 976264 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1153220 1153220 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100360 100360 0 0.0
.text 949062 949062 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1164672 1164672 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99300 99300 0 0.0
.text 961438 961438 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772056 772056 0 0.0
(read/write) 168164 168164 0 0.0
.bss 90500 90500 0 0.0
.data 3460 3460 0 0.0
.rodata 89560 89560 0 0.0
.text 682232 682232 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 788152 788152 0 0.0
(read/write) 178392 178392 0 0.0
.bss 100676 100676 0 0.0
.data 3488 3488 0 0.0
.rodata 83808 83808 0 0.0
.text 704076 704076 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776400 776400 0 0.0
(read/write) 172848 172848 0 0.0
.bss 95132 95132 0 0.0
.data 3488 3488 0 0.0
.rodata 110416 110416 0 0.0
.text 665716 665716 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728992 728992 0 0.0
(read/write) 167160 167160 0 0.0
.bss 89272 89272 0 0.0
.data 3448 3448 0 0.0
.rodata 85136 85136 0 0.0
.text 643592 643592 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714536 714536 0 0.0
(read/write) 167340 167340 0 0.0
.bss 89456 89456 0 0.0
.data 3444 3444 0 0.0
.rodata 80968 80968 0 0.0
.text 633304 633304 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567482 567482 0 0.0
(read/write) 207716 207716 0 0.0
.bss 201180 201180 0 0.0
.data 1412 1412 0 0.0
.rodata 83970 83970 0 0.0
.text 481392 481392 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620802 620802 0 0.0
(read/write) 208112 208112 0 0.0
.bss 201544 201544 0 0.0
.data 1448 1448 0 0.0
.rodata 105834 105834 0 0.0
.text 512848 512848 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561431 561431 0 0.0
.app_xip_area 451617 451617 0 0.0
.bss 64728 64728 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543671 543671 0 0.0
.app_xip_area 429121 429121 0 0.0
.bss 69424 69424 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562399 562399 0 0.0
.app_xip_area 454041 454041 0 0.0
.bss 63344 63344 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557847 557847 0 0.0
.app_xip_area 446265 446265 0 0.0
.bss 66464 66464 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
linux air-purifier-app debug (read only) 2527701 2527701 0 0.0
(read/write) 127240 127240 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179304 179304 0 0.0
.text 2172997 2172997 0 0.0
all-clusters-app debug (read only) 5421889 5421889 0 0.0
(read/write) 456696 456696 0 0.0
.bss 131760 131760 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 313832 313832 0 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1280 1280 0 0.0
.rodata 313052 313052 0 0.0
.text 4697731 4697731 0 0.0
all-clusters-minimal-app debug (read only) 4954409 4954409 0 0.0
(read/write) 234720 234720 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95992 95992 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272461 272461 0 0.0
.text 4449491 4449491 0 0.0
bridge-app debug (read only) 4418529 4418529 0 0.0
(read/write) 215960 215960 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85312 85312 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219157 219157 0 0.0
.text 3980803 3980803 0 0.0
chip-tool debug (read only) 11736097 11736033 -64 -0.0
(read/write) 505872 505872 0 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 399440 399440 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 426313 426249 -64 -0.0
.text 10617283 10617283 0 0.0
chip-tool-ipv6only arm64 (read only) 11457736 11457704 -32 -0.0
(read/write) 573992 573992 0 0.0
.bss 103448 103448 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 438384 438384 0 0.0
.dynamic 512 512 0 0.0
.got 19856 19856 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 346864 346832 -32 -0.0
.text 10240088 10240088 0 0.0
lighting-app debug+rpc+ui (read only) 5304329 5304329 0 0.0
(read/write) 225032 225032 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93728 93728 0 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340340 340340 0 0.0
.text 4719203 4719203 0 0.0
lock-app debug (read only) 4503553 4503553 0 0.0
(read/write) 203680 203680 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79544 79544 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246997 246997 0 0.0
.text 4046531 4046531 0 0.0
ota-provider-app debug (read only) 4167689 4167689 0 0.0
(read/write) 192728 192728 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201269 201269 0 0.0
.text 3774547 3774547 0 0.0
ota-requestor-app debug (read only) 4257145 4257145 0 0.0
(read/write) 197040 197040 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72320 72320 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205077 205077 0 0.0
.text 3855795 3855795 0 0.0
shell debug (read only) 2794137 2794137 0 0.0
(read/write) 152664 152664 0 0.0
.bss 62440 62440 0 0.0
.data 768 768 0 0.0
.data.rel.ro 83656 83656 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 182272 182272 0 0.0
.text 2440562 2440562 0 0.0
thermostat-no-ble arm64 (read only) 4406904 4406904 0 0.0
(read/write) 247664 247664 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102384 102384 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162276 162276 0 0.0
.text 3904232 3904232 0 0.0
tv-app debug (read only) 5403657 5403657 0 0.0
(read/write) 349208 349208 0 0.0
.bss 244608 244608 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92312 92312 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 273141 273141 0 0.0
.text 4892675 4892675 0 0.0
tv-casting-app debug (read only) 9612305 9612289 -16 -0.0
(read/write) 339232 339232 0 0.0
.bss 156384 156384 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 173536 173536 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 363912 363896 -16 -0.0
.text 8782787 8782787 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526328 2526328 0 0.0
.bss 220280 220280 0 0.0
.data 5144 5144 0 0.0
.text 1489012 1489012 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835752 835752 0 0.0
(read/write) 1752580 1752580 0 0.0
.bss 195108 195108 0 0.0
.data 2480 2480 0 0.0
.text 1546604 1546604 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837848 837848 0 0.0
(read/write) 1706508 1706508 0 0.0
.bss 193020 193020 0 0.0
.data 2472 2472 0 0.0
.text 1502628 1502628 0 0.0
light cy8ckit_062s2_43012 (read only) 844536 844536 0 0.0
(read/write) 1631492 1631492 0 0.0
.bss 186444 186444 0 0.0
.data 2360 2360 0 0.0
.text 1434300 1434300 0 0.0
lock cy8ckit_062s2_43012 (read only) 817416 817416 0 0.0
(read/write) 1658388 1658388 0 0.0
.bss 213540 213540 0 0.0
.data 2384 2384 0 0.0
.text 1434076 1434076 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821790 821790 0 0.0
bss 55096 55096 0 0.0
text 614074 614074 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087936 1087936 0 0.0
bss 100504 100504 0 0.0
text 768160 768160 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1084480 1084480 0 0.0
bss 109828 109828 0 0.0
text 753710 753710 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935112 935112 0 0.0
bss 94336 94336 0 0.0
text 647128 647128 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822018 822018 0 0.0
bss 55140 55140 0 0.0
text 614444 614444 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 979112 979112 0 0.0
bss 79124 79124 0 0.0
text 694534 694534 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1093460 1093460 0 0.0
bss 99900 99900 0 0.0
text 770020 770020 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 965736 965736 0 0.0
bss 97388 97388 0 0.0
text 648210 648210 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948788 948788 0 0.0
bss 92444 92444 0 0.0
text 663236 663236 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 880824 880824 0 0.0
bss 69116 69116 0 0.0
text 622454 622454 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821428 821428 0 0.0
bss 57352 57352 0 0.0
text 589330 589330 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705600 705600 0 0.0
bss 73588 73588 0 0.0
text 462094 462094 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823754 823754 0 0.0
bss 55276 55276 0 0.0
text 617188 617188 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878521 878521 0 0.0
bss 60828 60828 0 0.0
text 631070 631070 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845800 845800 0 0.0
bss 57648 57648 0 0.0
text 607796 607796 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840076 840076 0 0.0
bss 58000 58000 0 0.0
text 601830 601830 0 0.0

@jlatusek jlatusek changed the title Move sleeping methods to TimeUtils Remove dependency between chip-tool and the nlunit-test Jan 4, 2024
@jlatusek jlatusek force-pushed the independent-chip-from-tests branch from 31c98c0 to c8db2ef Compare January 4, 2024 06:15
Copy link

github-actions bot commented Jan 4, 2024

PR #31234: Size comparison from 9279628 to c8db2ef

Full report (26 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, mbed, psoc6)
platform target config section 9279628 c8db2ef change % change
bl602 lighting-app bl602 (read/write) 1419130 1419130 0 0.0
.bss 85256 85256 0 0.0
.data 9416 9416 0 0.0
.rodata 156984 156984 0 0.0
.text 1086830 1086830 0 0.0
bl602+mfd (read/write) 1433602 1433602 0 0.0
.bss 85424 85424 0 0.0
.data 9384 9384 0 0.0
.rodata 155944 155944 0 0.0
.text 1102198 1102198 0 0.0
bl602+rpc (read/write) 1466906 1466906 0 0.0
.bss 93288 93288 0 0.0
.data 9784 9784 0 0.0
.rodata 164600 164600 0 0.0
.text 1118574 1118574 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184103 1184103 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106356 106356 0 0.0
.text 956494 956494 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195235 1195235 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105296 105296 0 0.0
.text 968558 968558 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276115 1276115 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121776 121776 0 0.0
.text 1031556 1031556 0 0.0
bl706-eth (read/write) 1003749 1003749 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99688 99688 0 0.0
.text 749412 749412 0 0.0
bl706-wifi (read/write) 1242138 1242138 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120668 120668 0 0.0
.text 976958 976958 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1153808 1153808 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100360 100360 0 0.0
.text 949620 949620 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165260 1165260 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99300 99300 0 0.0
.text 961996 961996 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772456 772456 0 0.0
(read/write) 168180 168180 0 0.0
.bss 90516 90516 0 0.0
.data 3460 3460 0 0.0
.rodata 89560 89560 0 0.0
.text 682632 682632 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 788552 788552 0 0.0
(read/write) 178408 178408 0 0.0
.bss 100692 100692 0 0.0
.data 3488 3488 0 0.0
.rodata 83808 83808 0 0.0
.text 704476 704476 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776800 776800 0 0.0
(read/write) 172864 172864 0 0.0
.bss 95148 95148 0 0.0
.data 3488 3488 0 0.0
.rodata 110416 110416 0 0.0
.text 666116 666116 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 729384 729384 0 0.0
(read/write) 167168 167168 0 0.0
.bss 89280 89280 0 0.0
.data 3448 3448 0 0.0
.rodata 85136 85136 0 0.0
.text 643984 643984 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714904 714904 0 0.0
(read/write) 167356 167356 0 0.0
.bss 89472 89472 0 0.0
.data 3444 3444 0 0.0
.rodata 80968 80968 0 0.0
.text 633672 633672 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567706 567706 0 0.0
(read/write) 207748 207748 0 0.0
.bss 201212 201212 0 0.0
.data 1412 1412 0 0.0
.rodata 83970 83970 0 0.0
.text 481616 481616 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621026 621026 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201576 201576 0 0.0
.data 1448 1448 0 0.0
.rodata 105834 105834 0 0.0
.text 513072 513072 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561863 561863 0 0.0
.app_xip_area 452017 452017 0 0.0
.bss 64760 64760 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544103 544103 0 0.0
.app_xip_area 429521 429521 0 0.0
.bss 69456 69456 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562799 562799 0 0.0
.app_xip_area 454409 454409 0 0.0
.bss 63376 63376 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558271 558271 0 0.0
.app_xip_area 446657 446657 0 0.0
.bss 66496 66496 0 0.0
.data 696 696 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) 2526584 2526584 0 0.0
.bss 220312 220312 0 0.0
.data 5144 5144 0 0.0
.text 1489268 1489268 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835720 835720 0 0.0
(read/write) 1752916 1752916 0 0.0
.bss 195140 195140 0 0.0
.data 2480 2480 0 0.0
.text 1546908 1546908 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1706844 1706844 0 0.0
.bss 193052 193052 0 0.0
.data 2472 2472 0 0.0
.text 1502932 1502932 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1631748 1631748 0 0.0
.bss 186476 186476 0 0.0
.data 2360 2360 0 0.0
.text 1434524 1434524 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1658644 1658644 0 0.0
.bss 213572 213572 0 0.0
.data 2384 2384 0 0.0
.text 1434300 1434300 0 0.0

Copy link

github-actions bot commented Jan 4, 2024

PR #31234: Size comparison from 9279628 to 859c046

Full report (58 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, psoc6, telink)
platform target config section 9279628 859c046 change % change
bl602 lighting-app bl602 (read/write) 1419130 1419130 0 0.0
.bss 85256 85256 0 0.0
.data 9416 9416 0 0.0
.rodata 156984 156984 0 0.0
.text 1086830 1086830 0 0.0
bl602+mfd (read/write) 1433602 1433602 0 0.0
.bss 85424 85424 0 0.0
.data 9384 9384 0 0.0
.rodata 155944 155944 0 0.0
.text 1102198 1102198 0 0.0
bl602+rpc (read/write) 1466906 1466906 0 0.0
.bss 93288 93288 0 0.0
.data 9784 9784 0 0.0
.rodata 164600 164600 0 0.0
.text 1118574 1118574 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184103 1184103 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106356 106356 0 0.0
.text 956494 956494 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195235 1195235 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105296 105296 0 0.0
.text 968558 968558 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276115 1276115 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121776 121776 0 0.0
.text 1031556 1031556 0 0.0
bl706-eth (read/write) 1003749 1003749 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99688 99688 0 0.0
.text 749412 749412 0 0.0
bl706-wifi (read/write) 1242138 1242138 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120668 120668 0 0.0
.text 976958 976958 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1153808 1153808 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100360 100360 0 0.0
.text 949620 949620 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165260 1165260 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99300 99300 0 0.0
.text 961996 961996 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772456 772456 0 0.0
(read/write) 168180 168180 0 0.0
.bss 90516 90516 0 0.0
.data 3460 3460 0 0.0
.rodata 89560 89560 0 0.0
.text 682632 682632 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 788552 788552 0 0.0
(read/write) 178408 178408 0 0.0
.bss 100692 100692 0 0.0
.data 3488 3488 0 0.0
.rodata 83808 83808 0 0.0
.text 704476 704476 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776800 776800 0 0.0
(read/write) 172864 172864 0 0.0
.bss 95148 95148 0 0.0
.data 3488 3488 0 0.0
.rodata 110416 110416 0 0.0
.text 666116 666116 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 729384 729384 0 0.0
(read/write) 167168 167168 0 0.0
.bss 89280 89280 0 0.0
.data 3448 3448 0 0.0
.rodata 85136 85136 0 0.0
.text 643984 643984 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714904 714904 0 0.0
(read/write) 167356 167356 0 0.0
.bss 89472 89472 0 0.0
.data 3444 3444 0 0.0
.rodata 80968 80968 0 0.0
.text 633672 633672 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567706 567706 0 0.0
(read/write) 207748 207748 0 0.0
.bss 201212 201212 0 0.0
.data 1412 1412 0 0.0
.rodata 83970 83970 0 0.0
.text 481616 481616 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621026 621026 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201576 201576 0 0.0
.data 1448 1448 0 0.0
.rodata 105834 105834 0 0.0
.text 513072 513072 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561863 561863 0 0.0
.app_xip_area 452017 452017 0 0.0
.bss 64760 64760 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544103 544103 0 0.0
.app_xip_area 429521 429521 0 0.0
.bss 69456 69456 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562799 562799 0 0.0
.app_xip_area 454409 454409 0 0.0
.bss 63376 63376 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558271 558271 0 0.0
.app_xip_area 446657 446657 0 0.0
.bss 66496 66496 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1139564 1139564 0 0.0
(read/write) 1671948 1671948 0 0.0
.dram0.bss 73024 73024 0 0.0
.dram0.data 12996 12996 0 0.0
.flash.rodata 242056 242056 0 0.0
.flash.text 1139564 1139564 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1184519 1184519 0 0.0
(read/write) 521132 521132 0 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 34004 34004 0 0.0
.flash.rodata 273084 273084 0 0.0
.flash.text 1179135 1179135 0 0.0
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2528949 2528949 0 0.0
(read/write) 127240 127240 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179432 179432 0 0.0
.text 2174117 2174117 0 0.0
all-clusters-app debug (read only) 5424257 5424257 0 0.0
(read/write) 456696 456696 0 0.0
.bss 131760 131760 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 313832 313832 0 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1280 1280 0 0.0
.rodata 313180 313180 0 0.0
.text 4699971 4699971 0 0.0
all-clusters-minimal-app debug (read only) 4956777 4956777 0 0.0
(read/write) 234720 234720 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95992 95992 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272589 272589 0 0.0
.text 4451731 4451731 0 0.0
bridge-app debug (read only) 4419777 4419777 0 0.0
(read/write) 215960 215960 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85312 85312 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219285 219285 0 0.0
.text 3981923 3981923 0 0.0
chip-tool debug (read only) 1173846 1173846 0 0.0
(read/write) 505872 505872 0 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 399440 399440 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 426441 426441 0 0.0
.text 10619523 10619523 0 0.0
chip-tool-ipv6only arm64 (read only) 11459704 11459704 0 0.0
(read/write) 572024 572024 0 0.0
.bss 103448 103448 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 438384 438384 0 0.0
.dynamic 512 512 0 0.0
.got 19856 19856 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 346864 346864 0 0.0
.text 10242056 10242056 0 0.0
lighting-app debug+rpc+ui (read only) 5305577 5305577 0 0.0
(read/write) 225032 225032 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93728 93728 0 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340468 340468 0 0.0
.text 4720323 4720323 0 0.0
lock-app debug (read only) 4504817 4504817 0 0.0
(read/write) 203680 203680 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79544 79544 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247125 247125 0 0.0
.text 4047667 4047667 0 0.0
ota-provider-app debug (read only) 4168953 4168953 0 0.0
(read/write) 192728 192728 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201397 201397 0 0.0
.text 3775683 3775683 0 0.0
ota-requestor-app debug (read only) 4259529 4259529 0 0.0
(read/write) 197040 197040 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72320 72320 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205205 205205 0 0.0
.text 3858051 3858051 0 0.0
shell debug (read only) 2795801 2795801 0 0.0
(read/write) 152664 152664 0 0.0
.bss 62440 62440 0 0.0
.data 768 768 0 0.0
.data.rel.ro 83656 83656 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 182400 182400 0 0.0
.text 2442098 2442098 0 0.0
thermostat-no-ble arm64 (read only) 4408264 4408264 0 0.0
(read/write) 246304 246304 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102384 102384 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162276 162276 0 0.0
.text 3905592 3905592 0 0.0
tv-app debug (read only) 5406025 5406025 0 0.0
(read/write) 349208 349208 0 0.0
.bss 244608 244608 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92312 92312 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 273269 273269 0 0.0
.text 4894915 4894915 0 0.0
tv-casting-app debug (read only) 9614689 9614689 0 0.0
(read/write) 339232 339232 0 0.0
.bss 156384 156384 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 173536 173536 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 364040 364040 0 0.0
.text 8785043 8785043 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526584 2526584 0 0.0
.bss 220312 220312 0 0.0
.data 5144 5144 0 0.0
.text 1489268 1489268 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835720 835720 0 0.0
(read/write) 1752916 1752916 0 0.0
.bss 195140 195140 0 0.0
.data 2480 2480 0 0.0
.text 1546908 1546908 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1706844 1706844 0 0.0
.bss 193052 193052 0 0.0
.data 2472 2472 0 0.0
.text 1502932 1502932 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1631748 1631748 0 0.0
.bss 186476 186476 0 0.0
.data 2360 2360 0 0.0
.text 1434524 1434524 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1658644 1658644 0 0.0
.bss 213572 213572 0 0.0
.data 2384 2384 0 0.0
.text 1434300 1434300 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822054 822054 0 0.0
bss 55104 55104 0 0.0
text 614330 614330 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088424 1088424 0 0.0
bss 100536 100536 0 0.0
text 768616 768616 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1084920 1084920 0 0.0
bss 109860 109860 0 0.0
text 754124 754124 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935400 935400 0 0.0
bss 94368 94368 0 0.0
text 647382 647382 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822282 822282 0 0.0
bss 55148 55148 0 0.0
text 614700 614700 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 979576 979576 0 0.0
bss 79132 79132 0 0.0
text 694992 694992 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1093948 1093948 0 0.0
bss 99932 99932 0 0.0
text 770476 770476 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 966000 966000 0 0.0
bss 97396 97396 0 0.0
text 648466 648466 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 949276 949276 0 0.0
bss 92476 92476 0 0.0
text 663692 663692 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881192 881192 0 0.0
bss 69124 69124 0 0.0
text 622814 622814 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821796 821796 0 0.0
bss 57360 57360 0 0.0
text 589690 589690 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705596 705596 0 0.0
bss 73588 73588 0 0.0
text 462092 462092 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824018 824018 0 0.0
bss 55284 55284 0 0.0
text 617444 617444 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878985 878985 0 0.0
bss 60836 60836 0 0.0
text 631528 631528 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 846168 846168 0 0.0
bss 57656 57656 0 0.0
text 608156 608156 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840340 840340 0 0.0
bss 58008 58008 0 0.0
text 602086 602086 0 0.0

@jlatusek jlatusek force-pushed the independent-chip-from-tests branch from 859c046 to 8313e68 Compare January 11, 2024 09:32
Copy link

github-actions bot commented Jan 11, 2024

PR #31234: Size comparison from d2a13cb to 8b32d6a

Full report (40 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section d2a13cb 8b32d6a change % change
bl602 lighting-app bl602 (read/write) 1419754 1419754 0 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 156996 156996 0 0.0
.text 1087448 1087448 0 0.0
bl602+mfd (read/write) 1434226 1434226 0 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 155956 155956 0 0.0
.text 1102816 1102816 0 0.0
bl602+rpc (read/write) 1467530 1467530 0 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164612 164612 0 0.0
.text 1119192 1119192 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184799 1184799 0 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106368 106368 0 0.0
.text 957112 957112 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195931 1195931 0 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105308 105308 0 0.0
.text 969176 969176 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276735 1276735 0 0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121788 121788 0 0.0
.text 1032174 1032174 0 0.0
bl706-eth (read/write) 1003921 1003921 0 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99700 99700 0 0.0
.text 749518 749518 0 0.0
bl706-wifi (read/write) 1234782 1234782 0 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120680 120680 0 0.0
.text 977622 977622 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1154444 1154444 0 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100372 100372 0 0.0
.text 950238 950238 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165896 1165896 0 0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99312 99312 0 0.0
.text 962614 962614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778056 778056 0 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88840 88840 0 0.0
.text 688952 688952 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794136 794136 0 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83096 83096 0 0.0
.text 710772 710772 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782368 782368 0 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109696 109696 0 0.0
.text 672404 672404 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 734992 734992 0 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84424 84424 0 0.0
.text 650304 650304 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720504 720504 0 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80264 80264 0 0.0
.text 639976 639976 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567938 567938 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 83962 83962 0 0.0
.text 481852 481852 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621298 621298 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105834 105834 0 0.0
.text 513340 513340 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562247 562247 0 0.0
.app_xip_area 452401 452401 0 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544495 544495 0 0.0
.app_xip_area 429913 429913 0 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563183 563183 0 0.0
.app_xip_area 454793 454793 0 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558775 558775 0 0.0
.app_xip_area 447153 447153 0 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1153674 1153674 0 0.0
(read/write) 1669232 1669232 0 0.0
.dram0.bss 71640 71640 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 240000 240000 0 0.0
.flash.text 1153674 1153674 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1199895 1199895 0 0.0
(read/write) 519860 519860 0 0.0
.dram0.bss 78504 78504 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 270304 270304 0 0.0
.flash.text 1193731 1193731 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606648 606648 0 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606112 606112 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 691908 691908 0 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578040 578040 0 0.0
light k32w0+release (read only) 596032 596032 0 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595496 595496 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783728 783728 0 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 660992 660992 0 0.0
lock k32w0+release (read only) 577512 577512 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 576976 576976 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11349984 11349984 0 0.0
(read/write) 575256 575256 0 0.0
.bss 103256 103256 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 441032 441032 0 0.0
.dynamic 512 512 0 0.0
.got 20032 20032 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 340012 340012 0 0.0
.text 10133356 10133356 0 0.0
thermostat-no-ble arm64 (read only) 4354920 4354920 0 0.0
(read/write) 246296 246296 0 0.0
.bss 121624 121624 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102752 102752 0 0.0
.dynamic 512 512 0 0.0
.got 12088 12088 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155772 155772 0 0.0
.text 3856636 3856636 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526976 2526976 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489660 1489660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1070480 1070480 0 0.0
bss 129376 129376 0 0.0
rodata 105632 105632 0 0.0
text 787744 787744 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1196532 1196532 0 0.0
bss 121586 121586 0 0.0
rodata 139352 139352 0 0.0
text 785124 785124 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1041412 1041412 0 0.0
bss 129300 129300 0 0.0
rodata 98900 98900 0 0.0
text 765392 765392 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835728 835728 0 0.0
(read/write) 1754532 1754532 0 0.0
.bss 194996 194996 0 0.0
.data 2616 2616 0 0.0
.text 1548532 1548532 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1707380 1707380 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1503468 1503468 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632292 1632292 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435068 1435068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659196 1659196 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1434852 1434852 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1117784 1117784 0 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630164 630164 0 0.0
lock-app qpg6105+debug (read/write) 1081712 1081712 0 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594088 594088 0 0.0

Copy link

github-actions bot commented Jan 11, 2024

PR #31234: Size comparison from d2a13cb to 9a6ddf7

Decreases (1 build for efr32)
platform target config section d2a13cb 9a6ddf7 change % change
efr32 window-app BRD4187C (read/write) 1138512 1138504 -8 -0.0
.text 968276 968268 -8 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d2a13cb 9a6ddf7 change % change
bl602 lighting-app bl602 (read/write) 1419754 1419754 0 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 156996 156996 0 0.0
.text 1087448 1087448 0 0.0
bl602+mfd (read/write) 1434226 1434226 0 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 155956 155956 0 0.0
.text 1102816 1102816 0 0.0
bl602+rpc (read/write) 1467530 1467530 0 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164612 164612 0 0.0
.text 1119192 1119192 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184799 1184799 0 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106368 106368 0 0.0
.text 957112 957112 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195931 1195931 0 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105308 105308 0 0.0
.text 969176 969176 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276735 1276735 0 0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121788 121788 0 0.0
.text 1032174 1032174 0 0.0
bl706-eth (read/write) 1003921 1003921 0 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99700 99700 0 0.0
.text 749518 749518 0 0.0
bl706-wifi (read/write) 1234782 1234782 0 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120680 120680 0 0.0
.text 977622 977622 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1154444 1154444 0 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100372 100372 0 0.0
.text 950238 950238 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165896 1165896 0 0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99312 99312 0 0.0
.text 962614 962614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778056 778056 0 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88840 88840 0 0.0
.text 688952 688952 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794136 794136 0 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83096 83096 0 0.0
.text 710772 710772 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782368 782368 0 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109696 109696 0 0.0
.text 672404 672404 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 734992 734992 0 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84424 84424 0 0.0
.text 650304 650304 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720504 720504 0 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80264 80264 0 0.0
.text 639976 639976 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567938 567938 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 83962 83962 0 0.0
.text 481852 481852 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621298 621298 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105834 105834 0 0.0
.text 513340 513340 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562247 562247 0 0.0
.app_xip_area 452401 452401 0 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544495 544495 0 0.0
.app_xip_area 429913 429913 0 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563183 563183 0 0.0
.app_xip_area 454793 454793 0 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558775 558775 0 0.0
.app_xip_area 447153 447153 0 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1042128 1042128 0 0.0
.bss 192656 192656 0 0.0
.data 2776 2776 0 0.0
.text 846676 846676 0 0.0
BRD4187C (read/write) 1105232 1105232 0 0.0
.bss 194932 194932 0 0.0
.data 3384 3384 0 0.0
.text 906896 906896 0 0.0
lock-app BRD4161A+wf200 (read/write) 1118148 1118148 0 0.0
.bss 188040 188040 0 0.0
.data 2800 2800 0 0.0
.text 927288 927288 0 0.0
window-app BRD4187C (read/write) 1138512 1138504 -8 -0.0
.bss 166924 166924 0 0.0
.data 3292 3292 0 0.0
.text 968276 968268 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1153674 1153674 0 0.0
(read/write) 1669232 1669232 0 0.0
.dram0.bss 71640 71640 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 240000 240000 0 0.0
.flash.text 1153674 1153674 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1199895 1199895 0 0.0
(read/write) 519860 519860 0 0.0
.dram0.bss 78504 78504 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 270304 270304 0 0.0
.flash.text 1193731 1193731 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606648 606648 0 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606112 606112 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 691908 691908 0 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578040 578040 0 0.0
light k32w0+release (read only) 596032 596032 0 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595496 595496 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783728 783728 0 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 660992 660992 0 0.0
lock k32w0+release (read only) 577512 577512 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 576976 576976 0 0.0
linux air-purifier-app debug (read only) 2535861 2535861 0 0.0
(read/write) 127248 127248 0 0.0
.bss 46272 46272 0 0.0
.data 2144 2144 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 179720 179720 0 0.0
.text 2180693 2180693 0 0.0
all-clusters-app debug (read only) 5433689 5433689 0 0.0
(read/write) 457920 457920 0 0.0
.bss 131184 131184 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 315032 315032 0 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1288 1288 0 0.0
.rodata 314364 314364 0 0.0
.text 4707187 4707187 0 0.0
all-clusters-minimal-app debug (read only) 4963209 4963209 0 0.0
(read/write) 234760 234760 0 0.0
.bss 127280 127280 0 0.0
.data 4384 4384 0 0.0
.data.rel.ro 95992 95992 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 272941 272941 0 0.0
.text 4457763 4457763 0 0.0
bridge-app debug (read only) 4426753 4426753 0 0.0
(read/write) 216032 216032 0 0.0
.bss 117848 117848 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85312 85312 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 219605 219605 0 0.0
.text 3988531 3988531 0 0.0
chip-tool debug (read only) 11776689 11776689 0 0.0
(read/write) 508312 508312 0 0.0
.bss 94200 94200 0 0.0
.data 5058 5058 0 0.0
.data.rel.ro 401816 401816 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 429305 429305 0 0.0
.text 10651043 10651043 0 0.0
chip-tool-ipv6only arm64 (read only) 11349984 11349984 0 0.0
(read/write) 575256 575256 0 0.0
.bss 103256 103256 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 441032 441032 0 0.0
.dynamic 512 512 0 0.0
.got 20032 20032 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 340012 340012 0 0.0
.text 10133356 10133356 0 0.0
lighting-app debug+rpc+ui (read only) 5312649 5312649 0 0.0
(read/write) 225040 225040 0 0.0
.bss 118912 118912 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 93728 93728 0 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 340852 340852 0 0.0
.text 4726963 4726963 0 0.0
lock-app debug (read only) 4512017 4512017 0 0.0
(read/write) 203688 203688 0 0.0
.bss 113312 113312 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 79544 79544 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 247509 247509 0 0.0
.text 4054435 4054435 0 0.0
ota-provider-app debug (read only) 4176009 4176009 0 0.0
(read/write) 192704 192704 0 0.0
.bss 113248 113248 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 201749 201749 0 0.0
.text 3782339 3782339 0 0.0
ota-requestor-app debug (read only) 4266585 4266585 0 0.0
(read/write) 197016 197016 0 0.0
.bss 114144 114144 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 72320 72320 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 205557 205557 0 0.0
.text 3864707 3864707 0 0.0
shell debug (read only) 2804705 2804705 0 0.0
(read/write) 152672 152672 0 0.0
.bss 61864 61864 0 0.0
.data 1344 1344 0 0.0
.data.rel.ro 83656 83656 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 182656 182656 0 0.0
.text 2450674 2450674 0 0.0
thermostat-no-ble arm64 (read only) 4354920 4354920 0 0.0
(read/write) 246296 246296 0 0.0
.bss 121624 121624 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102752 102752 0 0.0
.dynamic 512 512 0 0.0
.got 12088 12088 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155772 155772 0 0.0
.text 3856636 3856636 0 0.0
tv-app debug (read only) 5413305 5413305 0 0.0
(read/write) 349280 349280 0 0.0
.bss 243168 243168 0 0.0
.data 6464 6464 0 0.0
.data.rel.ro 92344 92344 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 273653 273653 0 0.0
.text 4901619 4901619 0 0.0
tv-casting-app debug (read only) 9649145 9649145 0 0.0
(read/write) 340144 340144 0 0.0
.bss 155936 155936 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174432 174432 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 365800 365800 0 0.0
.text 8815363 8815363 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526976 2526976 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489660 1489660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1070480 1070480 0 0.0
bss 129376 129376 0 0.0
rodata 105632 105632 0 0.0
text 787744 787744 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1196532 1196532 0 0.0
bss 121586 121586 0 0.0
rodata 139352 139352 0 0.0
text 785124 785124 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1041412 1041412 0 0.0
bss 129300 129300 0 0.0
rodata 98900 98900 0 0.0
text 765392 765392 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835728 835728 0 0.0
(read/write) 1754532 1754532 0 0.0
.bss 194996 194996 0 0.0
.data 2616 2616 0 0.0
.text 1548532 1548532 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1707380 1707380 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1503468 1503468 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632292 1632292 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435068 1435068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659196 1659196 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1434852 1434852 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1117784 1117784 0 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630164 630164 0 0.0
lock-app qpg6105+debug (read/write) 1081712 1081712 0 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594088 594088 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822390 822390 0 0.0
bss 50916 50916 0 0.0
text 614666 614666 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1089620 1089620 0 0.0
bss 100372 100372 0 0.0
text 769764 769764 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1085288 1085288 0 0.0
bss 109696 109696 0 0.0
text 754486 754486 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935788 935788 0 0.0
bss 93664 93664 0 0.0
text 647792 647792 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822626 822626 0 0.0
bss 50960 50960 0 0.0
text 615036 615036 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 980092 980092 0 0.0
bss 79004 79004 0 0.0
text 695462 695462 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1094316 1094316 0 0.0
bss 99840 99840 0 0.0
text 770860 770860 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 966348 966348 0 0.0
bss 97304 97304 0 0.0
text 648804 648804 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 949680 949680 0 0.0
bss 92348 92348 0 0.0
text 664102 664102 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881528 881528 0 0.0
bss 69032 69032 0 0.0
text 623152 623152 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822180 822180 0 0.0
bss 57276 57276 0 0.0
text 590076 590076 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705632 705632 0 0.0
bss 73568 73568 0 0.0
text 462136 462136 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824354 824354 0 0.0
bss 51096 51096 0 0.0
text 617780 617780 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879361 879361 0 0.0
bss 60744 60744 0 0.0
text 631914 631914 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 846544 846544 0 0.0
bss 57564 57564 0 0.0
text 608542 608542 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840744 840744 0 0.0
bss 57880 57880 0 0.0
text 602496 602496 0 0.0

@jlatusek jlatusek force-pushed the independent-chip-from-tests branch from c7d7fd4 to 9bdffc1 Compare January 11, 2024 12:07
Copy link

github-actions bot commented Jan 11, 2024

PR #31234: Size comparison from d2a13cb to 9bdffc1

Decreases (1 build for efr32)
platform target config section d2a13cb 9bdffc1 change % change
efr32 window-app BRD4187C (read/write) 1138512 1138504 -8 -0.0
.text 968276 968268 -8 -0.0
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section d2a13cb 9bdffc1 change % change
bl602 lighting-app bl602 (read/write) 1419754 1419754 0 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 156996 156996 0 0.0
.text 1087448 1087448 0 0.0
bl602+mfd (read/write) 1434226 1434226 0 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 155956 155956 0 0.0
.text 1102816 1102816 0 0.0
bl602+rpc (read/write) 1467530 1467530 0 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164612 164612 0 0.0
.text 1119192 1119192 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184799 1184799 0 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106368 106368 0 0.0
.text 957112 957112 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195931 1195931 0 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105308 105308 0 0.0
.text 969176 969176 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276735 1276735 0 0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121788 121788 0 0.0
.text 1032174 1032174 0 0.0
bl706-eth (read/write) 1003921 1003921 0 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99700 99700 0 0.0
.text 749518 749518 0 0.0
bl706-wifi (read/write) 1234782 1234782 0 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120680 120680 0 0.0
.text 977622 977622 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1154444 1154444 0 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100372 100372 0 0.0
.text 950238 950238 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165896 1165896 0 0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99312 99312 0 0.0
.text 962614 962614 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778056 778056 0 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88840 88840 0 0.0
.text 688952 688952 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794136 794136 0 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83096 83096 0 0.0
.text 710772 710772 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782368 782368 0 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109696 109696 0 0.0
.text 672404 672404 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 734992 734992 0 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84424 84424 0 0.0
.text 650304 650304 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720504 720504 0 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80264 80264 0 0.0
.text 639976 639976 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567938 567938 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 83962 83962 0 0.0
.text 481852 481852 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621298 621298 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105834 105834 0 0.0
.text 513340 513340 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562247 562247 0 0.0
.app_xip_area 452401 452401 0 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544495 544495 0 0.0
.app_xip_area 429913 429913 0 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563183 563183 0 0.0
.app_xip_area 454793 454793 0 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558775 558775 0 0.0
.app_xip_area 447153 447153 0 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1042128 1042128 0 0.0
.bss 192656 192656 0 0.0
.data 2776 2776 0 0.0
.text 846676 846676 0 0.0
BRD4187C (read/write) 1105232 1105232 0 0.0
.bss 194932 194932 0 0.0
.data 3384 3384 0 0.0
.text 906896 906896 0 0.0
lock-app BRD4161A+wf200 (read/write) 1118148 1118148 0 0.0
.bss 188040 188040 0 0.0
.data 2800 2800 0 0.0
.text 927288 927288 0 0.0
window-app BRD4187C (read/write) 1138512 1138504 -8 -0.0
.bss 166924 166924 0 0.0
.data 3292 3292 0 0.0
.text 968276 968268 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1153674 1153674 0 0.0
(read/write) 1669232 1669232 0 0.0
.dram0.bss 71640 71640 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 240000 240000 0 0.0
.flash.text 1153674 1153674 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1199895 1199895 0 0.0
(read/write) 519860 519860 0 0.0
.dram0.bss 78504 78504 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 270304 270304 0 0.0
.flash.text 1193731 1193731 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606648 606648 0 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606112 606112 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 691908 691908 0 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578040 578040 0 0.0
light k32w0+release (read only) 596032 596032 0 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595496 595496 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783728 783728 0 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 660992 660992 0 0.0
lock k32w0+release (read only) 577512 577512 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 576976 576976 0 0.0
linux air-purifier-app debug (read only) 2535861 2535861 0 0.0
(read/write) 127248 127248 0 0.0
.bss 46272 46272 0 0.0
.data 2144 2144 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 179720 179720 0 0.0
.text 2180693 2180693 0 0.0
all-clusters-app debug (read only) 5433689 5433689 0 0.0
(read/write) 457920 457920 0 0.0
.bss 131184 131184 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 315032 315032 0 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1288 1288 0 0.0
.rodata 314364 314364 0 0.0
.text 4707187 4707187 0 0.0
all-clusters-minimal-app debug (read only) 4963209 4963209 0 0.0
(read/write) 234760 234760 0 0.0
.bss 127280 127280 0 0.0
.data 4384 4384 0 0.0
.data.rel.ro 95992 95992 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 272941 272941 0 0.0
.text 4457763 4457763 0 0.0
bridge-app debug (read only) 4426753 4426753 0 0.0
(read/write) 216032 216032 0 0.0
.bss 117848 117848 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85312 85312 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 219605 219605 0 0.0
.text 3988531 3988531 0 0.0
chip-tool debug (read only) 11776689 11776689 0 0.0
(read/write) 508312 508312 0 0.0
.bss 94200 94200 0 0.0
.data 5058 5058 0 0.0
.data.rel.ro 401816 401816 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 429305 429305 0 0.0
.text 10651043 10651043 0 0.0
chip-tool-ipv6only arm64 (read only) 11349984 11349984 0 0.0
(read/write) 575256 575256 0 0.0
.bss 103256 103256 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 441032 441032 0 0.0
.dynamic 512 512 0 0.0
.got 20032 20032 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 340012 340012 0 0.0
.text 10133356 10133356 0 0.0
lighting-app debug+rpc+ui (read only) 5312649 5312649 0 0.0
(read/write) 225040 225040 0 0.0
.bss 118912 118912 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 93728 93728 0 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 340852 340852 0 0.0
.text 4726963 4726963 0 0.0
lock-app debug (read only) 4512017 4512017 0 0.0
(read/write) 203688 203688 0 0.0
.bss 113312 113312 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 79544 79544 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 247509 247509 0 0.0
.text 4054435 4054435 0 0.0
ota-provider-app debug (read only) 4176009 4176009 0 0.0
(read/write) 192704 192704 0 0.0
.bss 113248 113248 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 201749 201749 0 0.0
.text 3782339 3782339 0 0.0
ota-requestor-app debug (read only) 4266585 4266585 0 0.0
(read/write) 197016 197016 0 0.0
.bss 114144 114144 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 72320 72320 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 205557 205557 0 0.0
.text 3864707 3864707 0 0.0
shell debug (read only) 2804705 2804705 0 0.0
(read/write) 152672 152672 0 0.0
.bss 61864 61864 0 0.0
.data 1344 1344 0 0.0
.data.rel.ro 83656 83656 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 182656 182656 0 0.0
.text 2450674 2450674 0 0.0
thermostat-no-ble arm64 (read only) 4354920 4354920 0 0.0
(read/write) 246296 246296 0 0.0
.bss 121624 121624 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102752 102752 0 0.0
.dynamic 512 512 0 0.0
.got 12088 12088 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155772 155772 0 0.0
.text 3856636 3856636 0 0.0
tv-app debug (read only) 5413305 5413305 0 0.0
(read/write) 349280 349280 0 0.0
.bss 243168 243168 0 0.0
.data 6464 6464 0 0.0
.data.rel.ro 92344 92344 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 273653 273653 0 0.0
.text 4901619 4901619 0 0.0
tv-casting-app debug (read only) 9649145 9649145 0 0.0
(read/write) 340144 340144 0 0.0
.bss 155936 155936 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174432 174432 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 365800 365800 0 0.0
.text 8815363 8815363 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526976 2526976 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489660 1489660 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835728 835728 0 0.0
(read/write) 1754532 1754532 0 0.0
.bss 194996 194996 0 0.0
.data 2616 2616 0 0.0
.text 1548532 1548532 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1707380 1707380 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1503468 1503468 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632292 1632292 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435068 1435068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659196 1659196 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1434852 1434852 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1117784 1117784 0 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630164 630164 0 0.0
lock-app qpg6105+debug (read/write) 1081712 1081712 0 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594088 594088 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822390 822390 0 0.0
bss 50916 50916 0 0.0
text 614666 614666 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1089620 1089620 0 0.0
bss 100372 100372 0 0.0
text 769764 769764 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1085288 1085288 0 0.0
bss 109696 109696 0 0.0
text 754486 754486 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935788 935788 0 0.0
bss 93664 93664 0 0.0
text 647792 647792 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822626 822626 0 0.0
bss 50960 50960 0 0.0
text 615036 615036 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 980092 980092 0 0.0
bss 79004 79004 0 0.0
text 695462 695462 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1094316 1094316 0 0.0
bss 99840 99840 0 0.0
text 770860 770860 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 966348 966348 0 0.0
bss 97304 97304 0 0.0
text 648804 648804 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 949680 949680 0 0.0
bss 92348 92348 0 0.0
text 664102 664102 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881528 881528 0 0.0
bss 69032 69032 0 0.0
text 623152 623152 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822180 822180 0 0.0
bss 57276 57276 0 0.0
text 590076 590076 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705632 705632 0 0.0
bss 73568 73568 0 0.0
text 462136 462136 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824354 824354 0 0.0
bss 51096 51096 0 0.0
text 617780 617780 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879361 879361 0 0.0
bss 60744 60744 0 0.0
text 631914 631914 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 846544 846544 0 0.0
bss 57564 57564 0 0.0
text 608542 608542 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840744 840744 0 0.0
bss 57880 57880 0 0.0
text 602496 602496 0 0.0

Copy link

github-actions bot commented Jan 12, 2024

PR #31234: Size comparison from d2a13cb to 452baa1

Increases (42 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, qpg)
platform target config section d2a13cb 452baa1 change % change
bl602 lighting-app bl602 (read/write) 1419754 1419922 168 0.0
.text 1087448 1087626 178 0.0
bl602+mfd (read/write) 1434226 1434394 168 0.0
.text 1102816 1102994 178 0.0
bl602+rpc (read/write) 1467530 1467698 168 0.0
.text 1119192 1119370 178 0.0
bl702 lighting-app bl702 (read/write) 1184799 1184963 164 0.0
.text 957112 957290 178 0.0
bl702+mfd (read/write) 1195931 1196095 164 0.0
.text 969176 969354 178 0.0
bl706-eth (read/write) 1003921 1004081 160 0.0
.text 749518 749696 178 0.0
bl706-wifi (read/write) 1234782 1234966 184 0.0
.text 977622 977822 200 0.0
bl702l lighting-app bl702l (read/write) 1154444 1154604 160 0.0
.text 950238 950416 178 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778056 778096 40 0.0
.text 688952 689008 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794136 794168 32 0.0
.text 710772 710820 48 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782368 782416 48 0.0
.text 672404 672460 56 0.0
pump-app LP_EM_CC1354P10_6 (read only) 734992 735040 48 0.0
.text 650304 650360 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720504 720552 48 0.0
.text 639976 640032 56 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562247 562303 56 0.0
.app_xip_area 452401 452457 56 0.0
lock cyw930739m2evb_01 (read/write) 544495 544543 48 0.0
.app_xip_area 429913 429961 48 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563183 563215 32 0.0
.app_xip_area 454793 454825 32 0.0
switch cyw930739m2evb_01 (read/write) 558775 558823 48 0.0
.app_xip_area 447153 447201 48 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1042128 1042240 112 0.0
.text 846676 846788 112 0.0
BRD4187C (read/write) 1105232 1105288 56 0.0
.text 906896 906952 56 0.0
lock-app BRD4161A+wf200 (read/write) 1118148 1118204 56 0.0
.text 927288 927344 56 0.0
window-app BRD4187C (read/write) 1138512 1138648 136 0.0
.text 968276 968412 136 0.0
esp32 all-clusters-app c3devkit (read only) 1153674 1153736 62 0.0
.flash.text 1153674 1153736 62 0.0
m5stack (read only) 1199895 1199999 104 0.0
.flash.text 1193731 1193835 104 0.0
k32w contact k32w0+release (read only) 606648 606680 32 0.0
.text 606112 606144 32 0.0
k32w1+release (read/write) 691908 691964 56 0.0
.text 578040 578096 56 0.0
light k32w0+release (read only) 596032 596080 48 0.0
.text 595496 595544 48 0.0
k32w1+release (read/write) 783728 783776 48 0.0
.text 660992 661040 48 0.0
linux air-purifier-app debug (read only) 2535861 2535893 32 0.0
.rodata 179720 179752 32 0.0
all-clusters-app debug (read only) 5433689 5434121 432 0.0
.rodata 314364 314396 32 0.0
.text 4707187 4707635 448 0.0
all-clusters-minimal-app debug (read only) 4963209 4963641 432 0.0
.rodata 272941 272973 32 0.0
.text 4457763 4458211 448 0.0
chip-tool debug .rodata 429305 429337 32 0.0
.text 10651043 10651491 448 0.0
chip-tool-ipv6only arm64 .rodata 340012 340044 32 0.0
.text 10133356 10133804 448 0.0
lock-app debug (read only) 4512017 4512049 32 0.0
.rodata 247509 247541 32 0.0
ota-requestor-app debug (read only) 4266585 4266969 384 0.0
.rodata 205557 205589 32 0.0
.text 3864707 3865155 448 0.0
shell debug (read only) 2804705 2804737 32 0.0
.rodata 182656 182688 32 0.0
tv-app debug (read only) 5413305 5413449 144 0.0
.rodata 273653 273685 32 0.0
.text 4901619 4902067 448 0.0
tv-casting-app debug .rodata 365800 365832 32 0.0
.text 8815363 8815811 448 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1070480 1070524 44 0.0
text 787744 787800 56 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1196532 1196584 52 0.0
text 785124 785184 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1041412 1041448 36 0.0
text 765392 765448 56 0.0
qpg lighting-app qpg6105+debug (read/write) 1117784 1117832 48 0.0
.text 630164 630212 48 0.0
lock-app qpg6105+debug (read/write) 1081712 1081752 40 0.0
.text 594088 594128 40 0.0
Decreases (26 builds for bl602, bl702, bl702l, cc13x4_26x4, esp32, linux, nrfconnect)
platform target config section d2a13cb 452baa1 change % change
bl602 lighting-app bl602 .rodata 156996 156980 -16 -0.0
bl602+mfd .rodata 155956 155940 -16 -0.0
bl602+rpc .rodata 164612 164596 -16 -0.0
bl702 lighting-app bl702 .rodata 106368 106352 -16 -0.0
bl702+mfd .rodata 105308 105292 -16 -0.0
bl702+rpc (read/write) 1276735 1276639 -96 -0.0
.rodata 121788 121772 -16 -0.0
.text 1032174 1032096 -78 -0.0
bl706-eth .rodata 99700 99684 -16 -0.0
bl706-wifi .rodata 120680 120664 -16 -0.0
bl702l lighting-app bl702l .rodata 100372 100356 -16 -0.0
bl702l+mfd (read/write) 1165896 1165800 -96 -0.0
.rodata 99312 99296 -16 -0.0
.text 962614 962536 -78 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .rodata 88840 88824 -16 -0.0
lock-ftd LP_EM_CC1354P10_6 .rodata 83096 83080 -16 -0.0
lock-mtd LP_EM_CC1354P10_6 .rodata 109696 109688 -8 -0.0
pump-app LP_EM_CC1354P10_6 .rodata 84424 84416 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 .rodata 80264 80256 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 519860 519852 -8 -0.0
.flash.rodata 270304 270296 -8 -0.0
linux all-clusters-app debug .data.rel.ro 315032 315016 -16 -0.0
all-clusters-minimal-app debug .data.rel.ro 95992 95976 -16 -0.0
chip-tool debug (read only) 11776689 11770185 -6504 -0.1
(read/write) 508312 505976 -2336 -0.5
.data.rel.ro 401816 399472 -2344 -0.6
chip-tool-ipv6only arm64 (read only) 11349984 11343488 -6496 -0.1
(read/write) 575256 573520 -1736 -0.3
.data.rel.ro 441032 438704 -2328 -0.5
ota-requestor-app debug (read/write) 197016 196984 -32 -0.0
.data.rel.ro 72320 72288 -32 -0.0
tv-app debug (read/write) 349280 349184 -96 -0.0
.data.rel.ro 92344 92248 -96 -0.1
tv-casting-app debug (read only) 9649145 9642929 -6216 -0.1
(read/write) 340144 337904 -2240 -0.7
.data.rel.ro 174432 172192 -2240 -1.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 105632 105628 -4 -0.0
nrf7002dk_nrf5340_cpuapp rodata 139352 139340 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 98900 98888 -12 -0.0
Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section d2a13cb 452baa1 change % change
bl602 lighting-app bl602 (read/write) 1419754 1419922 168 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 156996 156980 -16 -0.0
.text 1087448 1087626 178 0.0
bl602+mfd (read/write) 1434226 1434394 168 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 155956 155940 -16 -0.0
.text 1102816 1102994 178 0.0
bl602+rpc (read/write) 1467530 1467698 168 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164612 164596 -16 -0.0
.text 1119192 1119370 178 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1184799 1184963 164 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106368 106352 -16 -0.0
.text 957112 957290 178 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1195931 1196095 164 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105308 105292 -16 -0.0
.text 969176 969354 178 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276735 1276639 -96 -0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121788 121772 -16 -0.0
.text 1032174 1032096 -78 -0.0
bl706-eth (read/write) 1003921 1004081 160 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99700 99684 -16 -0.0
.text 749518 749696 178 0.0
bl706-wifi (read/write) 1234782 1234966 184 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120680 120664 -16 -0.0
.text 977622 977822 200 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1154444 1154604 160 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100372 100356 -16 -0.0
.text 950238 950416 178 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165896 1165800 -96 -0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99312 99296 -16 -0.0
.text 962614 962536 -78 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778056 778096 40 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88840 88824 -16 -0.0
.text 688952 689008 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794136 794168 32 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83096 83080 -16 -0.0
.text 710772 710820 48 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782368 782416 48 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109696 109688 -8 -0.0
.text 672404 672460 56 0.0
pump-app LP_EM_CC1354P10_6 (read only) 734992 735040 48 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84424 84416 -8 -0.0
.text 650304 650360 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720504 720552 48 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80264 80256 -8 -0.0
.text 639976 640032 56 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567938 567938 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 83962 83962 0 0.0
.text 481852 481852 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621298 621298 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105834 105834 0 0.0
.text 513340 513340 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562247 562303 56 0.0
.app_xip_area 452401 452457 56 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544495 544543 48 0.0
.app_xip_area 429913 429961 48 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563183 563215 32 0.0
.app_xip_area 454793 454825 32 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558775 558823 48 0.0
.app_xip_area 447153 447201 48 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1042128 1042240 112 0.0
.bss 192656 192656 0 0.0
.data 2776 2776 0 0.0
.text 846676 846788 112 0.0
BRD4187C (read/write) 1105232 1105288 56 0.0
.bss 194932 194932 0 0.0
.data 3384 3384 0 0.0
.text 906896 906952 56 0.0
lock-app BRD4161A+wf200 (read/write) 1118148 1118204 56 0.0
.bss 188040 188040 0 0.0
.data 2800 2800 0 0.0
.text 927288 927344 56 0.0
window-app BRD4187C (read/write) 1138512 1138648 136 0.0
.bss 166924 166924 0 0.0
.data 3292 3292 0 0.0
.text 968276 968412 136 0.0
esp32 all-clusters-app c3devkit (read only) 1153674 1153736 62 0.0
(read/write) 1669232 1669232 0 0.0
.dram0.bss 71640 71640 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 240000 240000 0 0.0
.flash.text 1153674 1153736 62 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1199895 1199999 104 0.0
(read/write) 519860 519852 -8 -0.0
.dram0.bss 78504 78504 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 270304 270296 -8 -0.0
.flash.text 1193731 1193835 104 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606648 606680 32 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606112 606144 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 691908 691964 56 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578040 578096 56 0.0
light k32w0+release (read only) 596032 596080 48 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595496 595544 48 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783728 783776 48 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 660992 661040 48 0.0
lock k32w0+release (read only) 577512 577512 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 576976 576976 0 0.0
linux air-purifier-app debug (read only) 2535861 2535893 32 0.0
(read/write) 127248 127248 0 0.0
.bss 46272 46272 0 0.0
.data 2144 2144 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 179720 179752 32 0.0
.text 2180693 2180693 0 0.0
all-clusters-app debug (read only) 5433689 5434121 432 0.0
(read/write) 457920 457920 0 0.0
.bss 131184 131184 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 315032 315016 -16 -0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1288 1288 0 0.0
.rodata 314364 314396 32 0.0
.text 4707187 4707635 448 0.0
all-clusters-minimal-app debug (read only) 4963209 4963641 432 0.0
(read/write) 234760 234760 0 0.0
.bss 127280 127280 0 0.0
.data 4384 4384 0 0.0
.data.rel.ro 95992 95976 -16 -0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 272941 272973 32 0.0
.text 4457763 4458211 448 0.0
bridge-app debug (read only) 4426753 4426753 0 0.0
(read/write) 216032 216032 0 0.0
.bss 117848 117848 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85312 85312 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 219605 219605 0 0.0
.text 3988531 3988531 0 0.0
chip-tool debug (read only) 11776689 11770185 -6504 -0.1
(read/write) 508312 505976 -2336 -0.5
.bss 94200 94200 0 0.0
.data 5058 5058 0 0.0
.data.rel.ro 401816 399472 -2344 -0.6
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 429305 429337 32 0.0
.text 10651043 10651491 448 0.0
chip-tool-ipv6only arm64 (read only) 11349984 11343488 -6496 -0.1
(read/write) 575256 573520 -1736 -0.3
.bss 103256 103256 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 441032 438704 -2328 -0.5
.dynamic 512 512 0 0.0
.got 20032 20032 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 340012 340044 32 0.0
.text 10133356 10133804 448 0.0
lighting-app debug+rpc+ui (read only) 5312649 5312649 0 0.0
(read/write) 225040 225040 0 0.0
.bss 118912 118912 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 93728 93728 0 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 340852 340852 0 0.0
.text 4726963 4726963 0 0.0
lock-app debug (read only) 4512017 4512049 32 0.0
(read/write) 203688 203688 0 0.0
.bss 113312 113312 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 79544 79544 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 247509 247541 32 0.0
.text 4054435 4054435 0 0.0
ota-provider-app debug (read only) 4176009 4176009 0 0.0
(read/write) 192704 192704 0 0.0
.bss 113248 113248 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 201749 201749 0 0.0
.text 3782339 3782339 0 0.0
ota-requestor-app debug (read only) 4266585 4266969 384 0.0
(read/write) 197016 196984 -32 -0.0
.bss 114144 114144 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 72320 72288 -32 -0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 205557 205589 32 0.0
.text 3864707 3865155 448 0.0
shell debug (read only) 2804705 2804737 32 0.0
(read/write) 152672 152672 0 0.0
.bss 61864 61864 0 0.0
.data 1344 1344 0 0.0
.data.rel.ro 83656 83656 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 182656 182688 32 0.0
.text 2450674 2450674 0 0.0
thermostat-no-ble arm64 (read only) 4354920 4354920 0 0.0
(read/write) 246296 246296 0 0.0
.bss 121624 121624 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102752 102752 0 0.0
.dynamic 512 512 0 0.0
.got 12088 12088 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155772 155772 0 0.0
.text 3856636 3856636 0 0.0
tv-app debug (read only) 5413305 5413449 144 0.0
(read/write) 349280 349184 -96 -0.0
.bss 243168 243168 0 0.0
.data 6464 6464 0 0.0
.data.rel.ro 92344 92248 -96 -0.1
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 273653 273685 32 0.0
.text 4901619 4902067 448 0.0
tv-casting-app debug (read only) 9649145 9642929 -6216 -0.1
(read/write) 340144 337904 -2240 -0.7
.bss 155936 155936 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174432 172192 -2240 -1.3
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 365800 365832 32 0.0
.text 8815363 8815811 448 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526976 2526976 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489660 1489660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1070480 1070524 44 0.0
bss 129376 129376 0 0.0
rodata 105632 105628 -4 -0.0
text 787744 787800 56 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1196532 1196584 52 0.0
bss 121586 121586 0 0.0
rodata 139352 139340 -12 -0.0
text 785124 785184 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1041412 1041448 36 0.0
bss 129300 129300 0 0.0
rodata 98900 98888 -12 -0.0
text 765392 765448 56 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835728 835728 0 0.0
(read/write) 1754532 1754532 0 0.0
.bss 194996 194996 0 0.0
.data 2616 2616 0 0.0
.text 1548532 1548532 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1707380 1707380 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1503468 1503468 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632292 1632292 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435068 1435068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659196 1659196 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1434852 1434852 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1117784 1117832 48 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630164 630212 48 0.0
lock-app qpg6105+debug (read/write) 1081712 1081752 40 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594088 594128 40 0.0

@mergify mergify bot merged commit 4676d27 into project-chip:master Jan 13, 2024
57 checks passed
@jlatusek jlatusek deleted the independent-chip-from-tests branch January 15, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants