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 use of IMEngine Singleton in EventManagement #33577

Closed
wants to merge 925 commits into from

Conversation

yyzhong-g
Copy link
Contributor

This PR is to decouple EventManagement with IMEngine singleton.

  • Inject EventManagement into ReportingEngine so it doesn't look for the global instance.
  • Creates EventScheduler interface and inject into EventManagement to schedule events.

Created the EventScheduler to avoid both classes depends on each others. Also both classes are injected during Init call and takes the global one if not provided.

This is beneficial and allow us to have in-process testing (e.g. one client and one server running in parallel as different IM engines).

@github-actions github-actions bot added the app label May 23, 2024
Copy link

github-actions bot commented May 23, 2024

PR #33577: Size comparison from b398fb4 to 9e09780

Increases above 0.2%:

platform target config section b398fb4 9e09780 change % change
linux chip-tool-ipv6only arm64 (read/write) 589912 592312 2400 0.4
Increases (79 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b398fb4 9e09780 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446886 672 0.0
.bss 85896 85912 16 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111292 618 0.1
bl602+mfd (read/write) 1460646 1461326 680 0.0
.bss 86072 86088 16 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126610 618 0.1
bl602+rpc (read/write) 1493878 1494558 680 0.0
.bss 93944 93960 16 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142938 618 0.1
bl702 lighting-app bl702 (read/write) 1212107 1212783 676 0.1
.rodata 109024 109064 40 0.0
.text 981120 981738 618 0.1
bl702+mfd (read/write) 1223195 1223867 672 0.1
.rodata 107964 108004 40 0.0
.text 993130 993748 618 0.1
bl702+rpc (read/write) 1303571 1304247 676 0.1
.rodata 124396 124436 40 0.0
.text 1055828 1056446 618 0.1
bl706-eth (read/write) 1029213 1029885 672 0.1
.rodata 102080 102120 40 0.0
.text 771642 772260 618 0.1
bl706-wifi (read/write) 1263286 1263982 696 0.1
.rodata 123160 123200 40 0.0
.text 1002852 1003490 638 0.1
bl702l lighting-app bl702l (read/write) 1181684 1182356 672 0.1
.rodata 103028 103068 40 0.0
.text 974234 974852 618 0.1
bl702l+mfd (read/write) 1193600 1193764 164 0.0
.rodata 101968 102008 40 0.0
.text 986556 987174 618 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798868 128 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.rodata 85204 85220 16 0.0
.text 713272 713384 112 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814096 136 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.rodata 78776 78792 16 0.0
.text 734920 735040 120 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803436 128 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.rodata 106100 106116 16 0.0
.text 696944 697056 112 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755748 136 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.rodata 80852 80876 24 0.0
.text 674496 674608 112 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741428 144 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.rodata 76636 76660 24 0.0
.text 664384 664504 120 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.rodata 89766 89806 40 0.0
.text 514832 515012 180 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652830 216 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.rodata 110526 110566 40 0.0
.text 539964 540144 180 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679611 176 0.0
.app_xip_area 603677 603837 160 0.0
.bss 69236 69252 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701807 184 0.0
.app_xip_area 623313 623481 168 0.0
.bss 71100 71116 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701807 184 0.0
.app_xip_area 623313 623481 168 0.0
.bss 71100 71116 16 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698139 176 0.0
.app_xip_area 619189 619349 160 0.0
.bss 72284 72300 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720407 176 0.0
.app_xip_area 638905 639065 160 0.0
.bss 74148 74164 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720407 176 0.0
.app_xip_area 638905 639065 160 0.0
.bss 74148 74164 16 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660683 184 0.0
.app_xip_area 587757 587925 168 0.0
.bss 66444 66460 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683151 184 0.0
.app_xip_area 607593 607761 168 0.0
.bss 68308 68324 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683151 184 0.0
.app_xip_area 607593 607761 168 0.0
.bss 68308 68324 16 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215302 148 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215302 148 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
(read/write) 132728 132856 128 0.1
.bss 47880 47912 32 0.1
.data.rel.ro 76536 76616 80 0.1
.rodata 188144 188176 32 0.0
.text 2351221 2351653 432 0.0
all-clusters-app debug (read only) 6036865 6037409 544 0.0
(read/write) 484272 484400 128 0.0
.bss 136160 136192 32 0.0
.data.rel.ro 336072 336152 80 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5242883 416 0.0
all-clusters-minimal-app debug (read only) 5320305 5320865 560 0.0
(read/write) 240224 240352 128 0.1
.bss 129024 129056 32 0.0
.data.rel.ro 99608 99688 80 0.1
.rodata 294346 294378 32 0.0
.text 4785907 4786339 432 0.0
bridge-app debug (read only) 4710721 4711265 544 0.0
(read/write) 221136 221264 128 0.1
.bss 119552 119584 32 0.0
.data.rel.ro 88576 88656 80 0.1
.rodata 234730 234762 32 0.0
.text 4250355 4250771 416 0.0
chip-tool debug (read only) 12173457 12175265 1808 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417352 80 0.0
.rodata 459129 459161 32 0.0
.text 11002851 11004531 1680 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11505876 1760 0.0
(read/write) 589912 592312 2400 0.4
.bss 104152 104184 32 0.0
.data.rel.ro 457424 457504 80 0.0
.got 17280 17296 16 0.1
.rodata 360916 361076 160 0.0
.text 10257464 10258872 1408 0.0
fabric-admin debug (read only) 11922017 11923857 1840 0.0
(read/write) 517872 517968 96 0.0
.data.rel.ro 411480 411560 80 0.0
.rodata 430201 430265 64 0.0
.text 10795139 10796819 1680 0.0
fabric-bridge-app debug (read only) 4578345 4578889 544 0.0
(read/write) 213176 213272 96 0.0
.bss 115104 115136 32 0.0
.data.rel.ro 86304 86384 80 0.1
.rodata 228106 228138 32 0.0
.text 4126947 4127363 416 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635241 544 0.0
(read/write) 229936 230000 64 0.0
.data.rel.ro 96992 97072 80 0.1
.rodata 358964 358996 32 0.0
.text 5023667 5024083 416 0.0
lock-app debug (read only) 4771777 4772321 544 0.0
(read/write) 208264 208392 128 0.1
.bss 114792 114824 32 0.0
.data.rel.ro 82568 82648 80 0.1
.rodata 260586 260618 32 0.0
.text 4294627 4295043 416 0.0
ota-provider-app debug (read only) 4384209 4384785 576 0.0
(read/write) 196864 196960 96 0.0
.bss 114656 114688 32 0.0
.data.rel.ro 71824 71904 80 0.1
.rodata 212490 212554 64 0.0
.text 3973811 3974227 416 0.0
ota-requestor-app debug (read only) 4514897 4515441 544 0.0
(read/write) 201232 201328 96 0.0
.bss 115552 115584 32 0.0
.data.rel.ro 74928 75008 80 0.1
.rodata 218570 218602 32 0.0
.text 4093875 4094291 416 0.0
shell debug (read only) 3006113 3006673 560 0.0
(read/write) 156856 156984 128 0.1
.bss 60784 60816 32 0.1
.data.rel.ro 88792 88872 80 0.1
.rodata 191840 191872 32 0.0
.text 2635122 2635554 432 0.0
thermostat-no-ble arm64 (read only) 4501580 4502092 512 0.0
.bss 123144 123160 16 0.0
.data.rel.ro 106008 106088 80 0.1
.got 9000 9016 16 0.2
.text 3997784 3998104 320 0.0
tv-app debug (read only) 5847649 5848209 560 0.0
(read/write) 349088 349216 128 0.0
.bss 238640 238672 32 0.0
.data.rel.ro 96568 96648 80 0.1
.rodata 302090 302122 32 0.0
.text 5298995 5299427 432 0.0
tv-casting-app debug (read only) 9999641 10000217 576 0.0
(read/write) 343184 343280 96 0.0
.bss 156760 156792 32 0.0
.data.rel.ro 176432 176512 80 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9139779 416 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238736 180 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799588 156 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.text 575908 576036 128 0.0
k32w1+release (read/write) 704308 704500 192 0.0
.bss 71272 71288 16 0.0
.text 590784 590960 176 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.text 610088 610240 152 0.0
k32w1+release (read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748932 216 0.0
.bss 201388 201404 16 0.0
.text 1536212 1536412 200 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667372 216 0.0
.bss 194852 194868 16 0.0
.text 1461372 1461572 200 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839372 128 0.0
.bss 103780 103796 16 0.0
.text 650632 650760 128 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835342 172 0.0
bss 49944 49960 16 0.0
text 625530 625670 140 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843732 180 0.0
bss 79088 79104 16 0.0
text 601330 601474 144 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060280 180 0.0
bss 110132 110148 16 0.0
text 773616 773760 144 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915824 180 0.0
bss 92888 92904 16 0.0
text 657116 657260 144 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837702 172 0.0
bss 49988 50004 16 0.0
text 627948 628088 140 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948792 180 0.0
bss 76580 76596 16 0.0
text 714900 715040 140 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772240 180 0.0
bss 75336 75352 16 0.0
text 557886 558030 144 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092396 180 0.0
bss 99980 99996 16 0.0
text 795316 795460 144 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912796 172 0.0
bss 69268 69284 16 0.0
text 661336 661476 140 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935016 180 0.0
bss 92620 92636 16 0.0
text 676424 676568 144 0.0
pump-app tlsr9258a (read/write) 832104 832284 180 0.0
bss 58232 58248 16 0.0
text 621972 622112 140 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607660 172 0.0
bss 44160 44176 16 0.0
text 451088 451228 140 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845562 180 0.0
bss 51616 51632 16 0.0
text 634614 634754 140 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860405 180 0.0
bss 59804 59820 16 0.0
text 643542 643682 140 0.0
thermostat tlsr9518adk80d (read/write) 826756 826936 180 0.0
bss 56492 56508 16 0.0
text 619410 619550 140 0.0
window-covering tlsr9258a (read/write) 836808 836988 180 0.0
bss 58448 58464 16 0.0
text 624256 624396 140 0.0
Decreases (5 builds for linux, psoc6)
platform target config section b398fb4 9e09780 change % change
linux thermostat-no-ble arm64 (read/write) 248752 248256 -496 -0.2
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b398fb4 9e09780 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446886 672 0.0
.bss 85896 85912 16 0.0
.data 9512 9512 0 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111292 618 0.1
bl602+mfd (read/write) 1460646 1461326 680 0.0
.bss 86072 86088 16 0.0
.data 9488 9488 0 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126610 618 0.1
bl602+rpc (read/write) 1493878 1494558 680 0.0
.bss 93944 93960 16 0.0
.data 9896 9896 0 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142938 618 0.1
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212783 676 0.1
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109064 40 0.0
.text 981120 981738 618 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223867 672 0.1
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108004 40 0.0
.text 993130 993748 618 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1304247 676 0.1
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124436 40 0.0
.text 1055828 1056446 618 0.1
bl706-eth (read/write) 1029213 1029885 672 0.1
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102120 40 0.0
.text 771642 772260 618 0.1
bl706-wifi (read/write) 1263286 1263982 696 0.1
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123200 40 0.0
.text 1002852 1003490 638 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1182356 672 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103068 40 0.0
.text 974234 974852 618 0.1
bl702l+mfd (read/write) 1193600 1193764 164 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102008 40 0.0
.text 986556 987174 618 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798868 128 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713384 112 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814096 136 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.data 3596 3596 0 0.0
.rodata 78776 78792 16 0.0
.text 734920 735040 120 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803436 128 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.data 3596 3596 0 0.0
.rodata 106100 106116 16 0.0
.text 696944 697056 112 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755748 136 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674608 112 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741428 144 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.data 3588 3588 0 0.0
.rodata 76636 76660 24 0.0
.text 664384 664504 120 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.data 1660 1660 0 0.0
.rodata 89766 89806 40 0.0
.text 514832 515012 180 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652830 216 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.data 1524 1524 0 0.0
.rodata 110526 110566 40 0.0
.text 539964 540144 180 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679611 176 0.0
.app_xip_area 603677 603837 160 0.0
.bss 69236 69252 16 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701807 184 0.0
.app_xip_area 623313 623481 168 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701807 184 0.0
.app_xip_area 623313 623481 168 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698139 176 0.0
.app_xip_area 619189 619349 160 0.0
.bss 72284 72300 16 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720407 176 0.0
.app_xip_area 638905 639065 160 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720407 176 0.0
.app_xip_area 638905 639065 160 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660683 184 0.0
.app_xip_area 587757 587925 168 0.0
.bss 66444 66460 16 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683151 184 0.0
.app_xip_area 607593 607761 168 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683151 184 0.0
.app_xip_area 607593 607761 168 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215302 148 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215302 148 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
(read/write) 132728 132856 128 0.1
.bss 47880 47912 32 0.1
.data 2304 2304 0 0.0
.data.rel.ro 76536 76616 80 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188176 32 0.0
.text 2351221 2351653 432 0.0
all-clusters-app debug (read only) 6036865 6037409 544 0.0
(read/write) 484272 484400 128 0.0
.bss 136160 136192 32 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336152 80 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5242883 416 0.0
all-clusters-minimal-app debug (read only) 5320305 5320865 560 0.0
(read/write) 240224 240352 128 0.1
.bss 129024 129056 32 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99688 80 0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4786339 432 0.0
bridge-app debug (read only) 4710721 4711265 544 0.0
(read/write) 221136 221264 128 0.1
.bss 119552 119584 32 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88656 80 0.1
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4250771 416 0.0
chip-tool debug (read only) 12173457 12175265 1808 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417352 80 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459161 32 0.0
.text 11002851 11004531 1680 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11505876 1760 0.0
(read/write) 589912 592312 2400 0.4
.bss 104152 104184 32 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457504 80 0.0
.dynamic 512 512 0 0.0
.got 17280 17296 16 0.1
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361076 160 0.0
.text 10257464 10258872 1408 0.0
fabric-admin debug (read only) 11922017 11923857 1840 0.0
(read/write) 517872 517968 96 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411560 80 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430265 64 0.0
.text 10795139 10796819 1680 0.0
fabric-bridge-app debug (read only) 4578345 4578889 544 0.0
(read/write) 213176 213272 96 0.0
.bss 115104 115136 32 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86384 80 0.1
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4127363 416 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635241 544 0.0
(read/write) 229936 230000 64 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97072 80 0.1
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024083 416 0.0
lock-app debug (read only) 4771777 4772321 544 0.0
(read/write) 208264 208392 128 0.1
.bss 114792 114824 32 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82648 80 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260618 32 0.0
.text 4294627 4295043 416 0.0
ota-provider-app debug (read only) 4384209 4384785 576 0.0
(read/write) 196864 196960 96 0.0
.bss 114656 114688 32 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71904 80 0.1
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212554 64 0.0
.text 3973811 3974227 416 0.0
ota-requestor-app debug (read only) 4514897 4515441 544 0.0
(read/write) 201232 201328 96 0.0
.bss 115552 115584 32 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 75008 80 0.1
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094291 416 0.0
shell debug (read only) 3006113 3006673 560 0.0
(read/write) 156856 156984 128 0.1
.bss 60784 60816 32 0.1
.data 1424 1424 0 0.0
.data.rel.ro 88792 88872 80 0.1
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2635554 432 0.0
thermostat-no-ble arm64 (read only) 4501580 4502092 512 0.0
(read/write) 248752 248256 -496 -0.2
.bss 123144 123160 16 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106088 80 0.1
.dynamic 512 512 0 0.0
.got 9000 9016 16 0.2
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998104 320 0.0
tv-app debug (read only) 5847649 5848209 560 0.0
(read/write) 349088 349216 128 0.0
.bss 238640 238672 32 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96648 80 0.1
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302122 32 0.0
.text 5298995 5299427 432 0.0
tv-casting-app debug (read only) 9999641 10000217 576 0.0
(read/write) 343184 343280 96 0.0
.bss 156760 156792 32 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176512 80 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9139779 416 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.data 5224 5224 0 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238736 180 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799588 156 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.data 2204 2204 0 0.0
.text 575908 576036 128 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704500 192 0.0
.bss 71272 71288 16 0.0
.data 2872 2872 0 0.0
.text 590784 590960 176 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.data 2224 2224 0 0.0
.text 610088 610240 152 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.data 2080 2080 0 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
(read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.data 2752 2752 0 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
(read/write) 1748716 1748932 216 0.0
.bss 201388 201404 16 0.0
.data 2728 2728 0 0.0
.text 1536212 1536412 200 0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
(read/write) 1667156 1667372 216 0.0
.bss 194852 194868 16 0.0
.data 2544 2544 0 0.0
.text 1461372 1461572 200 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
(read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.data 2528 2528 0 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839372 128 0.0
.bss 103780 103796 16 0.0
.data 864 864 0 0.0
.text 650632 650760 128 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.data 876 876 0 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835342 172 0.0
bss 49944 49960 16 0.0
text 625530 625670 140 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843732 180 0.0
bss 79088 79104 16 0.0
noinit 46096 46096 0 0.0
text 601330 601474 144 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060280 180 0.0
bss 110132 110148 16 0.0
text 773616 773760 144 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915824 180 0.0
bss 92888 92904 16 0.0
text 657116 657260 144 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837702 172 0.0
bss 49988 50004 16 0.0
text 627948 628088 140 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948792 180 0.0
bss 76580 76596 16 0.0
text 714900 715040 140 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772240 180 0.0
bss 75336 75352 16 0.0
noinit 46096 46096 0 0.0
text 557886 558030 144 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092396 180 0.0
bss 99980 99996 16 0.0
text 795316 795460 144 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912796 172 0.0
bss 69268 69284 16 0.0
text 661336 661476 140 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935016 180 0.0
bss 92620 92636 16 0.0
text 676424 676568 144 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832284 180 0.0
bss 58232 58248 16 0.0
text 621972 622112 140 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607660 172 0.0
bss 44160 44176 16 0.0
noinit 32512 32512 0 0.0
text 451088 451228 140 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 674948 0 0.0
bss 71852 71852 0 0.0
text 462082 462082 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845562 180 0.0
bss 51616 51632 16 0.0
text 634614 634754 140 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860405 180 0.0
bss 59804 59820 16 0.0
text 643542 643682 140 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826936 180 0.0
bss 56492 56508 16 0.0
text 619410 619550 140 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 836988 180 0.0
bss 58448 58464 16 0.0
text 624256 624396 140 0.0

Copy link

github-actions bot commented May 24, 2024

PR #33577: Size comparison from b398fb4 to 97a8715

Increases above 0.2%:

platform target config section b398fb4 97a8715 change % change
linux chip-tool-ipv6only arm64 (read/write) 589912 592056 2144 0.4
Increases (52 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
platform target config section b398fb4 97a8715 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446894 680 0.0
.bss 85896 85912 16 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111300 626 0.1
bl602+mfd (read/write) 1460646 1461334 688 0.0
.bss 86072 86088 16 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126618 626 0.1
bl602+rpc (read/write) 1493878 1494566 688 0.0
.bss 93944 93960 16 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142946 626 0.1
bl702 lighting-app bl702 (read/write) 1212107 1212791 684 0.1
.rodata 109024 109064 40 0.0
.text 981120 981746 626 0.1
bl702+mfd (read/write) 1223195 1223875 680 0.1
.rodata 107964 108004 40 0.0
.text 993130 993756 626 0.1
bl702+rpc (read/write) 1303571 1304255 684 0.1
.rodata 124396 124436 40 0.0
.text 1055828 1056454 626 0.1
bl706-eth (read/write) 1029213 1029893 680 0.1
.rodata 102080 102120 40 0.0
.text 771642 772268 626 0.1
bl706-wifi (read/write) 1263286 1263990 704 0.1
.rodata 123160 123200 40 0.0
.text 1002852 1003498 646 0.1
bl702l lighting-app bl702l (read/write) 1181684 1182364 680 0.1
.rodata 103028 103068 40 0.0
.text 974234 974860 626 0.1
bl702l+mfd (read/write) 1193600 1193772 172 0.0
.rodata 101968 102008 40 0.0
.text 986556 987182 626 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798876 136 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.rodata 85204 85220 16 0.0
.text 713272 713388 116 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814104 144 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.rodata 78776 78792 16 0.0
.text 734920 735044 124 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803444 136 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.rodata 106100 106116 16 0.0
.text 696944 697060 116 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755756 144 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.rodata 80852 80876 24 0.0
.text 674496 674612 116 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741436 152 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.rodata 76636 76660 24 0.0
.text 664384 664508 124 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.rodata 89766 89806 40 0.0
.text 514832 515016 184 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652838 224 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.rodata 110526 110566 40 0.0
.text 539964 540148 184 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679619 184 0.0
.app_xip_area 603677 603845 168 0.0
.bss 69236 69252 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698147 184 0.0
.app_xip_area 619189 619357 168 0.0
.bss 72284 72300 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660691 192 0.0
.app_xip_area 587757 587933 176 0.0
.bss 66444 66460 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072284 104 0.0
.bss 180056 180072 16 0.0
.text 888656 888744 88 0.0
lock-app BRD4338a (read/write) 963588 963804 216 0.0
.bss 213260 213276 16 0.0
.text 701512 701712 200 0.0
window-app BRD4187C (read/write) 1135888 1136128 240 0.0
.bss 164584 164600 16 0.0
.text 967932 968156 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215310 156 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215310 156 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
linux chip-tool-ipv6only arm64 (read only) 11504116 11506132 2016 0.0
(read/write) 589912 592056 2144 0.4
.bss 104152 104184 32 0.0
.data.rel.ro 457424 457504 80 0.0
.got 17280 17296 16 0.1
.rodata 360916 361076 160 0.0
.text 10257464 10259128 1664 0.0
thermostat-no-ble arm64 (read only) 4501580 4502108 528 0.0
.bss 123144 123160 16 0.0
.data.rel.ro 106008 106088 80 0.1
.got 9000 9016 16 0.2
.text 3997784 3998120 336 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238752 196 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799592 160 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.text 575908 576036 128 0.0
k32w1+release (read/write) 704308 704508 200 0.0
.bss 71272 71288 16 0.0
.text 590784 590968 184 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.text 610088 610240 152 0.0
k32w1+release (read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748948 232 0.0
.bss 201388 201404 16 0.0
.text 1536212 1536428 216 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667388 232 0.0
.bss 194852 194868 16 0.0
.text 1461372 1461588 216 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839380 136 0.0
.bss 103780 103796 16 0.0
.text 650632 650768 136 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0
Decreases (5 builds for linux, psoc6)
platform target config section b398fb4 97a8715 change % change
linux thermostat-no-ble arm64 (read/write) 248752 248240 -512 -0.2
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
Full report (52 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
platform target config section b398fb4 97a8715 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446894 680 0.0
.bss 85896 85912 16 0.0
.data 9512 9512 0 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111300 626 0.1
bl602+mfd (read/write) 1460646 1461334 688 0.0
.bss 86072 86088 16 0.0
.data 9488 9488 0 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126618 626 0.1
bl602+rpc (read/write) 1493878 1494566 688 0.0
.bss 93944 93960 16 0.0
.data 9896 9896 0 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142946 626 0.1
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212791 684 0.1
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109064 40 0.0
.text 981120 981746 626 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223875 680 0.1
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108004 40 0.0
.text 993130 993756 626 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1304255 684 0.1
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124436 40 0.0
.text 1055828 1056454 626 0.1
bl706-eth (read/write) 1029213 1029893 680 0.1
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102120 40 0.0
.text 771642 772268 626 0.1
bl706-wifi (read/write) 1263286 1263990 704 0.1
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123200 40 0.0
.text 1002852 1003498 646 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1182364 680 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103068 40 0.0
.text 974234 974860 626 0.1
bl702l+mfd (read/write) 1193600 1193772 172 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102008 40 0.0
.text 986556 987182 626 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798876 136 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713388 116 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814104 144 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.data 3596 3596 0 0.0
.rodata 78776 78792 16 0.0
.text 734920 735044 124 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803444 136 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.data 3596 3596 0 0.0
.rodata 106100 106116 16 0.0
.text 696944 697060 116 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755756 144 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674612 116 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741436 152 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.data 3588 3588 0 0.0
.rodata 76636 76660 24 0.0
.text 664384 664508 124 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.data 1660 1660 0 0.0
.rodata 89766 89806 40 0.0
.text 514832 515016 184 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652838 224 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.data 1524 1524 0 0.0
.rodata 110526 110566 40 0.0
.text 539964 540148 184 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679619 184 0.0
.app_xip_area 603677 603845 168 0.0
.bss 69236 69252 16 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698147 184 0.0
.app_xip_area 619189 619357 168 0.0
.bss 72284 72300 16 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660691 192 0.0
.app_xip_area 587757 587933 176 0.0
.bss 66444 66460 16 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072284 104 0.0
.bss 180056 180072 16 0.0
.data 3448 3448 0 0.0
.text 888656 888744 88 0.0
lock-app BRD4338a (read/write) 963588 963804 216 0.0
.bss 213260 213276 16 0.0
.data 29448 29448 0 0.0
.text 701512 701712 200 0.0
window-app BRD4187C (read/write) 1135888 1136128 240 0.0
.bss 164584 164600 16 0.0
.data 3352 3352 0 0.0
.text 967932 968156 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215310 156 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215310 156 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
.iram0.text 125403 125403 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11504116 11506132 2016 0.0
(read/write) 589912 592056 2144 0.4
.bss 104152 104184 32 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457504 80 0.0
.dynamic 512 512 0 0.0
.got 17280 17296 16 0.1
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361076 160 0.0
.text 10257464 10259128 1664 0.0
thermostat-no-ble arm64 (read only) 4501580 4502108 528 0.0
(read/write) 248752 248240 -512 -0.2
.bss 123144 123160 16 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106088 80 0.1
.dynamic 512 512 0 0.0
.got 9000 9016 16 0.2
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998120 336 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.data 5224 5224 0 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238752 196 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799592 160 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.data 2204 2204 0 0.0
.text 575908 576036 128 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704508 200 0.0
.bss 71272 71288 16 0.0
.data 2872 2872 0 0.0
.text 590784 590968 184 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.data 2224 2224 0 0.0
.text 610088 610240 152 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.data 2080 2080 0 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
(read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.data 2752 2752 0 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
(read/write) 1748716 1748948 232 0.0
.bss 201388 201404 16 0.0
.data 2728 2728 0 0.0
.text 1536212 1536428 216 0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
(read/write) 1667156 1667388 232 0.0
.bss 194852 194868 16 0.0
.data 2544 2544 0 0.0
.text 1461372 1461588 216 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
(read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.data 2528 2528 0 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839380 136 0.0
.bss 103780 103796 16 0.0
.data 864 864 0 0.0
.text 650632 650768 136 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.data 876 876 0 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0

Copy link

github-actions bot commented May 24, 2024

PR #33577: Size comparison from b398fb4 to e802acb

Increases above 0.2%:

platform target config section b398fb4 e802acb change % change
linux chip-tool-ipv6only arm64 (read/write) 589912 592056 2144 0.4
Increases (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b398fb4 e802acb change % change
bl602 lighting-app bl602 (read/write) 1446214 1446894 680 0.0
.bss 85896 85912 16 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111300 626 0.1
bl602+mfd (read/write) 1460646 1461334 688 0.0
.bss 86072 86088 16 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126618 626 0.1
bl602+rpc (read/write) 1493878 1494566 688 0.0
.bss 93944 93960 16 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142946 626 0.1
bl702 lighting-app bl702 (read/write) 1212107 1212791 684 0.1
.rodata 109024 109064 40 0.0
.text 981120 981746 626 0.1
bl702+mfd (read/write) 1223195 1223875 680 0.1
.rodata 107964 108004 40 0.0
.text 993130 993756 626 0.1
bl702+rpc (read/write) 1303571 1304255 684 0.1
.rodata 124396 124436 40 0.0
.text 1055828 1056454 626 0.1
bl706-eth (read/write) 1029213 1029893 680 0.1
.rodata 102080 102120 40 0.0
.text 771642 772268 626 0.1
bl706-wifi (read/write) 1263286 1263990 704 0.1
.rodata 123160 123200 40 0.0
.text 1002852 1003498 646 0.1
bl702l lighting-app bl702l (read/write) 1181684 1182364 680 0.1
.rodata 103028 103068 40 0.0
.text 974234 974860 626 0.1
bl702l+mfd (read/write) 1193600 1193772 172 0.0
.rodata 101968 102008 40 0.0
.text 986556 987182 626 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798876 136 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.rodata 85204 85220 16 0.0
.text 713272 713388 116 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814104 144 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.rodata 78776 78792 16 0.0
.text 734920 735044 124 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803444 136 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.rodata 106100 106116 16 0.0
.text 696944 697060 116 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755756 144 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.rodata 80852 80876 24 0.0
.text 674496 674612 116 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741436 152 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.rodata 76636 76660 24 0.0
.text 664384 664508 124 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.rodata 89766 89806 40 0.0
.text 514832 515016 184 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652838 224 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.rodata 110526 110566 40 0.0
.text 539964 540148 184 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679619 184 0.0
.app_xip_area 603677 603845 168 0.0
.bss 69236 69252 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698147 184 0.0
.app_xip_area 619189 619357 168 0.0
.bss 72284 72300 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660691 192 0.0
.app_xip_area 587757 587933 176 0.0
.bss 66444 66460 16 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072284 104 0.0
.bss 180056 180072 16 0.0
.text 888656 888744 88 0.0
lock-app BRD4338a (read/write) 963588 963804 216 0.0
.bss 213260 213276 16 0.0
.text 701512 701712 200 0.0
window-app BRD4187C (read/write) 1135888 1136128 240 0.0
.bss 164584 164600 16 0.0
.text 967932 968156 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215310 156 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215310 156 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
linux air-purifier-app debug (read only) 2722517 2723349 832 0.0
(read/write) 132728 132856 128 0.1
.bss 47880 47912 32 0.1
.data.rel.ro 76536 76616 80 0.1
.rodata 188144 188176 32 0.0
.text 2351221 2351925 704 0.0
all-clusters-app debug (read only) 6036865 6037681 816 0.0
(read/write) 484272 484400 128 0.0
.bss 136160 136192 32 0.0
.data.rel.ro 336072 336152 80 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243155 688 0.0
all-clusters-minimal-app debug (read only) 5320305 5321137 832 0.0
(read/write) 240224 240352 128 0.1
.bss 129024 129056 32 0.0
.data.rel.ro 99608 99688 80 0.1
.rodata 294346 294378 32 0.0
.text 4785907 4786611 704 0.0
bridge-app debug (read only) 4710721 4711537 816 0.0
(read/write) 221136 221264 128 0.1
.bss 119552 119584 32 0.0
.data.rel.ro 88576 88656 80 0.1
.rodata 234730 234762 32 0.0
.text 4250355 4251043 688 0.0
chip-tool debug (read only) 12173457 12175553 2096 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417352 80 0.0
.rodata 459129 459161 32 0.0
.text 11002851 11004819 1968 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11506132 2016 0.0
(read/write) 589912 592056 2144 0.4
.bss 104152 104184 32 0.0
.data.rel.ro 457424 457504 80 0.0
.got 17280 17296 16 0.1
.rodata 360916 361076 160 0.0
.text 10257464 10259128 1664 0.0
fabric-admin debug (read only) 11922017 11924145 2128 0.0
(read/write) 517872 517968 96 0.0
.data.rel.ro 411480 411560 80 0.0
.rodata 430201 430265 64 0.0
.text 10795139 10797107 1968 0.0
fabric-bridge-app debug (read only) 4578345 4579161 816 0.0
(read/write) 213176 213272 96 0.0
.bss 115104 115136 32 0.0
.data.rel.ro 86304 86384 80 0.1
.rodata 228106 228138 32 0.0
.text 4126947 4127635 688 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635513 816 0.0
(read/write) 229936 230000 64 0.0
.data.rel.ro 96992 97072 80 0.1
.rodata 358964 358996 32 0.0
.text 5023667 5024355 688 0.0
lock-app debug (read only) 4771777 4772593 816 0.0
(read/write) 208264 208392 128 0.1
.bss 114792 114824 32 0.0
.data.rel.ro 82568 82648 80 0.1
.rodata 260586 260618 32 0.0
.text 4294627 4295315 688 0.0
ota-provider-app debug (read only) 4384209 4384801 592 0.0
(read/write) 196864 196960 96 0.0
.bss 114656 114688 32 0.0
.data.rel.ro 71824 71904 80 0.1
.rodata 212490 212554 64 0.0
.text 3973811 3974243 432 0.0
ota-requestor-app debug (read only) 4514897 4515457 560 0.0
(read/write) 201232 201328 96 0.0
.bss 115552 115584 32 0.0
.data.rel.ro 74928 75008 80 0.1
.rodata 218570 218602 32 0.0
.text 4093875 4094307 432 0.0
shell debug (read only) 3006113 3006929 816 0.0
(read/write) 156856 156984 128 0.1
.bss 60784 60816 32 0.1
.data.rel.ro 88792 88872 80 0.1
.rodata 191840 191872 32 0.0
.text 2635122 2635810 688 0.0
thermostat-no-ble arm64 (read only) 4501580 4502108 528 0.0
.bss 123144 123160 16 0.0
.data.rel.ro 106008 106088 80 0.1
.got 9000 9016 16 0.2
.text 3997784 3998120 336 0.0
tv-app debug (read only) 5847649 5848497 848 0.0
(read/write) 349088 349216 128 0.0
.bss 238640 238672 32 0.0
.data.rel.ro 96568 96648 80 0.1
.rodata 302090 302122 32 0.0
.text 5298995 5299715 720 0.0
tv-casting-app debug (read only) 9999641 10000489 848 0.0
(read/write) 343184 343280 96 0.0
.bss 156760 156792 32 0.0
.data.rel.ro 176432 176512 80 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140051 688 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238752 196 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799592 160 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.text 575908 576036 128 0.0
k32w1+release (read/write) 704308 704508 200 0.0
.bss 71272 71288 16 0.0
.text 590784 590968 184 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.text 610088 610240 152 0.0
k32w1+release (read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748948 232 0.0
.bss 201388 201404 16 0.0
.text 1536212 1536428 216 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667388 232 0.0
.bss 194852 194868 16 0.0
.text 1461372 1461588 216 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839380 136 0.0
.bss 103780 103796 16 0.0
.text 650632 650768 136 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835350 180 0.0
bss 49944 49960 16 0.0
text 625530 625678 148 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843740 188 0.0
bss 79088 79104 16 0.0
text 601330 601482 152 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060288 188 0.0
bss 110132 110148 16 0.0
text 773616 773768 152 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915832 188 0.0
bss 92888 92904 16 0.0
text 657116 657268 152 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837710 180 0.0
bss 49988 50004 16 0.0
text 627948 628096 148 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948800 188 0.0
bss 76580 76596 16 0.0
text 714900 715048 148 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772248 188 0.0
bss 75336 75352 16 0.0
text 557886 558038 152 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092404 188 0.0
bss 99980 99996 16 0.0
text 795316 795468 152 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912804 180 0.0
bss 69268 69284 16 0.0
text 661336 661484 148 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935024 188 0.0
bss 92620 92636 16 0.0
text 676424 676576 152 0.0
pump-app tlsr9258a (read/write) 832104 832292 188 0.0
bss 58232 58248 16 0.0
text 621972 622120 148 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607668 180 0.0
bss 44160 44176 16 0.0
text 451088 451236 148 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845570 188 0.0
bss 51616 51632 16 0.0
text 634614 634762 148 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860413 188 0.0
bss 59804 59820 16 0.0
text 643542 643690 148 0.0
thermostat tlsr9518adk80d (read/write) 826756 826944 188 0.0
bss 56492 56508 16 0.0
text 619410 619558 148 0.0
window-covering tlsr9258a (read/write) 836808 836996 188 0.0
bss 58448 58464 16 0.0
text 624256 624404 148 0.0
Decreases (5 builds for linux, psoc6)
platform target config section b398fb4 e802acb change % change
linux thermostat-no-ble arm64 (read/write) 248752 248240 -512 -0.2
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b398fb4 e802acb change % change
bl602 lighting-app bl602 (read/write) 1446214 1446894 680 0.0
.bss 85896 85912 16 0.0
.data 9512 9512 0 0.0
.rodata 159472 159512 40 0.0
.text 1110674 1111300 626 0.1
bl602+mfd (read/write) 1460646 1461334 688 0.0
.bss 86072 86088 16 0.0
.data 9488 9488 0 0.0
.rodata 158432 158472 40 0.0
.text 1125992 1126618 626 0.1
bl602+rpc (read/write) 1493878 1494566 688 0.0
.bss 93944 93960 16 0.0
.data 9896 9896 0 0.0
.rodata 167048 167088 40 0.0
.text 1142320 1142946 626 0.1
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212791 684 0.1
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109064 40 0.0
.text 981120 981746 626 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223875 680 0.1
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108004 40 0.0
.text 993130 993756 626 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1304255 684 0.1
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124436 40 0.0
.text 1055828 1056454 626 0.1
bl706-eth (read/write) 1029213 1029893 680 0.1
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102120 40 0.0
.text 771642 772268 626 0.1
bl706-wifi (read/write) 1263286 1263990 704 0.1
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123200 40 0.0
.text 1002852 1003498 646 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1182364 680 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103068 40 0.0
.text 974234 974860 626 0.1
bl702l+mfd (read/write) 1193600 1193772 172 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102008 40 0.0
.text 986556 987182 626 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798876 136 0.0
(read/write) 177700 177716 16 0.0
.bss 99612 99628 16 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713388 116 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814104 144 0.0
(read/write) 188172 188188 16 0.0
.bss 110100 110116 16 0.0
.data 3596 3596 0 0.0
.rodata 78776 78792 16 0.0
.text 734920 735044 124 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803444 136 0.0
(read/write) 182292 182308 16 0.0
.bss 104220 104236 16 0.0
.data 3596 3596 0 0.0
.rodata 106100 106116 16 0.0
.text 696944 697060 116 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755756 144 0.0
(read/write) 176644 176660 16 0.0
.bss 98336 98352 16 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674612 116 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741436 152 0.0
(read/write) 176884 176900 16 0.0
.bss 98576 98592 16 0.0
.data 3588 3588 0 0.0
.rodata 76636 76660 24 0.0
.text 664384 664508 124 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606942 224 0.0
(read/write) 209716 209732 16 0.0
.bss 202932 202948 16 0.0
.data 1660 1660 0 0.0
.rodata 89766 89806 40 0.0
.text 514832 515016 184 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652838 224 0.0
(read/write) 209972 209988 16 0.0
.bss 203328 203344 16 0.0
.data 1524 1524 0 0.0
.rodata 110526 110566 40 0.0
.text 539964 540148 184 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742019 104 0.0
.app_xip_area 661861 661949 88 0.0
.bss 73652 73668 16 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764495 104 0.0
.app_xip_area 681705 681793 88 0.0
.bss 75516 75532 16 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 713875 104 0.0
.app_xip_area 638649 638737 88 0.0
.bss 68776 68792 16 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679619 184 0.0
.app_xip_area 603677 603845 168 0.0
.bss 69236 69252 16 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701815 192 0.0
.app_xip_area 623313 623489 176 0.0
.bss 71100 71116 16 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698147 184 0.0
.app_xip_area 619189 619357 168 0.0
.bss 72284 72300 16 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720415 184 0.0
.app_xip_area 638905 639073 168 0.0
.bss 74148 74164 16 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660691 192 0.0
.app_xip_area 587757 587933 176 0.0
.bss 66444 66460 16 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683159 192 0.0
.app_xip_area 607593 607769 176 0.0
.bss 68308 68324 16 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072284 104 0.0
.bss 180056 180072 16 0.0
.data 3448 3448 0 0.0
.text 888656 888744 88 0.0
lock-app BRD4338a (read/write) 963588 963804 216 0.0
.bss 213260 213276 16 0.0
.data 29448 29448 0 0.0
.text 701512 701712 200 0.0
window-app BRD4187C (read/write) 1135888 1136128 240 0.0
.bss 164584 164600 16 0.0
.data 3352 3352 0 0.0
.text 967932 968156 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215310 156 0.0
(read/write) 1751704 1751744 40 0.0
.dram0.bss 74744 74760 16 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253792 24 0.0
.flash.text 1215154 1215310 156 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256527 40 0.0
(read/write) 536308 536348 40 0.0
.dram0.bss 79680 79696 16 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285536 24 0.0
.flash.text 1250323 1250363 40 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723349 832 0.0
(read/write) 132728 132856 128 0.1
.bss 47880 47912 32 0.1
.data 2304 2304 0 0.0
.data.rel.ro 76536 76616 80 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188176 32 0.0
.text 2351221 2351925 704 0.0
all-clusters-app debug (read only) 6036865 6037681 816 0.0
(read/write) 484272 484400 128 0.0
.bss 136160 136192 32 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336152 80 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243155 688 0.0
all-clusters-minimal-app debug (read only) 5320305 5321137 832 0.0
(read/write) 240224 240352 128 0.1
.bss 129024 129056 32 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99688 80 0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4786611 704 0.0
bridge-app debug (read only) 4710721 4711537 816 0.0
(read/write) 221136 221264 128 0.1
.bss 119552 119584 32 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88656 80 0.1
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251043 688 0.0
chip-tool debug (read only) 12173457 12175553 2096 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417352 80 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459161 32 0.0
.text 11002851 11004819 1968 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11506132 2016 0.0
(read/write) 589912 592056 2144 0.4
.bss 104152 104184 32 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457504 80 0.0
.dynamic 512 512 0 0.0
.got 17280 17296 16 0.1
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361076 160 0.0
.text 10257464 10259128 1664 0.0
fabric-admin debug (read only) 11922017 11924145 2128 0.0
(read/write) 517872 517968 96 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411560 80 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430265 64 0.0
.text 10795139 10797107 1968 0.0
fabric-bridge-app debug (read only) 4578345 4579161 816 0.0
(read/write) 213176 213272 96 0.0
.bss 115104 115136 32 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86384 80 0.1
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4127635 688 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635513 816 0.0
(read/write) 229936 230000 64 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97072 80 0.1
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024355 688 0.0
lock-app debug (read only) 4771777 4772593 816 0.0
(read/write) 208264 208392 128 0.1
.bss 114792 114824 32 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82648 80 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260618 32 0.0
.text 4294627 4295315 688 0.0
ota-provider-app debug (read only) 4384209 4384801 592 0.0
(read/write) 196864 196960 96 0.0
.bss 114656 114688 32 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71904 80 0.1
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212554 64 0.0
.text 3973811 3974243 432 0.0
ota-requestor-app debug (read only) 4514897 4515457 560 0.0
(read/write) 201232 201328 96 0.0
.bss 115552 115584 32 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 75008 80 0.1
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094307 432 0.0
shell debug (read only) 3006113 3006929 816 0.0
(read/write) 156856 156984 128 0.1
.bss 60784 60816 32 0.1
.data 1424 1424 0 0.0
.data.rel.ro 88792 88872 80 0.1
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2635810 688 0.0
thermostat-no-ble arm64 (read only) 4501580 4502108 528 0.0
(read/write) 248752 248240 -512 -0.2
.bss 123144 123160 16 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106088 80 0.1
.dynamic 512 512 0 0.0
.got 9000 9016 16 0.2
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998120 336 0.0
tv-app debug (read only) 5847649 5848497 848 0.0
(read/write) 349088 349216 128 0.0
.bss 238640 238672 32 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96648 80 0.1
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302122 32 0.0
.text 5298995 5299715 720 0.0
tv-casting-app debug (read only) 9999641 10000489 848 0.0
(read/write) 343184 343280 96 0.0
.bss 156760 156792 32 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176512 80 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140051 688 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536936 256 0.0
.bss 220928 220944 16 0.0
.data 5224 5224 0 0.0
.text 1499364 1499620 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061572 180 0.0
bss 139209 139225 16 0.0
rodata 101840 101860 20 0.0
text 773072 773228 156 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238752 196 0.0
bss 137637 137653 16 0.0
rodata 151444 151464 20 0.0
text 799432 799592 160 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009388 308 0.0
bss 138107 138123 16 0.0
rodata 89096 89116 20 0.0
text 734660 734816 156 0.0
nxp contact k32w0+release (read only) 576444 576572 128 0.0
(read/write) 83220 83236 16 0.0
.bss 67920 67936 16 0.0
.data 2204 2204 0 0.0
.text 575908 576036 128 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704508 200 0.0
.bss 71272 71288 16 0.0
.data 2872 2872 0 0.0
.text 590784 590968 184 0.0
light k32w0+release (read only) 610624 610776 152 0.0
(read/write) 82688 82712 24 0.0
.bss 67376 67392 16 0.0
.data 2224 2224 0 0.0
.text 610088 610240 152 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796408 152 0.0
.bss 80816 80832 16 0.0
.data 2080 2080 0 0.0
.text 673992 674128 136 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826112 -16 -0.0
(read/write) 1827444 1827660 216 0.0
.bss 204460 204476 16 0.0
.data 2752 2752 0 0.0
.text 1611844 1612044 200 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829208 -16 -0.0
(read/write) 1748716 1748948 232 0.0
.bss 201388 201404 16 0.0
.data 2728 2728 0 0.0
.text 1536212 1536428 216 0.0
light cy8ckit_062s2_43012 (read only) 835944 835928 -16 -0.0
(read/write) 1667156 1667388 232 0.0
.bss 194852 194868 16 0.0
.data 2544 2544 0 0.0
.text 1461372 1461588 216 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808864 -16 -0.0
(read/write) 1695820 1696036 216 0.0
.bss 221932 221948 16 0.0
.data 2528 2528 0 0.0
.text 1462972 1463172 200 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839380 136 0.0
.bss 103780 103796 16 0.0
.data 864 864 0 0.0
.text 650632 650768 136 0.0
lock-app qpg6105+debug (read/write) 799364 799580 216 0.0
.bss 98444 98460 16 0.0
.data 876 876 0 0.0
.text 610756 610972 216 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624202 144 0.0
.bss 141060 141076 16 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391448 112 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835350 180 0.0
bss 49944 49960 16 0.0
text 625530 625678 148 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843740 188 0.0
bss 79088 79104 16 0.0
noinit 46096 46096 0 0.0
text 601330 601482 152 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060288 188 0.0
bss 110132 110148 16 0.0
text 773616 773768 152 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915832 188 0.0
bss 92888 92904 16 0.0
text 657116 657268 152 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837710 180 0.0
bss 49988 50004 16 0.0
text 627948 628096 148 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948800 188 0.0
bss 76580 76596 16 0.0
text 714900 715048 148 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772248 188 0.0
bss 75336 75352 16 0.0
noinit 46096 46096 0 0.0
text 557886 558038 152 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092404 188 0.0
bss 99980 99996 16 0.0
text 795316 795468 152 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912804 180 0.0
bss 69268 69284 16 0.0
text 661336 661484 148 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935024 188 0.0
bss 92620 92636 16 0.0
text 676424 676576 152 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832292 188 0.0
bss 58232 58248 16 0.0
text 621972 622120 148 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607668 180 0.0
bss 44160 44176 16 0.0
noinit 32512 32512 0 0.0
text 451088 451236 148 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 674948 0 0.0
bss 71852 71852 0 0.0
text 462082 462082 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845570 188 0.0
bss 51616 51632 16 0.0
text 634614 634762 148 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860413 188 0.0
bss 59804 59820 16 0.0
text 643542 643690 148 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826944 188 0.0
bss 56492 56508 16 0.0
text 619410 619558 148 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 836996 188 0.0
bss 58448 58464 16 0.0
text 624256 624404 148 0.0

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.