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

add enum check when decoding in cluster object #20020

Merged
merged 2 commits into from
Jul 16, 2022

Conversation

yunhanw-google
Copy link
Contributor

@yunhanw-google yunhanw-google commented Jun 28, 2022

Problem

#19334

Change overview

Add enum check support when decoding in cluster object.
For example, spec version 1 allows values "0, 1"
We select "2" as unknown value.
Spec version 2 defines values 2 and 3 to have a meaning.
When version 2 client sends those to version 1 server, the server will treat both 2 and 3 as 2, which it considers unknown.
The unknown value must not ever be sent on the wire, so the version 1 thing will never send it to a version 2 thing.
Devices implementing different versions of the spec need to be able to interact, and the spec defines how

Testing

Add negative test to encode one unknown enum, then decode would set it as the first unknown enum with success.
Add yaml test with similar scenario.

@github-actions
Copy link

PR #20020: Size comparison from 57cb679 to 73c15dd

Increases (11 builds for bl602, cyw30739, k32w, linux, mbed, telink)
platform target config section 57cb679 73c15dd change % change
bl602 lighting-app bl602 (read/write) 1397386 1398066 680 0.0
.text 1058588 1059268 680 0.1
bl602+rpc (read/write) 1442818 1443490 672 0.0
.text 1090276 1090952 676 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 582774 582822 48 0.0
.app_xip_area 462376 462424 48 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux thermostat-no-ble arm64 (read only) 2595316 2596676 1360 0.1
.text 2190064 2191424 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448112 2448176 64 0.0
.text 1410756 1410820 64 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797284 797484 200 0.0
text 565678 565880 202 0.0
lighting-app tlsr9518adk80d (read/write) 817116 817524 408 0.0
text 582002 582414 412 0.1
Full report (11 builds for bl602, cyw30739, k32w, linux, mbed, telink)
platform target config section 57cb679 73c15dd change % change
bl602 lighting-app bl602 (read/write) 1397386 1398066 680 0.0
.bss 116978 116978 0 0.0
.data 4480 4480 0 0.0
.text 1058588 1059268 680 0.1
bl602+rpc (read/write) 1442818 1443490 672 0.0
.bss 124418 124418 0 0.0
.data 4600 4600 0 0.0
.text 1090276 1090952 676 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 582774 582822 48 0.0
.app_xip_area 462376 462424 48 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux thermostat-no-ble arm64 (read only) 2595316 2596676 1360 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165476 165476 0 0.0
.text 2190064 2191424 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448112 2448176 64 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410756 1410820 64 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797284 797484 200 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565678 565880 202 0.0
lighting-app tlsr9518adk80d (read/write) 817116 817524 408 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582002 582414 412 0.1

@yunhanw-google yunhanw-google force-pushed the feature/enum_check branch 2 times, most recently from 42d0382 to 6e2e7c7 Compare July 13, 2022 18:28
@yunhanw-google yunhanw-google enabled auto-merge (squash) July 13, 2022 18:32
@github-actions
Copy link

github-actions bot commented Jul 13, 2022

PR #20020: Size comparison from cbabee6 to 6e2e7c7

Increases (10 builds for cyw30739, k32w, linux, mbed, telink)
platform target config section cbabee6 6e2e7c7 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
k32w light k32w061+release (read/write) 658832 658992 160 0.0
.text 581524 581684 160 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux chip-tool-ipv6only arm64 (read only) 10066476 10080796 14320 0.1
.rodata 479532 479580 48 0.0
.text 8024356 8038628 14272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
.text 2190224 2191568 1344 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448312 2448440 128 0.0
.text 1410956 1411084 128 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
text 565736 565938 202 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
text 582060 582470 410 0.1
Full report (10 builds for cyw30739, k32w, linux, mbed, telink)
platform target config section cbabee6 6e2e7c7 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w061+release (read/write) 658832 658992 160 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581684 160 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux chip-tool-ipv6only arm64 (read only) 10066476 10080796 14320 0.1
(read/write) 686913 686913 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 622984 622984 0 0.0
.dynamic 528 528 0 0.0
.got 13736 13736 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479532 479580 48 0.0
.text 8024356 8038628 14272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190224 2191568 1344 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448440 128 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1411084 128 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565736 565938 202 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582060 582470 410 0.1

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

PR #20020: Size comparison from 8064507 to 29afb1f

Increases above 0.2%:

platform target config section 8064507 29afb1f change % change
linux tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.text 4944082 4955794 11712 0.2
Increases (39 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 8064507 29afb1f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632227 144 0.0
.text 554380 554524 144 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618695 104 0.0
.text 541944 542048 104 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664255 664303 48 0.0
.text 579208 579256 48 0.0
shell LP_CC2652R7 (read only) 658774 659062 288 0.0
.text 573540 573828 288 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585670 96 0.0
.app_xip_area 459600 459696 96 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129192 96 0.0
.text 982828 982924 96 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.text 938940 939164 224 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10347505 10359281 11776 0.1
.rodata 516533 516725 192 0.0
.text 8400580 8412164 11584 0.1
chip-tool-ipv6only arm64 (read only) 10066476 10080796 14320 0.1
.rodata 479532 479580 48 0.0
.text 8024356 8038628 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448312 2448440 128 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
text 800988 801160 172 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
text 565734 565938 204 0.0
lighting-app tlsr9518adk80d (read/write) 817364 817780 416 0.1
text 582056 582470 414 0.1
Decreases (5 builds for cc13x2_26x2)
platform target config section 8064507 29afb1f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 184948 184636 -312 -0.2
lock-ftd LP_CC2652R7 (read/write) 172184 172080 -104 -0.1
pump-app LP_CC2652R7 (read/write) 163784 163728 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 178080 178032 -48 -0.0
shell LP_CC2652R7 (read/write) 187952 187664 -288 -0.2
Full report (39 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 8064507 29afb1f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
(read/write) 184948 184636 -312 -0.2
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88139 88139 0 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632227 144 0.0
(read/write) 157684 157684 0 0.0
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 77379 77379 0 0.0
.text 554380 554524 144 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
(read/write) 172184 172080 -104 -0.1
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76279 76279 0 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618695 104 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76159 76159 0 0.0
.text 541944 542048 104 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
(read/write) 163784 163728 -56 -0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88703 88703 0 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664255 664303 48 0.0
(read/write) 178080 178032 -48 -0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84567 84567 0 0.0
.text 579208 579256 48 0.0
shell LP_CC2652R7 (read only) 658774 659062 288 0.0
(read/write) 187952 187664 -288 -0.2
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84918 84918 0 0.0
.text 573540 573828 288 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585670 96 0.0
.app_xip_area 459600 459696 96 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.bss 132996 132996 0 0.0
.data 2048 2048 0 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.bss 149676 149676 0 0.0
.data 2260 2260 0 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129192 96 0.0
.bss 144184 144184 0 0.0
.data 2060 2060 0 0.0
.text 982828 982924 96 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.bss 134468 134468 0 0.0
.data 2076 2076 0 0.0
.text 938940 939164 224 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
(read/write) 154752 154752 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84968 84968 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 263805 263805 0 0.0
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265533 265533 0 0.0
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198208 198208 0 0.0
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10347505 10359281 11776 0.1
(read/write) 621728 621728 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 587360 587360 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 516533 516725 192 0.0
.text 8400580 8412164 11584 0.1
chip-tool-ipv6only arm64 (read only) 10066476 10080796 14320 0.1
(read/write) 686913 686913 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 622984 622984 0 0.0
.dynamic 528 528 0 0.0
.got 13736 13736 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479532 479580 48 0.0
.text 8024356 8038628 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213896 213896 0 0.0
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 228936 228936 0 0.0
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67288 67288 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207488 207488 0 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227954 227954 0 0.0
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
(read/write) 161456 161456 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102536 102536 0 0.0
.dynamic 608 608 0 0.0
.got 4744 4744 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448440 128 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
bss 142900 142900 0 0.0
rodata 142076 142076 0 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
bss 142136 142136 0 0.0
rodata 133608 133608 0 0.0
text 800988 801160 172 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565734 565938 204 0.0
lighting-app tlsr9518adk80d (read/write) 817364 817780 416 0.1
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582056 582470 414 0.1

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

PR #20020: Size comparison from aa2f050 to c73e03c

Increases (16 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section aa2f050 c73e03c change % change
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583058 40 0.0
.app_xip_area 462620 462660 40 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
.text 2190224 2191568 1344 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448312 2448440 128 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
text 800988 801156 168 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797740 200 0.0
text 565736 565934 198 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
text 582058 582470 412 0.1
Full report (16 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section aa2f050 c73e03c change % change
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583058 40 0.0
.app_xip_area 462620 462660 40 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
(read/write) 686913 686913 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 622984 622984 0 0.0
.dynamic 528 528 0 0.0
.got 13736 13736 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190224 2191568 1344 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448440 128 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
bss 142900 142900 0 0.0
rodata 142076 142076 0 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
bss 142136 142136 0 0.0
rodata 133608 133608 0 0.0
text 800988 801156 168 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797740 200 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565736 565934 198 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582058 582470 412 0.1

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

PR #20020: Size comparison from aa2f050 to 33e5e8e

Increases above 0.2%:

platform target config section aa2f050 33e5e8e change % change
linux tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.text 4944082 4955794 11712 0.2
Increases (39 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section aa2f050 33e5e8e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632235 152 0.0
.text 554380 554532 152 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618687 96 0.0
.text 541944 542040 96 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664247 664303 56 0.0
.text 579200 579256 56 0.0
shell LP_CC2652R7 (read only) 658774 659070 296 0.0
.text 573540 573836 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129208 112 0.0
.text 982828 982940 112 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.text 938940 939164 224 0.0
k32w light k32w061+release (read/write) 658832 658992 160 0.0
.text 581524 581684 160 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10350145 10361953 11808 0.1
.rodata 516597 516821 224 0.0
.text 8403156 8414740 11584 0.1
chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448312 2448440 128 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
text 800988 801156 168 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
text 565736 565938 202 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
text 582058 582470 412 0.1
Decreases (5 builds for cc13x2_26x2)
platform target config section aa2f050 33e5e8e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 184948 184636 -312 -0.2
lock-ftd LP_CC2652R7 (read/write) 172184 172080 -104 -0.1
pump-app LP_CC2652R7 (read/write) 163784 163728 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 178088 178032 -56 -0.0
shell LP_CC2652R7 (read/write) 187952 187656 -296 -0.2
Full report (39 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section aa2f050 33e5e8e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
(read/write) 184948 184636 -312 -0.2
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88139 88139 0 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632235 152 0.0
(read/write) 157684 157684 0 0.0
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 77379 77379 0 0.0
.text 554380 554532 152 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
(read/write) 172184 172080 -104 -0.1
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76279 76279 0 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618687 96 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76159 76159 0 0.0
.text 541944 542040 96 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
(read/write) 163784 163728 -56 -0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88703 88703 0 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664247 664303 56 0.0
(read/write) 178088 178032 -56 -0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84567 84567 0 0.0
.text 579200 579256 56 0.0
shell LP_CC2652R7 (read only) 658774 659070 296 0.0
(read/write) 187952 187656 -296 -0.2
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84918 84918 0 0.0
.text 573540 573836 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583066 48 0.0
.app_xip_area 462620 462668 48 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.bss 132996 132996 0 0.0
.data 2048 2048 0 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.bss 149676 149676 0 0.0
.data 2260 2260 0 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129208 112 0.0
.bss 144184 144184 0 0.0
.data 2060 2060 0 0.0
.text 982828 982940 112 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.bss 134468 134468 0 0.0
.data 2076 2076 0 0.0
.text 938940 939164 224 0.0
k32w light k32w061+release (read/write) 658832 658992 160 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581684 160 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
(read/write) 154752 154752 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84968 84968 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 263805 263805 0 0.0
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265533 265533 0 0.0
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198208 198208 0 0.0
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10350145 10361953 11808 0.1
(read/write) 621728 621728 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 587360 587360 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 516597 516821 224 0.0
.text 8403156 8414740 11584 0.1
chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
(read/write) 686913 686913 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 622984 622984 0 0.0
.dynamic 528 528 0 0.0
.got 13736 13736 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213896 213896 0 0.0
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 228936 228936 0 0.0
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67288 67288 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207488 207488 0 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227954 227954 0 0.0
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
(read/write) 161456 161456 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102536 102536 0 0.0
.dynamic 608 608 0 0.0
.got 4744 4744 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448440 128 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
bss 142900 142900 0 0.0
rodata 142076 142076 0 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
bss 142136 142136 0 0.0
rodata 133608 133608 0 0.0
text 800988 801156 168 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797748 208 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565736 565938 202 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582058 582470 412 0.1

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

PR #20020: Size comparison from 61dd4d0 to 3151688

Increases above 0.2%:

platform target config section 61dd4d0 3151688 change % change
linux tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.text 4944082 4955794 11712 0.2
Increases (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 61dd4d0 3151688 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632235 152 0.0
.text 554380 554532 152 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618695 104 0.0
.text 541944 542048 104 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664255 664303 48 0.0
.text 579208 579256 48 0.0
shell LP_CC2652R7 (read only) 658774 659070 296 0.0
.text 573540 573836 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583058 40 0.0
.app_xip_area 462620 462660 40 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129192 96 0.0
.text 982828 982924 96 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.text 938940 939164 224 0.0
esp32 all-clusters-app c3devkit (read only) 1020156 1020840 684 0.1
.flash.text 1020156 1020840 684 0.1
m5stack (read only) 1074031 1074387 356 0.0
.flash.text 1068647 1069003 356 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10350145 10361953 11808 0.1
.rodata 516597 516821 224 0.0
.text 8403156 8414740 11584 0.1
chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448312 2448440 128 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
text 800988 801160 172 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797740 200 0.0
text 565732 565936 204 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
text 582058 582472 414 0.1
Decreases (7 builds for bl602, cc13x2_26x2)
platform target config section 61dd4d0 3151688 change % change
bl602 lighting-app bl602 (read/write) 1397634 1382298 -15336 -1.1
.text 1058640 1052444 -6196 -0.6
bl602+rpc (read/write) 1443058 1427730 -15328 -1.1
.text 1090320 1084128 -6192 -0.6
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 184948 184636 -312 -0.2
lock-ftd LP_CC2652R7 (read/write) 172184 172080 -104 -0.1
pump-app LP_CC2652R7 (read/write) 163784 163728 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 178080 178032 -48 -0.0
shell LP_CC2652R7 (read/write) 187952 187656 -296 -0.2
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 61dd4d0 3151688 change % change
bl602 lighting-app bl602 (read/write) 1397634 1382298 -15336 -1.1
.bss 116978 116978 0 0.0
.data 4480 4480 0 0.0
.text 1058640 1052444 -6196 -0.6
bl602+rpc (read/write) 1443058 1427730 -15328 -1.1
.bss 124418 124418 0 0.0
.data 4600 4600 0 0.0
.text 1090320 1084128 -6192 -0.6
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666275 666587 312 0.0
(read/write) 184948 184636 -312 -0.2
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88139 88139 0 0.0
.text 577820 578132 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 632083 632235 152 0.0
(read/write) 157684 157684 0 0.0
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 77379 77379 0 0.0
.text 554380 554532 152 0.0
lock-ftd LP_CC2652R7 (read only) 669183 669287 104 0.0
(read/write) 172184 172080 -104 -0.1
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76279 76279 0 0.0
.text 592424 592528 104 0.0
lock-mtd LP_CC2652R7 (read only) 618591 618695 104 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76159 76159 0 0.0
.text 541944 542048 104 0.0
pump-app LP_CC2652R7 (read only) 678431 678487 56 0.0
(read/write) 163784 163728 -56 -0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88703 88703 0 0.0
.text 589244 589300 56 0.0
pump-controller-app LP_CC2652R7 (read only) 664255 664303 48 0.0
(read/write) 178080 178032 -48 -0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84567 84567 0 0.0
.text 579208 579256 48 0.0
shell LP_CC2652R7 (read only) 658774 659070 296 0.0
(read/write) 187952 187656 -296 -0.2
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84918 84918 0 0.0
.text 573540 573836 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 579622 579798 176 0.0
.app_xip_area 458376 458552 176 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585574 585678 104 0.0
.app_xip_area 459600 459704 104 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583018 583058 40 0.0
.app_xip_area 462620 462660 40 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1081700 1082228 528 0.0
.bss 132996 132996 0 0.0
.data 2048 2048 0 0.0
.text 946636 947164 528 0.1
BRD4161A+rpc (read/write) 1136012 1136540 528 0.0
.bss 149676 149676 0 0.0
.data 2260 2260 0 0.0
.text 984056 984584 528 0.1
BRD4161A+rs911x (read/write) 948172 948700 528 0.1
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 805336 805864 528 0.1
lock-app BRD4161A+wf200 (read/write) 1129096 1129192 96 0.0
.bss 144184 144184 0 0.0
.data 2060 2060 0 0.0
.text 982828 982924 96 0.0
window-app BRD4161A (read/write) 1075508 1075732 224 0.0
.bss 134468 134468 0 0.0
.data 2076 2076 0 0.0
.text 938940 939164 224 0.0
esp32 all-clusters-app c3devkit (read only) 1020156 1020840 684 0.1
(read/write) 1485842 1485842 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215728 215728 0 0.0
.flash.text 1020156 1020840 684 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1074031 1074387 356 0.0
(read/write) 487904 487904 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246164 246164 0 0.0
.flash.text 1068647 1069003 356 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658832 659008 176 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581524 581700 176 0.0
lock k32w061+release (read/write) 685684 685780 96 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607900 607996 96 0.0
linux all-clusters-app debug (read only) 2961225 2965497 4272 0.1
(read/write) 154752 154752 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84968 84968 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 263805 263805 0 0.0
.text 2520210 2524482 4272 0.2
all-clusters-minimal-app debug (read only) 2813801 2815737 1936 0.1
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265533 265533 0 0.0
.text 2373234 2375170 1936 0.1
bridge-app debug+rpc (read only) 2315849 2317433 1584 0.1
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198208 198208 0 0.0
.text 1955906 1957490 1584 0.1
chip-tool debug (read only) 10350145 10361953 11808 0.1
(read/write) 621728 621728 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 587360 587360 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 516597 516821 224 0.0
.text 8403156 8414740 11584 0.1
chip-tool-ipv6only arm64 (read only) 10068812 10083148 14336 0.1
(read/write) 686913 686913 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 622984 622984 0 0.0
.dynamic 528 528 0 0.0
.got 13736 13736 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479628 479692 64 0.0
.text 8026596 8040868 14272 0.2
lighting-app debug+rpc (read only) 2551577 2554633 3056 0.1
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213896 213896 0 0.0
.text 2167714 2170770 3056 0.1
lock-app debug (read only) 2516313 2518265 1952 0.1
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 228936 228936 0 0.0
.text 2122210 2124162 1952 0.1
ota-provider-app debug (read only) 2322689 2323633 944 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203704 203800 96 0.0
.text 1956210 1957058 848 0.0
ota-requestor-app debug (read only) 2439761 2440881 1120 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67288 67288 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207488 207488 0 0.0
.text 2061122 2062242 1120 0.1
shell debug (read only) 2551569 2555841 4272 0.2
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227954 227954 0 0.0
.text 2166514 2170786 4272 0.2
thermostat-no-ble arm64 (read only) 2595668 2597012 1344 0.1
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190224 2191568 1344 0.1
tv-app debug (read only) 3102609 3105153 2544 0.1
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249216 249408 192 0.1
.text 2665490 2667842 2352 0.1
tv-casting-app debug (read only) 5563561 5575369 11808 0.2
(read/write) 161456 161456 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102536 102536 0 0.0
.dynamic 608 608 0 0.0
.got 4744 4744 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 342825 342921 96 0.0
.text 4944082 4955794 11712 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448440 128 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1411084 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175731 320 0.0
bss 142900 142900 0 0.0
rodata 142076 142076 0 0.0
text 811544 811860 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155607 1155783 176 0.0
bss 142136 142136 0 0.0
rodata 133608 133608 0 0.0
text 800988 801160 172 0.0
p6 all-clusters-app default (read/write) 2566392 2567160 768 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1524656 1525424 768 0.1
all-clusters-minimal-app default (read/write) 2511688 2512056 368 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1469952 1470320 368 0.0
light-app default (read/write) 2441616 2442112 496 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1399880 1400376 496 0.0
lock-app default (read/write) 2468768 2469072 304 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1427032 1427336 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797540 797740 200 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565732 565936 204 0.0
lighting-app tlsr9518adk80d (read/write) 817372 817780 408 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582058 582472 414 0.1

@github-actions
Copy link

github-actions bot commented Jul 15, 2022

PR #20020: Size comparison from 6185156 to 1c47d0f

Increases above 0.2%:

platform target config section 6185156 1c47d0f change % change
linux tv-casting-app debug (read only) 5328449 5340273 11824 0.2
.text 4731570 4743298 11728 0.2
Increases (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 6185156 1c47d0f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 667751 668047 296 0.0
.text 579196 579492 296 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 633535 633703 168 0.0
.text 555732 555900 168 0.0
lock-ftd LP_CC2652R7 (read only) 671147 671251 104 0.0
.text 594288 594392 104 0.0
lock-mtd LP_CC2652R7 (read only) 653431 653535 104 0.0
.text 551840 551944 104 0.0
pump-app LP_CC2652R7 (read only) 680179 680235 56 0.0
.text 590964 591020 56 0.0
pump-controller-app LP_CC2652R7 (read only) 665987 666035 48 0.0
.text 580912 580960 48 0.0
shell LP_CC2652R7 (read only) 660226 660538 312 0.0
.text 574892 575204 312 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 581502 581686 184 0.0
.app_xip_area 460208 460392 184 0.0
lock cyw930739m2evb_01 (read/write) 587506 587602 96 0.0
.app_xip_area 461484 461580 96 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 584850 584898 48 0.0
.app_xip_area 464404 464452 48 0.0
efr32 lighting-app BRD4161A (read/write) 1083832 1084360 528 0.0
.text 948720 949248 528 0.1
BRD4161A+rpc (read/write) 1138164 1138692 528 0.0
.text 986156 986684 528 0.1
BRD4161A+rs911x (read/write) 949208 949736 528 0.1
.text 806372 806900 528 0.1
lock-app BRD4161A+wf200 (read/write) 1127548 1127660 112 0.0
.text 981336 981448 112 0.0
window-app BRD4161A (read/write) 1077636 1077876 240 0.0
.text 941024 941264 240 0.0
esp32 all-clusters-app c3devkit (read only) 1020710 1021396 686 0.1
.flash.text 1020710 1021396 686 0.1
m5stack (read only) 1074755 1075131 376 0.0
.flash.text 1069371 1069747 376 0.0
k32w light k32w061+release (read/write) 660236 660412 176 0.0
.text 582904 583080 176 0.0
lock k32w061+release (read/write) 687228 687308 80 0.0
.text 609420 609500 80 0.0
linux all-clusters-app debug (read only) 2967593 2971865 4272 0.1
.text 2525298 2529570 4272 0.2
all-clusters-minimal-app debug (read only) 2816569 2818505 1936 0.1
.text 2375970 2377906 1936 0.1
bridge-app debug+rpc (read only) 2317225 2318809 1584 0.1
.text 1957282 1958866 1584 0.1
chip-tool debug (read only) 10243561 10255369 11808 0.1
.rodata 512053 512277 224 0.0
.text 8283380 8294964 11584 0.1
chip-tool-ipv6only arm64 (read only) 9988700 10003052 14352 0.1
.rodata 476460 476524 64 0.0
.text 7932276 7946564 14288 0.2
lighting-app debug+rpc (read only) 2553481 2556537 3056 0.1
.text 2169586 2172642 3056 0.1
lock-app debug (read only) 2519433 2521385 1952 0.1
.text 2125266 2127218 1952 0.1
ota-provider-app debug (read only) 2324065 2324993 928 0.0
.rodata 203704 203800 96 0.0
.text 1957586 1958418 832 0.0
ota-requestor-app debug (read only) 2441401 2442505 1104 0.0
.text 2062770 2063874 1104 0.1
shell debug (read only) 2554513 2558801 4288 0.2
.text 2169394 2173682 4288 0.2
thermostat-no-ble arm64 (read only) 2597300 2598644 1344 0.1
.text 2191888 2193232 1344 0.1
tv-app debug (read only) 3103985 3106513 2528 0.1
.rodata 249216 249408 192 0.1
.text 2666866 2669202 2336 0.1
tv-casting-app debug (read only) 5328449 5340273 11824 0.2
.rodata 331529 331625 96 0.0
.text 4731570 4743298 11728 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448728 2448792 64 0.0
.text 1411372 1411436 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175991 1176295 304 0.0
text 812052 812368 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156183 1156359 176 0.0
text 801504 801676 172 0.0
p6 all-clusters-app default (read/write) 2567408 2568176 768 0.0
.text 1525672 1526440 768 0.1
all-clusters-minimal-app default (read/write) 2512656 2513040 384 0.0
.text 1470920 1471304 384 0.0
light-app default (read/write) 2442528 2443008 480 0.0
.text 1400792 1401272 480 0.0
lock-app default (read/write) 2469792 2470096 304 0.0
.text 1428056 1428360 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798068 798268 200 0.0
text 566258 566462 204 0.0
lighting-app tlsr9518adk80d (read/write) 817892 818308 416 0.1
text 582580 582994 414 0.1
Decreases (8 builds for bl602, cc13x2_26x2)
platform target config section 6185156 1c47d0f change % change
bl602 lighting-app bl602 (read/write) 1398434 1383074 -15360 -1.1
.text 1059396 1053200 -6196 -0.6
bl602+rpc (read/write) 1443858 1428514 -15344 -1.1
.text 1091080 1084884 -6196 -0.6
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 183488 183192 -296 -0.2
lock-ftd LP_CC2652R7 (read/write) 170268 170164 -104 -0.1
lock-mtd LP_CC2652R7 (read/write) 183672 183568 -104 -0.1
pump-app LP_CC2652R7 (read/write) 162084 162028 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176396 176348 -48 -0.0
shell LP_CC2652R7 (read/write) 186516 186204 -312 -0.2
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 6185156 1c47d0f change % change
bl602 lighting-app bl602 (read/write) 1398434 1383074 -15360 -1.1
.bss 116978 116978 0 0.0
.data 4480 4480 0 0.0
.text 1059396 1053200 -6196 -0.6
bl602+rpc (read/write) 1443858 1428514 -15344 -1.1
.bss 124418 124418 0 0.0
.data 4600 4600 0 0.0
.text 1091080 1084884 -6196 -0.6
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 667751 668047 296 0.0
(read/write) 183488 183192 -296 -0.2
.bss 74132 74132 0 0.0
.data 3356 3356 0 0.0
.rodata 88239 88239 0 0.0
.text 579196 579492 296 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 633535 633703 168 0.0
(read/write) 157700 157700 0 0.0
.bss 73428 73428 0 0.0
.data 3356 3356 0 0.0
.rodata 77479 77479 0 0.0
.text 555732 555900 168 0.0
lock-ftd LP_CC2652R7 (read only) 671147 671251 104 0.0
(read/write) 170268 170164 -104 -0.1
.bss 71196 71196 0 0.0
.data 3280 3280 0 0.0
.rodata 76379 76379 0 0.0
.text 594288 594392 104 0.0
lock-mtd LP_CC2652R7 (read only) 653431 653535 104 0.0
(read/write) 183672 183568 -104 -0.1
.bss 66884 66884 0 0.0
.data 3280 3280 0 0.0
.rodata 101111 101111 0 0.0
.text 551840 551944 104 0.0
pump-app LP_CC2652R7 (read only) 680179 680235 56 0.0
(read/write) 162084 162028 -56 -0.0
.bss 71276 71276 0 0.0
.data 3280 3280 0 0.0
.rodata 88731 88731 0 0.0
.text 590964 591020 56 0.0
pump-controller-app LP_CC2652R7 (read only) 665987 666035 48 0.0
(read/write) 176396 176348 -48 -0.0
.bss 71396 71396 0 0.0
.data 3276 3276 0 0.0
.rodata 84595 84595 0 0.0
.text 580912 580960 48 0.0
shell LP_CC2652R7 (read only) 660226 660538 312 0.0
(read/write) 186516 186204 -312 -0.2
.bss 76436 76436 0 0.0
.data 3360 3360 0 0.0
.rodata 85018 85018 0 0.0
.text 574892 575204 312 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 581502 581686 184 0.0
.app_xip_area 460208 460392 184 0.0
.bss 64232 64232 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587506 587602 96 0.0
.app_xip_area 461484 461580 96 0.0
.bss 68960 68960 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 584850 584898 48 0.0
.app_xip_area 464404 464452 48 0.0
.bss 63440 63440 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1083832 1084360 528 0.0
.bss 133044 133044 0 0.0
.data 2048 2048 0 0.0
.text 948720 949248 528 0.1
BRD4161A+rpc (read/write) 1138164 1138692 528 0.0
.bss 149724 149724 0 0.0
.data 2260 2260 0 0.0
.text 986156 986684 528 0.1
BRD4161A+rs911x (read/write) 949208 949736 528 0.1
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 806372 806900 528 0.1
lock-app BRD4161A+wf200 (read/write) 1127548 1127660 112 0.0
.bss 144136 144136 0 0.0
.data 2056 2056 0 0.0
.text 981336 981448 112 0.0
window-app BRD4161A (read/write) 1077636 1077876 240 0.0
.bss 134516 134516 0 0.0
.data 2076 2076 0 0.0
.text 941024 941264 240 0.0
esp32 all-clusters-app c3devkit (read only) 1020710 1021396 686 0.1
(read/write) 1485938 1485938 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215824 215824 0 0.0
.flash.text 1020710 1021396 686 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1074755 1075131 376 0.0
(read/write) 487992 487992 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246252 246252 0 0.0
.flash.text 1069371 1069747 376 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 660236 660412 176 0.0
.bss 69540 69540 0 0.0
.data 1992 1992 0 0.0
.text 582904 583080 176 0.0
lock k32w061+release (read/write) 687228 687308 80 0.0
.bss 70004 70004 0 0.0
.data 2004 2004 0 0.0
.text 609420 609500 80 0.0
linux all-clusters-app debug (read only) 2967593 2971865 4272 0.1
(read/write) 155016 155016 0 0.0
.bss 61664 61664 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 85048 85048 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 264605 264605 0 0.0
.text 2525298 2529570 4272 0.2
all-clusters-minimal-app debug (read only) 2816569 2818505 1936 0.1
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265565 265565 0 0.0
.text 2375970 2377906 1936 0.1
bridge-app debug+rpc (read only) 2317225 2318809 1584 0.1
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198208 198208 0 0.0
.text 1957282 1958866 1584 0.1
chip-tool debug (read only) 10243561 10255369 11808 0.1
(read/write) 629504 629504 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 595152 595152 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 512053 512277 224 0.0
.text 8283380 8294964 11584 0.1
chip-tool-ipv6only arm64 (read only) 9988700 10003052 14352 0.1
(read/write) 694577 694577 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 630768 630768 0 0.0
.dynamic 528 528 0 0.0
.got 13624 13624 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 476460 476524 64 0.0
.text 7932276 7946564 14288 0.2
lighting-app debug+rpc (read only) 2553481 2556537 3056 0.1
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213928 213928 0 0.0
.text 2169586 2172642 3056 0.1
lock-app debug (read only) 2519433 2521385 1952 0.1
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 229000 229000 0 0.0
.text 2125266 2127218 1952 0.1
ota-provider-app debug (read only) 2324065 2324993 928 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203704 203800 96 0.0
.text 1957586 1958418 832 0.0
ota-requestor-app debug (read only) 2441401 2442505 1104 0.0
(read/write) 125248 125248 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67304 67304 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207456 207456 0 0.0
.text 2062770 2063874 1104 0.1
shell debug (read only) 2554513 2558801 4288 0.2
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228018 228018 0 0.0
.text 2169394 2173682 4288 0.2
thermostat-no-ble arm64 (read only) 2597300 2598644 1344 0.1
(read/write) 158257 158257 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83216 83216 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2191888 2193232 1344 0.1
tv-app debug (read only) 3103985 3106513 2528 0.1
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249216 249408 192 0.1
.text 2666866 2669202 2336 0.1
tv-casting-app debug (read only) 5328449 5340273 11824 0.2
(read/write) 156848 156848 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 97928 97928 0 0.0
.dynamic 608 608 0 0.0
.got 4744 4744 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 331529 331625 96 0.0
.text 4731570 4743298 11728 0.2
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448728 2448792 64 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1411372 1411436 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175991 1176295 304 0.0
bss 142900 142900 0 0.0
rodata 142128 142128 0 0.0
text 812052 812368 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156183 1156359 176 0.0
bss 142136 142136 0 0.0
rodata 133672 133672 0 0.0
text 801504 801676 172 0.0
p6 all-clusters-app default (read/write) 2567408 2568176 768 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1525672 1526440 768 0.1
all-clusters-minimal-app default (read/write) 2512656 2513040 384 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1470920 1471304 384 0.0
light-app default (read/write) 2442528 2443008 480 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1400792 1401272 480 0.0
lock-app default (read/write) 2469792 2470096 304 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1428056 1428360 304 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798068 798268 200 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 566258 566462 204 0.0
lighting-app tlsr9518adk80d (read/write) 817892 818308 416 0.1
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582580 582994 414 0.1

@github-actions
Copy link

github-actions bot commented Jul 16, 2022

PR #20020: Size comparison from bd077fe to 7eb25db

Increases (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section bd077fe 7eb25db change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 667887 668199 312 0.0
.text 579300 579612 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 633687 633831 144 0.0
.text 555852 555996 144 0.0
lock-ftd LP_CC2652R7 (read only) 671299 671403 104 0.0
.text 594408 594512 104 0.0
lock-mtd LP_CC2652R7 (read only) 653559 653655 96 0.0
.text 551928 552024 96 0.0
pump-app LP_CC2652R7 (read only) 680315 680379 64 0.0
.text 591060 591124 64 0.0
pump-controller-app LP_CC2652R7 (read only) 666131 666179 48 0.0
.text 581024 581072 48 0.0
shell LP_CC2652R7 (read only) 660386 660682 296 0.0
.text 575012 575308 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 581598 581774 176 0.0
.app_xip_area 460304 460480 176 0.0
lock cyw930739m2evb_01 (read/write) 587586 587690 104 0.0
.app_xip_area 461564 461668 104 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 584994 585050 56 0.0
.app_xip_area 464548 464604 56 0.0
efr32 lighting-app BRD4161A (read/write) 1084112 1084640 528 0.0
.text 949000 949528 528 0.1
BRD4161A+rpc (read/write) 1138444 1138972 528 0.0
.text 986436 986964 528 0.1
BRD4161A+rs911x (read/write) 949480 950008 528 0.1
.text 806644 807172 528 0.1
lock-app BRD4161A+wf200 (read/write) 1127692 1127788 96 0.0
.text 981480 981576 96 0.0
window-app BRD4161A (read/write) 1077908 1078132 224 0.0
.text 941296 941520 224 0.0
esp32 all-clusters-app c3devkit (read only) 1020882 1021568 686 0.1
.flash.text 1020882 1021568 686 0.1
m5stack (read only) 1074919 1075299 380 0.0
.flash.text 1069535 1069915 380 0.0
k32w light k32w061+release (read/write) 660364 660524 160 0.0
.text 583032 583192 160 0.0
lock k32w061+release (read/write) 687380 687476 96 0.0
.text 609572 609668 96 0.0
linux chip-tool-ipv6only arm64 (read only) 9990124 10004476 14352 0.1
.rodata 476300 476364 64 0.0
.text 7933860 7948148 14288 0.2
thermostat-no-ble arm64 (read only) 2598068 2599428 1360 0.1
.text 2192624 2193984 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2448888 2448952 64 0.0
.text 1411532 1411596 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176123 1176443 320 0.0
text 812156 812472 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156331 1156507 176 0.0
text 801608 801780 172 0.0
p6 all-clusters-app default (read/write) 2567680 2568432 752 0.0
.text 1525944 1526696 752 0.0
all-clusters-minimal-app default (read/write) 2512928 2513312 384 0.0
.text 1471192 1471576 384 0.0
light-app default (read/write) 2442800 2443296 496 0.0
.text 1401064 1401560 496 0.0
lock-app default (read/write) 2470064 2470384 320 0.0
.text 1428328 1428648 320 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798256 798456 200 0.0
text 566412 566614 202 0.0
lighting-app tlsr9518adk80d (read/write) 818080 818496 416 0.1
text 582736 583148 412 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section bd077fe 7eb25db change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 183352 183040 -312 -0.2
lock-ftd LP_CC2652R7 (read/write) 170116 170012 -104 -0.1
lock-mtd LP_CC2652R7 (read/write) 183544 183448 -96 -0.1
pump-app LP_CC2652R7 (read/write) 161948 161884 -64 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176252 176204 -48 -0.0
shell LP_CC2652R7 (read/write) 186356 186060 -296 -0.2
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section bd077fe 7eb25db change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 667887 668199 312 0.0
(read/write) 183352 183040 -312 -0.2
.bss 74132 74132 0 0.0
.data 3356 3356 0 0.0
.rodata 88271 88271 0 0.0
.text 579300 579612 312 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 633687 633831 144 0.0
(read/write) 157700 157700 0 0.0
.bss 73428 73428 0 0.0
.data 3356 3356 0 0.0
.rodata 77511 77511 0 0.0
.text 555852 555996 144 0.0
lock-ftd LP_CC2652R7 (read only) 671299 671403 104 0.0
(read/write) 170116 170012 -104 -0.1
.bss 71196 71196 0 0.0
.data 3280 3280 0 0.0
.rodata 76411 76411 0 0.0
.text 594408 594512 104 0.0
lock-mtd LP_CC2652R7 (read only) 653559 653655 96 0.0
(read/write) 183544 183448 -96 -0.1
.bss 66884 66884 0 0.0
.data 3280 3280 0 0.0
.rodata 101151 101151 0 0.0
.text 551928 552024 96 0.0
pump-app LP_CC2652R7 (read only) 680315 680379 64 0.0
(read/write) 161948 161884 -64 -0.0
.bss 71276 71276 0 0.0
.data 3280 3280 0 0.0
.rodata 88771 88771 0 0.0
.text 591060 591124 64 0.0
pump-controller-app LP_CC2652R7 (read only) 666131 666179 48 0.0
(read/write) 176252 176204 -48 -0.0
.bss 71396 71396 0 0.0
.data 3276 3276 0 0.0
.rodata 84627 84627 0 0.0
.text 581024 581072 48 0.0
shell LP_CC2652R7 (read only) 660386 660682 296 0.0
(read/write) 186356 186060 -296 -0.2
.bss 76436 76436 0 0.0
.data 3360 3360 0 0.0
.rodata 85058 85058 0 0.0
.text 575012 575308 296 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 581598 581774 176 0.0
.app_xip_area 460304 460480 176 0.0
.bss 64232 64232 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587586 587690 104 0.0
.app_xip_area 461564 461668 104 0.0
.bss 68960 68960 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 584994 585050 56 0.0
.app_xip_area 464548 464604 56 0.0
.bss 63440 63440 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1084112 1084640 528 0.0
.bss 133044 133044 0 0.0
.data 2048 2048 0 0.0
.text 949000 949528 528 0.1
BRD4161A+rpc (read/write) 1138444 1138972 528 0.0
.bss 149724 149724 0 0.0
.data 2260 2260 0 0.0
.text 986436 986964 528 0.1
BRD4161A+rs911x (read/write) 949480 950008 528 0.1
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 806644 807172 528 0.1
lock-app BRD4161A+wf200 (read/write) 1127692 1127788 96 0.0
.bss 144136 144136 0 0.0
.data 2056 2056 0 0.0
.text 981480 981576 96 0.0
window-app BRD4161A (read/write) 1077908 1078132 224 0.0
.bss 134516 134516 0 0.0
.data 2076 2076 0 0.0
.text 941296 941520 224 0.0
esp32 all-clusters-app c3devkit (read only) 1020882 1021568 686 0.1
(read/write) 1485978 1485978 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215864 215864 0 0.0
.flash.text 1020882 1021568 686 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1074919 1075299 380 0.0
(read/write) 488024 488024 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246284 246284 0 0.0
.flash.text 1069535 1069915 380 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 660364 660524 160 0.0
.bss 69540 69540 0 0.0
.data 1992 1992 0 0.0
.text 583032 583192 160 0.0
lock k32w061+release (read/write) 687380 687476 96 0.0
.bss 70004 70004 0 0.0
.data 2004 2004 0 0.0
.text 609572 609668 96 0.0
linux chip-tool-ipv6only arm64 (read only) 9990124 10004476 14352 0.1
(read/write) 694577 694577 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 630768 630768 0 0.0
.dynamic 528 528 0 0.0
.got 13624 13624 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 476300 476364 64 0.0
.text 7933860 7948148 14288 0.2
thermostat-no-ble arm64 (read only) 2598068 2599428 1360 0.1
(read/write) 158257 158257 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83216 83216 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165700 165700 0 0.0
.text 2192624 2193984 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448888 2448952 64 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1411532 1411596 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176123 1176443 320 0.0
bss 142900 142900 0 0.0
rodata 142164 142164 0 0.0
text 812156 812472 316 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156331 1156507 176 0.0
bss 142136 142136 0 0.0
rodata 133708 133708 0 0.0
text 801608 801780 172 0.0
p6 all-clusters-app default (read/write) 2567680 2568432 752 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1525944 1526696 752 0.0
all-clusters-minimal-app default (read/write) 2512928 2513312 384 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1471192 1471576 384 0.0
light-app default (read/write) 2442800 2443296 496 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1401064 1401560 496 0.0
lock-app default (read/write) 2470064 2470384 320 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1428328 1428648 320 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798256 798456 200 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 566412 566614 202 0.0
lighting-app tlsr9518adk80d (read/write) 818080 818496 416 0.1
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582736 583148 412 0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants