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

Added a CheckConstraint Min and Max function where the expected is a Nullable type #27045

Conversation

mhazley
Copy link
Contributor

@mhazley mhazley commented Jun 2, 2023

📖 Description

This PR came about when generating test YAML for the concentration measurement clusters. I needed to check constraints on a nullable float and after regenning the tests, chip-tool build was failing.

The error was:

../../third_party/connectedhomeip/zzz_generated/chip-tool/zap-generated/test/Commands.h:11836:17:   required from here
../../third_party/connectedhomeip/src/app/tests/suites/include/ConstraintsChecker.h:299:67: error: invalid static_cast from type ‘chip::app::DataModel::Nullable<float>’ to type ‘float’
  299 |         return CheckConstraintMinValue(itemName, current.Value(), static_cast<T>(expected));
      |     

So, I added these two new templates to support the checks in my YAML.

@mhazley mhazley added the testing label Jun 2, 2023
@mhazley mhazley requested review from cecille and bzbarsky-apple June 2, 2023 16:05
@mhazley mhazley self-assigned this Jun 2, 2023
@github-actions
Copy link

github-actions bot commented Jun 2, 2023

PR #27045: Size comparison from e19d9d8 to 658bdef

Increases (8 builds for bl702, esp32, psoc6, telink)
platform target config section e19d9d8 658bdef change % change
bl702 lighting-app bl702 .debug_info 44560369 44560370 1 0.0
.text 966456 966458 2 0.0
esp32 all-clusters-app c3devkit (read only) 1069166 1069170 4 0.0
.flash.text 1069166 1069170 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 31666225 31666226 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31218085 31218087 2 0.0
telink bridge-app tlsr9518adk80d (read/write) 928344 928352 8 0.0
text 641536 641538 2 0.0
lighting-app tlsr9518adk80d text 677924 677926 2 0.0
lock-app tlsr9518adk80d text 613256 613260 4 0.0
ota-requestor-app tlsr9518adk80d text 606080 606082 2 0.0
Decreases (9 builds for bl602, esp32, psoc6, telink)
platform target config section e19d9d8 658bdef change % change
bl602 lighting-app bl602 (read/write) 1356034 1356026 -8 -0.0
.text 1036106 1036104 -2 -0.0
esp32 all-clusters-app m5stack (read/write) 493826 493822 -4 -0.0
.flash.rodata 243668 243664 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 25659345 25659343 -2 -0.0
telink all-clusters-app tlsr9518adk80d text 703660 703656 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d text 664062 664060 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 975624 975616 -8 -0.0
text 685446 685442 -4 -0.0
lighting-app-shell tlsr9518adk80d text 742962 742960 -2 -0.0
pump-app tlsr9518adk80d text 590454 590452 -2 -0.0
thermostat tlsr9518adk80d text 615120 615118 -2 -0.0
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e19d9d8 658bdef change % change
bl602 lighting-app bl602 (read/write) 1356034 1356026 -8 -0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036106 1036104 -2 -0.0
bl602+rpc (read/write) 1403022 1403022 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067730 1067730 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187903 1187903 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1551313 1551313 0 0.0
.debug_aranges 148448 148448 0 0.0
.debug_frame 545792 545792 0 0.0
.debug_info 44560369 44560370 1 0.0
.debug_line 5558876 5558876 0 0.0
.debug_loc 3781197 3781197 0 0.0
.debug_ranges 388184 388184 0 0.0
.debug_str 4317532 4317532 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107168 107168 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582187 582187 0 0.0
.symtab 175536 175536 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966456 966458 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1277699 1277699 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1710355 1710355 0 0.0
.debug_aranges 156736 156736 0 0.0
.debug_frame 573804 573804 0 0.0
.debug_info 49505298 49505298 0 0.0
.debug_line 5974918 5974918 0 0.0
.debug_loc 3984360 3984360 0 0.0
.debug_ranges 413664 413664 0 0.0
.debug_str 4743002 4743002 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121712 121712 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643690 643690 0 0.0
.symtab 194096 194096 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1040372 1040372 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605850 605850 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951194 951194 0 0.0
.debug_aranges 117584 117584 0 0.0
.debug_frame 401012 401012 0 0.0
.debug_info 22707684 22707684 0 0.0
.debug_line 2853260 2853260 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1711471 1711471 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 106453 106453 0 0.0
.debug_str 3758341 3758341 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484233 484233 0 0.0
.symtab 287408 287408 0 0.0
.text 499272 499272 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 541995 541995 0 0.0
.app_xip_area 434621 434621 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529387 529387 0 0.0
.app_xip_area 416877 416877 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566283 566283 0 0.0
.app_xip_area 459837 459837 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530915 530915 0 0.0
.app_xip_area 421901 421901 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 987924 987924 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 805904 805904 0 0.0
BRD4187C (read/write) 1019560 1019560 0 0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 857164 857164 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069240 1069240 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892908 892908 0 0.0
window-app BRD4187C (read/write) 1090488 1090488 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 945216 945216 0 0.0
esp32 all-clusters-app c3devkit (read only) 1069166 1069170 4 0.0
(read/write) 1584576 1584576 0 0.0
.dram0.bss 75704 75704 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 215768 215768 0 0.0
.flash.text 1069166 1069170 4 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1115123 1115123 0 0.0
(read/write) 493826 493822 -4 -0.0
.dram0.bss 80704 80704 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 243668 243664 -4 -0.0
.flash.text 1109739 1109739 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584652 584652 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584116 584116 0 0.0
light k32w0+release (read only) 583612 583612 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583076 583076 0 0.0
lock k32w0+release (read only) 556156 556156 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555620 555620 0 0.0
linux all-clusters-app debug (read only) 3239341 3239341 0 0.0
(read/write) 156952 156952 0 0.0
.bss 58784 58784 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 89496 89496 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 231336 231336 0 0.0
.text 2818501 2818501 0 0.0
all-clusters-minimal-app debug (read only) 3036109 3036109 0 0.0
(read/write) 145000 145000 0 0.0
.bss 57344 57344 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79128 79128 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2626805 2626805 0 0.0
bridge-app debug (read only) 2518637 2518637 0 0.0
(read/write) 129608 129608 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69560 69560 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172840 172840 0 0.0
.text 2173573 2173573 0 0.0
chip-tool debug (read only) 15477193 15477193 0 0.0
(read/write) 704768 704768 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 668512 668512 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 683829 683829 0 0.0
.text 13157892 13157892 0 0.0
chip-tool-ipv6only arm64 (read only) 14808724 14808724 0 0.0
(read/write) 757608 757608 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 698304 698304 0 0.0
.dynamic 560 560 0 0.0
.got 16648 16648 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 620200 620200 0 0.0
.text 12395956 12395956 0 0.0
dynamic-bridge-app-ipv6only debug (read only) 2567653 2567653 0 0.0
(read/write) 126768 126768 0 0.0
.bss 47544 47544 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 70288 70288 0 0.0
.dynamic 624 624 0 0.0
.got 4792 4792 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 175784 175784 0 0.0
.text 2214629 2214629 0 0.0
lighting-app debug+rpc+ui (read only) 3381241 3381241 0 0.0
(read/write) 135696 135696 0 0.0
.bss 49344 49344 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76768 76768 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 286388 286388 0 0.0
.text 2898162 2898162 0 0.0
lock-app debug (read only) 2608773 2608773 0 0.0
(read/write) 116912 116912 0 0.0
.bss 45248 45248 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63720 63720 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200296 200296 0 0.0
.text 2244421 2244421 0 0.0
ota-provider-app debug (read only) 2208669 2208669 0 0.0
(read/write) 103600 103600 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51880 51880 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153992 153992 0 0.0
.text 1913253 1913253 0 0.0
ota-requestor-app debug (read only) 2376245 2376245 0 0.0
(read/write) 111392 111392 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56736 56736 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158056 158056 0 0.0
.text 2067893 2067893 0 0.0
shell debug (read only) 2773113 2773113 0 0.0
(read/write) 145336 145336 0 0.0
.bss 57704 57704 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 80552 80552 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 199442 199442 0 0.0
.text 2408194 2408194 0 0.0
thermostat-no-ble arm64 (read only) 2605196 2605196 0 0.0
(read/write) 142760 142760 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79072 79072 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2210596 2210596 0 0.0
tv-app debug (read only) 3313521 3313521 0 0.0
(read/write) 261472 261472 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222328 222328 0 0.0
.text 2895106 2895106 0 0.0
tv-casting-app debug (read only) 9058817 9058817 0 0.0
(read/write) 217960 217960 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 157600 157600 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 327692 327692 0 0.0
.text 8305986 8305986 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2496392 2496392 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1459076 1459076 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1190588 1190588 0 0.0
bss 154135 154135 0 0.0
rodata 135612 135612 0 0.0
text 820052 820052 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1450424 1450424 0 0.0
bss 133875 133875 0 0.0
rodata 231672 231672 0 0.0
text 790776 790776 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1131696 1131696 0 0.0
bss 152775 152775 0 0.0
rodata 109424 109424 0 0.0
text 788820 788820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842096 842096 0 0.0
(read/write) 1726148 1726148 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188684 188684 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1294089 1294089 0 0.0
.debug_aranges 146872 146872 0 0.0
.debug_frame 491068 491068 0 0.0
.debug_info 31666225 31666226 1 0.0
.debug_line 3996832 3996832 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2281929 2281929 0 0.0
.debug_rnglists 142551 142551 0 0.0
.debug_str 4318104 4318104 0 0.0
.heap 842096 842096 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 746045 746045 0 0.0
.symtab 476144 476144 0 0.0
.text 1526516 1526516 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843424 843424 0 0.0
(read/write) 1662236 1662236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187356 187356 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1283823 1283823 0 0.0
.debug_aranges 145912 145912 0 0.0
.debug_frame 493056 493056 0 0.0
.debug_info 31218085 31218087 2 0.0
.debug_line 4008610 4008610 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2271463 2271463 0 0.0
.debug_rnglists 141316 141316 0 0.0
.debug_str 4303115 4303115 0 0.0
.heap 843424 843424 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 698611 698611 0 0.0
.symtab 459008 459008 0 0.0
.text 1463932 1463932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1594788 1594788 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1121574 1121574 0 0.0
.debug_aranges 136304 136304 0 0.0
.debug_frame 457144 457144 0 0.0
.debug_info 26093340 26093340 0 0.0
.debug_line 3587237 3587237 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2112009 2112009 0 0.0
.debug_rnglists 131338 131338 0 0.0
.debug_str 4117243 4117243 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622109 622109 0 0.0
.symtab 424512 424512 0 0.0
.text 1402620 1402620 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627964 1627964 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1103896 1103896 0 0.0
.debug_aranges 134776 134776 0 0.0
.debug_frame 451704 451704 0 0.0
.debug_info 25659345 25659343 -2 -0.0
.debug_line 3522667 3522667 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2085429 2085429 0 0.0
.debug_rnglists 129384 129384 0 0.0
.debug_str 4079327 4079327 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596134 596134 0 0.0
.symtab 416640 416640 0 0.0
.text 1408196 1408196 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170468 1170468 0 0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617564 617564 0 0.0
lock-app qpg6105+debug (read/write) 1139852 1139852 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586952 586952 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029616 1029616 0 0.0
bss 97548 97548 0 0.0
text 703660 703656 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 960012 960012 0 0.0
bss 96072 96072 0 0.0
text 664062 664060 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928344 928352 8 0.0
bss 100308 100308 0 0.0
text 641536 641538 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 859596 859596 0 0.0
bss 89968 89968 0 0.0
text 584278 584278 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875912 875912 0 0.0
bss 90136 90136 0 0.0
text 598900 598900 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964244 964244 0 0.0
bss 98492 98492 0 0.0
text 677924 677926 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 975624 975616 -8 -0.0
bss 102740 102740 0 0.0
text 685446 685442 -4 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033348 1033348 0 0.0
bss 100056 100056 0 0.0
text 722620 722620 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065100 1065100 0 0.0
bss 111140 111140 0 0.0
text 742962 742960 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915020 915020 0 0.0
bss 90632 90632 0 0.0
text 613256 613260 4 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882172 882172 0 0.0
bss 91236 91236 0 0.0
text 606080 606082 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865612 865612 0 0.0
bss 90100 90100 0 0.0
text 590454 590452 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 852408 852408 0 0.0
bss 89900 89900 0 0.0
text 580574 580574 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 848516 848516 0 0.0
bss 89808 89808 0 0.0
text 576158 576158 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 893944 893944 0 0.0
bss 90344 90344 0 0.0
text 615120 615118 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 889340 889340 0 0.0
bss 90636 90636 0 0.0
text 610058 610058 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

PR #27045: Size comparison from 13cd63a to 2251fff

Increases (10 builds for bl602, esp32, psoc6, qpg, telink)
platform target config section 13cd63a 2251fff change % change
bl602 lighting-app bl602+rpc (read/write) 1403270 1403278 8 0.0
.text 1067984 1067986 2 0.0
esp32 all-clusters-app c3devkit (read only) 1068726 1068728 2 0.0
.flash.text 1068726 1068728 2 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31163852 31163853 1 0.0
light cy8ckit_062s2_43012 .debug_info 26038273 26038274 1 0.0
qpg lighting-app qpg6105+debug (read/write) 1169996 1170004 8 0.0
.text 617092 617100 8 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 663708 663710 2 0.0
contact-sensor-app tlsr9518adk80d text 584178 584180 2 0.0
light-switch-app tlsr9518adk80d (read/write) 875816 875824 8 0.0
text 598804 598806 2 0.0
lock-app tlsr9518adk80d text 612960 612962 2 0.0
window-covering tlsr9518adk80d text 609946 609948 2 0.0
Decreases (10 builds for bl602, bl702, cc32xx, telink)
platform target config section 13cd63a 2251fff change % change
bl602 lighting-app bl602 .text 1036616 1036612 -4 -0.0
bl702 lighting-app bl702+rpc (read/write) 1278019 1278003 -16 -0.0
.debug_info 49449433 49449432 -1 -0.0
.text 1040690 1040688 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 22659577 22659576 -1 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1029300 1029292 -8 -0.0
text 703310 703308 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 722286 722284 -2 -0.0
lighting-app-shell tlsr9518adk80d text 742640 742638 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 882100 882092 -8 -0.0
text 606024 606020 -4 -0.0
pump-app tlsr9518adk80d text 590052 590050 -2 -0.0
pump-controller-app tlsr9518adk80d text 580438 580434 -4 -0.0
temperature-measurement-app tlsr9518adk80d text 576068 576066 -2 -0.0
Full report (46 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 13cd63a 2251fff change % change
bl602 lighting-app bl602 (read/write) 1356538 1356538 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036616 1036612 -4 -0.0
bl602+rpc (read/write) 1403270 1403278 8 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067984 1067986 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1188479 1188479 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1547345 1547345 0 0.0
.debug_aranges 148320 148320 0 0.0
.debug_frame 545208 545208 0 0.0
.debug_info 44507647 44507647 0 0.0
.debug_line 5557009 5557009 0 0.0
.debug_loc 3781981 3781981 0 0.0
.debug_ranges 391656 391656 0 0.0
.debug_str 4316972 4316972 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107168 107168 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 581789 581789 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
967030 967030 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1278019 1278003 -16 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1706372 1706372 0 0.0
.debug_aranges 156608 156608 0 0.0
.debug_frame 573220 573220 0 0.0
.debug_info 49449433 49449432 -1 -0.0
.debug_line 5972942 5972942 0 0.0
.debug_loc 3985144 3985144 0 0.0
.debug_ranges 417136 417136 0 0.0
.debug_str 4742448 4742448 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121712 121712 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643292 643292 0 0.0
.symtab 193920 193920 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1040690 1040688 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606658 606658 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 947644 947644 0 0.0
.debug_aranges 117648 117648 0 0.0
.debug_frame 401208 401208 0 0.0
.debug_info 22659577 22659576 -1 -0.0
.debug_line 2853837 2853837 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1708617 1708617 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 106480 106480 0 0.0
.debug_str 3757790 3757790 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484123 484123 0 0.0
.symtab 287280 287280 0 0.0
.text 500080 500080 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 541571 541571 0 0.0
.app_xip_area 434197 434197 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 528979 528979 0 0.0
.app_xip_area 416469 416469 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566235 566235 0 0.0
.app_xip_area 459789 459789 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530635 530635 0 0.0
.app_xip_area 421621 421621 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986676 986676 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 804656 804656 0 0.0
BRD4187C (read/write) 1019096 1019096 0 0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 856700 856700 0 0.0
lock-app BRD4161A+wf200 (read/write) 1068840 1068840 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892508 892508 0 0.0
window-app BRD4187C (read/write) 1089216 1089216 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943944 943944 0 0.0
esp32 all-clusters-app c3devkit (read only) 1068726 1068728 2 0.0
(read/write) 1584624 1584624 0 0.0
.dram0.bss 75704 75704 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 215816 215816 0 0.0
.flash.text 1068726 1068728 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1115099 1115099 0 0.0
(read/write) 493870 493870 0 0.0
.dram0.bss 80704 80704 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 243712 243712 0 0.0
.flash.text 1109715 1109715 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584332 584332 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 583796 583796 0 0.0
light k32w0+release (read only) 583036 583036 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582500 582500 0 0.0
lock k32w0+release (read only) 555756 555756 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555220 555220 0 0.0
linux chip-tool-ipv6only arm64 (read only) 14819572 14819572 0 0.0
(read/write) 759608 759608 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 700288 700288 0 0.0
.dynamic 560 560 0 0.0
.got 16664 16664 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 620856 620856 0 0.0
.text 12401396 12401396 0 0.0
thermostat-no-ble arm64 (read only) 2604924 2604924 0 0.0
(read/write) 142760 142760 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79072 79072 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2210324 2210324 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497608 2497608 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460292 1460292 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1190172 1190172 0 0.0
bss 154135 154135 0 0.0
rodata 135660 135660 0 0.0
text 819588 819588 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1450040 1450040 0 0.0
bss 133875 133875 0 0.0
rodata 231720 231720 0 0.0
text 790340 790340 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1131264 1131264 0 0.0
bss 152775 152775 0 0.0
rodata 109472 109472 0 0.0
text 788348 788348 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842096 842096 0 0.0
(read/write) 1724836 1724836 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188684 188684 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1290539 1290539 0 0.0
.debug_aranges 146960 146960 0 0.0
.debug_frame 491356 491356 0 0.0
.debug_info 31612061 31612061 0 0.0
.debug_line 4000119 4000119 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2278239 2278239 0 0.0
.debug_rnglists 142517 142517 0 0.0
.debug_str 4317702 4317702 0 0.0
.heap 842096 842096 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 745913 745913 0 0.0
.symtab 475968 475968 0 0.0
.text 1525204 1525204 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843424 843424 0 0.0
(read/write) 1660764 1660764 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187356 187356 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1280217 1280217 0 0.0
.debug_aranges 146000 146000 0 0.0
.debug_frame 493344 493344 0 0.0
.debug_info 31163852 31163853 1 0.0
.debug_line 4011696 4011696 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2267772 2267772 0 0.0
.debug_rnglists 141282 141282 0 0.0
.debug_str 4302705 4302705 0 0.0
.heap 843424 843424 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 698479 698479 0 0.0
.symtab 458832 458832 0 0.0
.text 1462460 1462460 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593524 1593524 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1117851 1117851 0 0.0
.debug_aranges 136360 136360 0 0.0
.debug_frame 457308 457308 0 0.0
.debug_info 26038273 26038274 1 0.0
.debug_line 3583410 3583410 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2108976 2108976 0 0.0
.debug_rnglists 131292 131292 0 0.0
.debug_str 4116745 4116745 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 621977 621977 0 0.0
.symtab 424336 424336 0 0.0
.text 1401356 1401356 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626796 1626796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1100164 1100164 0 0.0
.debug_aranges 134840 134840 0 0.0
.debug_frame 451900 451900 0 0.0
.debug_info 25604781 25604781 0 0.0
.debug_line 3523186 3523186 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2082302 2082302 0 0.0
.debug_rnglists 129332 129332 0 0.0
.debug_str 4078821 4078821 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596024 596024 0 0.0
.symtab 416496 416496 0 0.0
.text 1407028 1407028 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1169996 1170004 8 0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617092 617100 8 0.0
lock-app qpg6105+debug (read/write) 1139436 1139436 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586536 586536 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029300 1029292 -8 -0.0
bss 97548 97548 0 0.0
text 703310 703308 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 959688 959688 0 0.0
bss 96072 96072 0 0.0
text 663708 663710 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927984 927984 0 0.0
bss 100308 100308 0 0.0
text 641200 641200 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 859500 859500 0 0.0
bss 89968 89968 0 0.0
text 584178 584180 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875816 875824 8 0.0
bss 90136 90136 0 0.0
text 598804 598806 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963900 963900 0 0.0
bss 98500 98500 0 0.0
text 677600 677600 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 975280 975280 0 0.0
bss 102748 102748 0 0.0
text 685122 685122 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033000 1033000 0 0.0
bss 100064 100064 0 0.0
text 722286 722284 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1064756 1064756 0 0.0
bss 111140 111140 0 0.0
text 742640 742638 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 914724 914724 0 0.0
bss 90632 90632 0 0.0
text 612960 612962 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882100 882092 -8 -0.0
bss 91244 91244 0 0.0
text 606024 606020 -4 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865212 865212 0 0.0
bss 90100 90100 0 0.0
text 590052 590050 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 852272 852272 0 0.0
bss 89900 89900 0 0.0
text 580438 580434 -4 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 848428 848428 0 0.0
bss 89808 89808 0 0.0
text 576068 576066 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 893848 893848 0 0.0
bss 90344 90344 0 0.0
text 615024 615024 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 889228 889228 0 0.0
bss 90636 90636 0 0.0
text 609946 609948 2 0.0

mhazley and others added 3 commits June 6, 2023 17:49
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

PR #27045: Size comparison from e5fd871 to 044b41d

Increases (4 builds for esp32, psoc6, telink)
platform target config section e5fd871 044b41d change % change
esp32 all-clusters-app c3devkit (read only) 1072282 1072284 2 0.0
.flash.text 1072282 1072284 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 31993411 31993412 1 0.0
telink lighting-app tlsr9518adk80d (read/write) 963960 963968 8 0.0
text 677656 677658 2 0.0
lighting-app-factory-data tlsr9518adk80d text 685178 685180 2 0.0
Decreases (12 builds for bl602, cc32xx, esp32, psoc6, qpg, telink)
platform target config section e5fd871 044b41d change % change
bl602 lighting-app bl602 .text 1036310 1036306 -4 -0.0
bl602+rpc .text 1067934 1067932 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 22928979 22928977 -2 -0.0
esp32 all-clusters-app m5stack (read/write) 493922 493918 -4 -0.0
.flash.rodata 243732 243728 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 25888137 25888136 -1 -0.0
qpg lighting-app qpg6105+debug (read/write) 1169988 1169980 -8 -0.0
.text 617084 617076 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 703516 703514 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 959980 959972 -8 -0.0
text 663914 663912 -2 -0.0
light-switch-app tlsr9518adk80d text 598778 598776 -2 -0.0
lighting-app-shell tlsr9518adk80d text 742698 742696 -2 -0.0
pump-app tlsr9518adk80d text 589870 589868 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 575886 575882 -4 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e5fd871 044b41d change % change
bl602 lighting-app bl602 (read/write) 1356234 1356234 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036310 1036306 -4 -0.0
bl602+rpc (read/write) 1403222 1403222 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067934 1067932 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1188431 1188431 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1547321 1547321 0 0.0
.debug_aranges 149240 149240 0 0.0
.debug_frame 549136 549136 0 0.0
.debug_info 44811046 44811046 0 0.0
.debug_line 5580360 5580360 0 0.0
.debug_loc 3808300 3808300 0 0.0
.debug_ranges 393296 393296 0 0.0
.debug_str 4342294 4342294 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107168 107168 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 581789 581789 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966978 966978 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1277955 1277955 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1706372 1706372 0 0.0
.debug_aranges 157528 157528 0 0.0
.debug_frame 577148 577148 0 0.0
.debug_info 49755569 49755569 0 0.0
.debug_line 5996293 5996293 0 0.0
.debug_loc 4011360 4011360 0 0.0
.debug_ranges 418776 418776 0 0.0
.debug_str 4767770 4767770 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121712 121712 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643292 643292 0 0.0
.symtab 193920 193920 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1040638 1040638 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606498 606498 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 947670 947670 0 0.0
.debug_aranges 118568 118568 0 0.0
.debug_frame 404836 404836 0 0.0
.debug_info 22928979 22928977 -2 -0.0
.debug_line 2871200 2871200 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1723750 1723750 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107235 107235 0 0.0
.debug_str 3782958 3782958 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104458 104458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483956 483956 0 0.0
.symtab 287216 287216 0 0.0
.text 499920 499920 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 541627 541627 0 0.0
.app_xip_area 434253 434253 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 528835 528835 0 0.0
.app_xip_area 416325 416325 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566219 566219 0 0.0
.app_xip_area 459773 459773 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530611 530611 0 0.0
.app_xip_area 421597 421597 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986764 986764 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 804744 804744 0 0.0
BRD4187C (read/write) 1019144 1019144 0 0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 856748 856748 0 0.0
lock-app BRD4161A+wf200 (read/write) 1068696 1068696 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892364 892364 0 0.0
window-app BRD4187C (read/write) 1089312 1089312 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 944040 944040 0 0.0
esp32 all-clusters-app c3devkit (read only) 1072282 1072284 2 0.0
(read/write) 1584688 1584688 0 0.0
.dram0.bss 75736 75736 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 215848 215848 0 0.0
.flash.text 1072282 1072284 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1118527 1118527 0 0.0
(read/write) 493922 493918 -4 -0.0
.dram0.bss 80736 80736 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 243732 243728 -4 -0.0
.flash.text 1113143 1113143 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584316 584316 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 583780 583780 0 0.0
light k32w0+release (read only) 583020 583020 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582484 582484 0 0.0
lock k32w0+release (read only) 555612 555612 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555076 555076 0 0.0
linux all-clusters-app debug (read only) 3243909 3243909 0 0.0
(read/write) 157528 157528 0 0.0
.bss 59360 59360 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 89512 89512 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 231112 231112 0 0.0
.text 2823269 2823269 0 0.0
all-clusters-minimal-app debug (read only) 3037669 3037669 0 0.0
(read/write) 145576 145576 0 0.0
.bss 57920 57920 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79144 79144 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224008 224008 0 0.0
.text 2628533 2628533 0 0.0
bridge-app debug (read only) 2517501 2517501 0 0.0
(read/write) 129608 129608 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69560 69560 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172680 172680 0 0.0
.text 2172597 2172597 0 0.0
chip-tool debug (read only) 15567561 15567561 0 0.0
(read/write) 708928 708928 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 672672 672672 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 686389 686389 0 0.0
.text 13236164 13236164 0 0.0
chip-tool-ipv6only arm64 (read only) 14888500 14888500 0 0.0
(read/write) 761992 761992 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 702592 702592 0 0.0
.dynamic 560 560 0 0.0
.got 16744 16744 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 622472 622472 0 0.0
.text 12463572 12463572 0 0.0
lighting-app debug+rpc+ui (read only) 3381361 3381361 0 0.0
(read/write) 136144 136144 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76800 76800 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 286196 286196 0 0.0
.text 2898450 2898450 0 0.0
lock-app debug (read only) 2610133 2610133 0 0.0
(read/write) 117008 117008 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63720 63720 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200104 200104 0 0.0
.text 2245973 2245973 0 0.0
ota-provider-app debug (read only) 2207245 2207245 0 0.0
(read/write) 103600 103600 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51880 51880 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153800 153800 0 0.0
.text 1912021 1912021 0 0.0
ota-requestor-app debug (read only) 2375765 2375765 0 0.0
(read/write) 111392 111392 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56736 56736 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157896 157896 0 0.0
.text 2067573 2067573 0 0.0
shell debug (read only) 2777601 2777601 0 0.0
(read/write) 145944 145944 0 0.0
.bss 58280 58280 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 80584 80584 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 199250 199250 0 0.0
.text 2412850 2412850 0 0.0
thermostat-no-ble arm64 (read only) 2605228 2605228 0 0.0
(read/write) 142776 142776 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79080 79080 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2210612 2210612 0 0.0
tv-app debug (read only) 3312305 3312305 0 0.0
(read/write) 261472 261472 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222136 222136 0 0.0
.text 2894082 2894082 0 0.0
tv-casting-app debug (read only) 9131425 9131425 0 0.0
(read/write) 219816 219816 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159456 159456 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 329676 329676 0 0.0
.text 8372050 8372050 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497416 2497416 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460100 1460100 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1190324 1190324 0 0.0
bss 154227 154227 0 0.0
rodata 135652 135652 0 0.0
text 819756 819756 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1450256 1450256 0 0.0
bss 133967 133967 0 0.0
rodata 231712 231712 0 0.0
text 790508 790508 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1131560 1131560 0 0.0
bss 152867 152867 0 0.0
rodata 109464 109464 0 0.0
text 788516 788516 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842000 842000 0 0.0
(read/write) 1725188 1725188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188780 188780 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1290626 1290626 0 0.0
.debug_aranges 147920 147920 0 0.0
.debug_frame 495092 495092 0 0.0
.debug_info 31993411 31993412 1 0.0
.debug_line 4018305 4018305 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2294099 2294099 0 0.0
.debug_rnglists 143316 143316 0 0.0
.debug_str 4344057 4344057 0 0.0
.heap 842000 842000 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 746061 746061 0 0.0
.symtab 476224 476224 0 0.0
.text 0 0 0 0.0
1525460 1525460 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843328 843328 0 0.0
(read/write) 1661124 1661124 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187452 187452 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1280304 1280304 0 0.0
.debug_aranges 146960 146960 0 0.0
.debug_frame 497080 497080 0 0.0
.debug_info 31537329 31537329 0 0.0
.debug_line 4029884 4029884 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2283632 2283632 0 0.0
.debug_rnglists 142081 142081 0 0.0
.debug_str 4329060 4329060 0 0.0
.heap 843328 843328 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 698627 698627 0 0.0
.symtab 459088 459088 0 0.0
.text 1462724 1462724 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593660 1593660 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1117887 1117887 0 0.0
.debug_aranges 137296 137296 0 0.0
.debug_frame 460988 460988 0 0.0
.debug_info 26335151 26335151 0 0.0
.debug_line 3601154 3601154 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2124500 2124500 0 0.0
.debug_rnglists 132073 132073 0 0.0
.debug_str 4143146 4143146 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622211 622211 0 0.0
.symtab 424512 424512 0 0.0
.text 1401492 1401492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626636 1626636 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1100164 1100164 0 0.0
.debug_aranges 135760 135760 0 0.0
.debug_frame 455528 455528 0 0.0
.debug_info 25888137 25888136 -1 -0.0
.debug_line 3540551 3540551 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2097484 2097484 0 0.0
.debug_rnglists 130087 130087 0 0.0
.debug_str 4103989 4103989 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 595857 595857 0 0.0
.symtab 416432 416432 0 0.0
.text 1406868 1406868 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1169988 1169980 -8 -0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617084 617076 -8 -0.0
lock-app qpg6105+debug (read/write) 1139420 1139420 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586520 586520 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029584 1029584 0 0.0
bss 97640 97640 0 0.0
text 703516 703514 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 959980 959972 -8 -0.0
bss 96164 96164 0 0.0
text 663914 663912 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927800 927800 0 0.0
bss 100308 100308 0 0.0
text 641014 641014 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 859468 859468 0 0.0
bss 89968 89968 0 0.0
text 584150 584150 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875792 875792 0 0.0
bss 90136 90136 0 0.0
text 598778 598776 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963960 963968 8 0.0
bss 98500 98500 0 0.0
text 677656 677658 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 975340 975340 0 0.0
bss 102748 102748 0 0.0
text 685178 685180 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033060 1033060 0 0.0
bss 100064 100064 0 0.0
text 722342 722342 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1064816 1064816 0 0.0
bss 111140 111140 0 0.0
text 742698 742696 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 914540 914540 0 0.0
bss 90632 90632 0 0.0
text 612776 612776 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882068 882068 0 0.0
bss 91244 91244 0 0.0
text 605994 605994 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865028 865028 0 0.0
bss 90100 90100 0 0.0
text 589870 589868 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 852088 852088 0 0.0
bss 89900 89900 0 0.0
text 580254 580254 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 848244 848244 0 0.0
bss 89808 89808 0 0.0
text 575886 575882 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 893908 893908 0 0.0
bss 90344 90344 0 0.0
text 615080 615080 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 889288 889288 0 0.0
bss 90636 90636 0 0.0
text 610002 610002 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 7, 2023

PR #27045: Size comparison from 2520f47 to abeb8f8

Increases (9 builds for bl602, bl702, cc32xx, esp32, psoc6, telink)
platform target config section 2520f47 abeb8f8 change % change
bl602 lighting-app bl602+rpc .text 1079266 1079268 2 0.0
bl702 lighting-app bl702 .debug_info 44996310 44996311 1 0.0
.text 978058 978060 2 0.0
bl702+rpc .debug_info 49943971 49943972 1 0.0
.text 1051714 1051716 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23080418 23080419 1 0.0
esp32 all-clusters-app m5stack (read/write) 494230 494234 4 0.0
.flash.rodata 244024 244028 4 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 26488271 26488272 1 0.0
telink bridge-app tlsr9518adk80d (read/write) 928768 928776 8 0.0
text 641872 641874 2 0.0
lighting-app tlsr9518adk80d (read/write) 965008 965016 8 0.0
text 678568 678570 2 0.0
thermostat tlsr9518adk80d text 615990 615992 2 0.0
Decreases (4 builds for telink)
platform target config section 2520f47 abeb8f8 change % change
telink all-clusters-app tlsr9518adk80d (read/write) 1033768 1033760 -8 -0.0
text 707454 707452 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 664822 664820 -2 -0.0
lighting-app-factory-data tlsr9518adk80d text 686090 686088 -2 -0.0
window-covering tlsr9518adk80d text 610914 610912 -2 -0.0
Full report (54 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 2520f47 abeb8f8 change % change
bl602 lighting-app bl602 (read/write) 1367394 1367394 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1047384 1047384 0 0.0
bl602+rpc (read/write) 1414646 1414646 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1079266 1079268 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199599 1199599 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552228 1552228 0 0.0
.debug_aranges 149448 149448 0 0.0
.debug_frame 550192 550192 0 0.0
.debug_info 44996310 44996311 1 0.0
.debug_line 5604019 5604019 0 0.0
.debug_loc 3831181 3831181 0 0.0
.debug_ranges 397952 397952 0 0.0
.debug_str 4345020 4345020 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582046 582046 0 0.0
.symtab 175456 175456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978058 978060 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289123 1289123 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711296 1711296 0 0.0
.debug_aranges 157736 157736 0 0.0
.debug_frame 578204 578204 0 0.0
.debug_info 49943971 49943972 1 0.0
.debug_line 6020061 6020061 0 0.0
.debug_loc 4034256 4034256 0 0.0
.debug_ranges 423432 423432 0 0.0
.debug_str 4770496 4770496 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643549 643549 0 0.0
.symtab 194016 194016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1051714 1051716 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952074 952074 0 0.0
.debug_aranges 118832 118832 0 0.0
.debug_frame 405884 405884 0 0.0
.debug_info 23080418 23080419 1 0.0
.debug_line 2879491 2879491 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1724970 1724970 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107457 107457 0 0.0
.debug_str 3785722 3785722 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484563 484563 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542235 542235 0 0.0
.app_xip_area 434861 434861 0 0.0
.bss 62352 62352 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531043 531043 0 0.0
.app_xip_area 422029 422029 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986252 986252 0 0.0
.bss 179856 179856 0 0.0
.data 2144 2144 0 0.0
.text 804232 804232 0 0.0
BRD4187C (read/write) 1019752 1019752 0 0.0
.bss 159588 159588 0 0.0
.data 2788 2788 0 0.0
.text 857356 857356 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069128 1069128 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892796 892796 0 0.0
window-app BRD4187C (read/write) 1088792 1088792 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943520 943520 0 0.0
esp32 all-clusters-app c3devkit (read only) 1076108 1076108 0 0.0
(read/write) 1584968 1584968 0 0.0
.dram0.bss 75744 75744 0 0.0
.dram0.data 13964 13964 0 0.0
.flash.rodata 216128 216128 0 0.0
.flash.text 1076108 1076108 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122631 1122631 0 0.0
(read/write) 494230 494234 4 0.0
.dram0.bss 80752 80752 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117247 1117247 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584764 584764 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584228 584228 0 0.0
light k32w0+release (read only) 583452 583452 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582916 582916 0 0.0
lock k32w0+release (read only) 556060 556060 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555524 555524 0 0.0
linux all-clusters-app debug (read only) 3263717 3263717 0 0.0
(read/write) 158104 158104 0 0.0
.bss 59392 59392 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 231496 231496 0 0.0
.text 2841301 2841301 0 0.0
all-clusters-minimal-app debug (read only) 3042149 3042149 0 0.0
(read/write) 145832 145832 0 0.0
.bss 57920 57920 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224008 224008 0 0.0
.text 2632245 2632245 0 0.0
bridge-app debug (read only) 2521341 2521341 0 0.0
(read/write) 129768 129768 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172680 172680 0 0.0
.text 2175909 2175909 0 0.0
chip-tool debug (read only) 15593481 15593481 0 0.0
(read/write) 710112 710112 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 673840 673840 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 687765 687765 0 0.0
.text 13257828 13257828 0 0.0
chip-tool-ipv6only arm64 (read only) 14908788 14908788 0 0.0
(read/write) 763176 763176 0 0.0
.bss 34408 34408 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 703760 703760 0 0.0
.dynamic 560 560 0 0.0
.got 16752 16752 0 0.0
.init 24 24 0 0.0
.init_array 224 224 0 0.0
.rodata 623848 623848 0 0.0
.text 12479572 12479572 0 0.0
lighting-app debug+rpc+ui (read only) 3385841 3385841 0 0.0
(read/write) 136400 136400 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 77056 77056 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 286196 286196 0 0.0
.text 2902162 2902162 0 0.0
lock-app debug (read only) 2613973 2613973 0 0.0
(read/write) 117200 117200 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200104 200104 0 0.0
.text 2249285 2249285 0 0.0
ota-provider-app debug (read only) 2211085 2211085 0 0.0
(read/write) 103792 103792 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153800 153800 0 0.0
.text 1915333 1915333 0 0.0
ota-requestor-app debug (read only) 2379605 2379605 0 0.0
(read/write) 111552 111552 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157896 157896 0 0.0
.text 2070885 2070885 0 0.0
shell debug (read only) 2797409 2797409 0 0.0
(read/write) 146488 146488 0 0.0
.bss 58312 58312 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 199634 199634 0 0.0
.text 2430882 2430882 0 0.0
thermostat-no-ble arm64 (read only) 2607084 2607084 0 0.0
(read/write) 143032 143032 0 0.0
.bss 52344 52344 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79336 79336 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129608 129608 0 0.0
.text 2211700 2211700 0 0.0
tv-app debug (read only) 3316145 3316145 0 0.0
(read/write) 261632 261632 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222136 222136 0 0.0
.text 2897394 2897394 0 0.0
tv-casting-app debug (read only) 9135265 9135265 0 0.0
(read/write) 219976 219976 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159616 159616 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 329676 329676 0 0.0
.text 8375362 8375362 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841992 841992 0 0.0
(read/write) 1727972 1727972 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188788 188788 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148544 148544 0 0.0
.debug_frame 497376 497376 0 0.0
.debug_info 32227363 32227363 0 0.0
.debug_line 4032553 4032553 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2298966 2298966 0 0.0
.debug_rnglists 143906 143906 0 0.0
.debug_str 4349193 4349193 0 0.0
.heap 841992 841992 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750867 750867 0 0.0
.symtab 478784 478784 0 0.0
.text 0 0 0 0.0
1528236 1528236 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843328 843328 0 0.0
(read/write) 1660620 1660620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187452 187452 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 498320 498320 0 0.0
.debug_info 3169044 3169044 0 0.0
.debug_line 4038107 4038107 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2283797 2283797 0 0.0
.debug_rnglists 142352 142352 0 0.0
.debug_str 4332123 4332123 0 0.0
.heap 843328 843328 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699748 699748 0 0.0
.symtab 459904 459904 0 0.0
.text 1462220 1462220 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593148 1593148 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122518 1122518 0 0.0
.debug_aranges 137632 137632 0 0.0
.debug_frame 462228 462228 0 0.0
.debug_info 26488271 26488272 1 0.0
.debug_line 3609101 3609101 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2124665 2124665 0 0.0
.debug_rnglists 132344 132344 0 0.0
.debug_str 4146197 4146197 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623332 623332 0 0.0
.symtab 425328 425328 0 0.0
.text 1400980 1400980 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626324 1626324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 456576 456576 0 0.0
.debug_info 26042169 26042169 0 0.0
.debug_line 3549202 3549202 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2098704 2098704 0 0.0
.debug_rnglists 130309 130309 0 0.0
.debug_str 4106756 4106756 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596464 596464 0 0.0
.symtab 416928 416928 0 0.0
.text 1406556 1406556 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170452 1170452 0 0.0
.bss 99928 99928 0 0.0
.data 852 852 0 0.0
.text 617548 617548 0 0.0
lock-app qpg6105+debug (read/write) 1139860 1139860 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586960 586960 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033768 1033760 -8 -0.0
bss 97648 97648 0 0.0
text 707454 707452 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961020 961020 0 0.0
bss 96164 96164 0 0.0
text 664822 664820 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928768 928776 8 0.0
bss 100308 100308 0 0.0
text 641872 641874 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860436 860436 0 0.0
bss 89968 89968 0 0.0
text 585006 585006 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876760 876760 0 0.0
bss 90136 90136 0 0.0
text 599634 599634 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965008 965016 8 0.0
bss 98500 98500 0 0.0
text 678568 678570 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976388 976388 0 0.0
bss 102748 102748 0 0.0
text 686090 686088 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034108 1034108 0 0.0
bss 100064 100064 0 0.0
text 723252 723252 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065864 1065864 0 0.0
bss 111140 111140 0 0.0
text 743608 743608 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915508 915508 0 0.0
bss 90632 90632 0 0.0
text 613634 613634 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883036 883036 0 0.0
bss 91244 91244 0 0.0
text 606850 606850 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865996 865996 0 0.0
bss 90100 90100 0 0.0
text 590728 590728 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853056 853056 0 0.0
bss 89900 89900 0 0.0
text 581110 581110 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849212 849212 0 0.0
bss 89808 89808 0 0.0
text 576740 576740 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894956 894956 0 0.0
bss 90344 90344 0 0.0
text 615990 615992 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890336 890336 0 0.0
bss 90636 90636 0 0.0
text 610914 610912 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

PR #27045: Size comparison from 530349a to c76b04d

Increases (5 builds for bl702, cc32xx, cyw30739, k32w, psoc6)
platform target config section 530349ab c76b04d change % change
bl702 lighting-app bl702 (read/write) 1199903 1199919 16 0.0
.debug_info 45052709 45052710 1 0.0
.text 978352 978354 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111424 1 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542259 8 0.0
.app_xip_area 434869 434877 8 0.0
k32w contact k32w0+release (read only) 584780 584796 16 0.0
.text 584244 584260 16 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 26074794 26074796 2 0.0
Decreases (7 builds for bl602, bl702, esp32, k32w, psoc6)
platform target config section 530349ab c76b04d change % change
bl602 lighting-app bl602+rpc .text 1079524 1079522 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 50004110 50004109 -1 -0.0
.text 1052012 1052010 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074716 -2 -0.0
.flash.text 1074718 1074716 -2 -0.0
k32w lock k32w0+release (read only) 556092 556076 -16 -0.0
.text 555556 555540 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271783 32271782 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733868 31733867 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 26522658 26522657 -1 -0.0
Full report (40 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 530349ab c76b04d change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047896 1047896 0 0.0
bl602+rpc (read/write) 1414918 1414918 0 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079524 1079522 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199903 1199919 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052709 45052710 1 0.0
.debug_line 5608344 5608344 0 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978352 978354 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004110 50004109 -1 -0.0
.debug_line 6024708 6024708 0 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052012 1052010 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111424 1 0.0
.debug_line 2880814 2880814 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542259 8 0.0
.app_xip_area 434869 434877 8 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074716 -2 -0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074718 1074716 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494246 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244024 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584780 584796 16 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584244 584260 16 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556092 556076 -16 -0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555556 555540 -16 -0.0
linux all-clusters-app debug (read only) 3267133 3267133 0 0.0
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231496 231496 0 0.0
.text 2844693 2844693 0 0.0
all-clusters-minimal-app debug (read only) 3044957 3044957 0 0.0
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224008 224008 0 0.0
.text 2635029 2635029 0 0.0
bridge-app debug (read only) 2524021 2524021 0 0.0
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172680 172680 0 0.0
.text 2178565 2178565 0 0.0
chip-tool debug (read only) 15841393 15841393 0 0.0
(read/write) 734208 734208 0 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697968 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 698445 698445 0 0.0
.text 13438180 13438180 0 0.0
chip-tool-ipv6only arm64 (read only) 15214040 15214040 0 0.0
(read/write) 787368 787368 0 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 232 0 0.0
.rodata 635992 635992 0 0.0
.text 12715364 12715364 0 0.0
lighting-app debug+rpc+ui (read only) 3388649 3388649 0 0.0
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286132 286132 0 0.0
.text 2905106 2905106 0 0.0
lock-app debug (read only) 2616653 2616653 0 0.0
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200104 200104 0 0.0
.text 2251941 2251941 0 0.0
ota-provider-app debug (read only) 2213397 2213397 0 0.0
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153800 153800 0 0.0
.text 1917621 1917621 0 0.0
ota-requestor-app debug (read only) 2382285 2382285 0 0.0
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157896 157896 0 0.0
.text 2073541 2073541 0 0.0
shell debug (read only) 2800473 2800473 0 0.0
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199634 199634 0 0.0
.text 2433922 2433922 0 0.0
thermostat-no-ble arm64 (read only) 2616820 2616820 0 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2221636 0 0.0
tv-app debug (read only) 3319481 3319481 0 0.0
(read/write) 261640 261640 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222136 222136 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9129529 9129529 0 0.0
(read/write) 219568 219568 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159200 159200 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 329740 329740 0 0.0
.text 8370546 8370546 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271783 32271782 -1 -0.0
.debug_line 4034705 4034705 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733868 31733867 -1 -0.0
.debug_line 4040307 4040307 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522658 26522657 -1 -0.0
.debug_line 3611221 3611221 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074796 2 0.0
.debug_line 3550580 3550580 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140368 1140368 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587212 587212 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

PR #27045: Size comparison from 50654bf to 28da44a

Increases (8 builds for bl702, k32w, telink)
platform target config section 50654bf 28da44a change % change
bl702 lighting-app bl702 (read/write) 1199903 1199919 16 0.0
.debug_info 45052709 45052710 1 0.0
.text 978352 978354 2 0.0
k32w contact k32w0+release (read only) 584780 584796 16 0.0
.text 584244 584260 16 0.0
telink contact-sensor-app tlsr9518adk80d text 585022 585024 2 0.0
lighting-app tlsr9518adk80d text 678710 678712 2 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1034124 1034132 8 0.0
text 723392 723394 2 0.0
lock-app tlsr9518adk80d text 613648 613650 2 0.0
thermostat tlsr9518adk80d text 616004 616006 2 0.0
window-covering tlsr9518adk80d (read/write) 890344 890352 8 0.0
text 610924 610928 4 0.0
Decreases (12 builds for bl602, bl702, k32w, mbed, psoc6, telink)
platform target config section 50654bf 28da44a change % change
bl602 lighting-app bl602+rpc .text 1079524 1079522 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 50004110 50004108 -2 -0.0
.text 1052012 1052008 -4 -0.0
k32w lock k32w0+release (read only) 556092 556076 -16 -0.0
.text 555556 555540 -16 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2497920 2497856 -64 -0.0
.text 1460604 1460540 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271783 32271781 -2 -0.0
light cy8ckit_062s2_43012 .debug_info 26522659 26522658 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 26074795 26074794 -1 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 664852 664850 -2 -0.0
bridge-app tlsr9518adk80d (read/write) 928792 928784 -8 -0.0
text 641890 641886 -4 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 976412 976404 -8 -0.0
text 686230 686228 -2 -0.0
ota-requestor-app tlsr9518adk80d text 606868 606866 -2 -0.0
pump-app tlsr9518adk80d text 590742 590740 -2 -0.0
Full report (54 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 50654bf 28da44a change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047894 1047894 0 0.0
bl602+rpc (read/write) 1414918 1414918 0 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079524 1079522 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199903 1199919 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052709 45052710 1 0.0
.debug_line 5608344 5608344 0 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978352 978354 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004110 50004108 -2 -0.0
.debug_line 6024708 6024708 0 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052012 1052008 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111423 0 0.0
.debug_line 2880814 2880814 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542259 542259 0 0.0
.app_xip_area 434877 434877 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074718 0 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074718 1074718 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494250 494250 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244028 244028 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584780 584796 16 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584244 584260 16 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556092 556076 -16 -0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555556 555540 -16 -0.0
linux all-clusters-app debug (read only) 3267133 3267133 0 0.0
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231496 231496 0 0.0
.text 2844693 2844693 0 0.0
all-clusters-minimal-app debug (read only) 3044957 3044957 0 0.0
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224008 224008 0 0.0
.text 2635029 2635029 0 0.0
bridge-app debug (read only) 2524021 2524021 0 0.0
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172680 172680 0 0.0
.text 2178565 2178565 0 0.0
chip-tool debug (read only) 15841393 15841393 0 0.0
(read/write) 734208 734208 0 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697968 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 698445 698445 0 0.0
.text 13438180 13438180 0 0.0
chip-tool-ipv6only arm64 (read only) 15214040 15214040 0 0.0
(read/write) 787368 787368 0 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 232 0 0.0
.rodata 635992 635992 0 0.0
.text 12715364 12715364 0 0.0
lighting-app debug+rpc+ui (read only) 3388649 3388649 0 0.0
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286132 286132 0 0.0
.text 2905106 2905106 0 0.0
lock-app debug (read only) 2616653 2616653 0 0.0
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200104 200104 0 0.0
.text 2251941 2251941 0 0.0
ota-provider-app debug (read only) 2213397 2213397 0 0.0
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153800 153800 0 0.0
.text 1917621 1917621 0 0.0
ota-requestor-app debug (read only) 2382285 2382285 0 0.0
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157896 157896 0 0.0
.text 2073541 2073541 0 0.0
shell debug (read only) 2800473 2800473 0 0.0
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199634 199634 0 0.0
.text 2433922 2433922 0 0.0
thermostat-no-ble arm64 (read only) 2616820 2616820 0 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2221636 0 0.0
tv-app debug (read only) 3319481 3319481 0 0.0
(read/write) 261640 261640 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222136 222136 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9129529 9129529 0 0.0
(read/write) 219568 219568 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159200 159200 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 329740 329740 0 0.0
.text 8370546 8370546 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497856 -64 -0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460540 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271783 32271781 -2 -0.0
.debug_line 4034705 4034705 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 0 0 0 0.0
1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733867 31733867 0 0.0
.debug_line 4040307 4040307 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522659 26522658 -1 -0.0
.debug_line 3611221 3611221 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074795 26074794 -1 -0.0
.debug_line 3550580 3550580 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140368 1140368 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587212 587212 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033916 1033916 0 0.0
bss 97660 97660 0 0.0
text 707596 707596 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664852 664850 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928792 928784 -8 -0.0
bss 100308 100308 0 0.0
text 641890 641886 -4 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585024 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599646 599646 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678710 678712 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976412 976404 -8 -0.0
bss 102748 102748 0 0.0
text 686230 686228 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034124 1034132 8 0.0
bss 100064 100064 0 0.0
text 723392 723394 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065880 1065880 0 0.0
bss 111140 111140 0 0.0
text 743748 743748 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613648 613650 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606868 606866 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590742 590740 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581128 581128 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576756 576756 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616004 616006 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890344 890352 8 0.0
bss 90636 90636 0 0.0
text 610924 610928 4 0.0

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

PR #27045: Size comparison from 40fb7c2 to 01328a7

Increases (8 builds for cyw30739, nrfconnect, psoc6, qpg, telink)
platform target config section 40fb7c2 01328a7 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542259 8 0.0
.app_xip_area 434869 434877 8 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 804760 804764 4 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 26522657 26522659 2 0.0
qpg lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.text 587204 587212 8 0.0
telink lighting-app-shell tlsr9518adk80d text 743746 743748 2 0.0
pump-app tlsr9518adk80d text 590740 590742 2 0.0
pump-controller-app tlsr9518adk80d text 581124 581126 2 0.0
window-covering tlsr9518adk80d text 610926 610928 2 0.0
Decreases (12 builds for bl702, cc32xx, esp32, k32w, psoc6, telink)
platform target config section 40fb7c2 01328a7 change % change
bl702 lighting-app bl702 (read/write) 1199919 1199903 -16 -0.0
.debug_info 45052710 45052709 -1 -0.0
.text 978354 978352 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111425 23111423 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1074720 1074718 -2 -0.0
.flash.text 1074720 1074718 -2 -0.0
k32w lock k32w0+release (read only) 556092 556076 -16 -0.0
.text 555556 555540 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271783 32271781 -2 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1033924 1033916 -8 -0.0
text 707598 707596 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 664854 664850 -4 -0.0
bridge-app tlsr9518adk80d (read/write) 928792 928784 -8 -0.0
text 641890 641886 -4 -0.0
lighting-app tlsr9518adk80d text 678710 678708 -2 -0.0
lock-app tlsr9518adk80d text 613650 613648 -2 -0.0
ota-requestor-app tlsr9518adk80d text 606868 606864 -4 -0.0
temperature-measurement-app tlsr9518adk80d text 576756 576754 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 40fb7c2 01328a7 change % change
bl602 lighting-app bl602 (read/write) 1367930 1367930 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047898 1047898 0 0.0
bl602+rpc (read/write) 1414918 1414918 0 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079522 1079522 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199919 1199903 -16 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052710 45052709 -1 -0.0
.debug_line 5608344 5608344 0 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978354 978352 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004108 50004108 0 0.0
.debug_line 6024708 6024708 0 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052008 1052008 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111425 23111423 -2 -0.0
.debug_line 2880814 2880814 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542259 8 0.0
.app_xip_area 434869 434877 8 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074720 1074718 -2 -0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074720 1074718 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494246 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244024 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 584796 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584260 0 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556092 556076 -16 -0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555556 555540 -16 -0.0
linux all-clusters-app debug (read only) 3267133 3267133 0 0.0
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231496 231496 0 0.0
.text 2844693 2844693 0 0.0
all-clusters-minimal-app debug (read only) 3044957 3044957 0 0.0
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224008 224008 0 0.0
.text 2635029 2635029 0 0.0
bridge-app debug (read only) 2524021 2524021 0 0.0
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172680 172680 0 0.0
.text 2178565 2178565 0 0.0
chip-tool debug (read only) 15841393 15841393 0 0.0
(read/write) 734208 734208 0 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697968 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 698445 698445 0 0.0
.text 13438180 13438180 0 0.0
chip-tool-ipv6only arm64 (read only) 15214040 15214040 0 0.0
(read/write) 787368 787368 0 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 232 0 0.0
.rodata 635992 635992 0 0.0
.text 12715364 12715364 0 0.0
lighting-app debug+rpc+ui (read only) 3388649 3388649 0 0.0
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286132 286132 0 0.0
.text 2905106 2905106 0 0.0
lock-app debug (read only) 2616653 2616653 0 0.0
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200104 200104 0 0.0
.text 2251941 2251941 0 0.0
ota-provider-app debug (read only) 2213397 2213397 0 0.0
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153800 153800 0 0.0
.text 1917621 1917621 0 0.0
ota-requestor-app debug (read only) 2382285 2382285 0 0.0
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157896 157896 0 0.0
.text 2073541 2073541 0 0.0
shell debug (read only) 2800473 2800473 0 0.0
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199634 199634 0 0.0
.text 2433922 2433922 0 0.0
thermostat-no-ble arm64 (read only) 2616820 2616820 0 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2221636 0 0.0
tv-app debug (read only) 3319481 3319481 0 0.0
(read/write) 261640 261640 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222136 222136 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9129529 9129529 0 0.0
(read/write) 219568 219568 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159200 159200 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 329740 329740 0 0.0
.text 8370546 8370546 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804760 804764 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271783 32271781 -2 -0.0
.debug_line 4034705 4034705 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733866 31733866 0 0.0
.debug_line 4040307 4040307 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522657 26522659 2 0.0
.debug_line 3611221 3611221 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074795 26074795 0 0.0
.debug_line 3550580 3550580 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587204 587212 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033924 1033916 -8 -0.0
bss 97660 97660 0 0.0
text 707598 707596 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664854 664850 -4 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928792 928784 -8 -0.0
bss 100308 100308 0 0.0
text 641890 641886 -4 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585022 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599648 599648 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678710 678708 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976412 976412 0 0.0
bss 102748 102748 0 0.0
text 686230 686230 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034124 1034124 0 0.0
bss 100064 100064 0 0.0
text 723392 723392 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065880 1065880 0 0.0
bss 111140 111140 0 0.0
text 743746 743748 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613650 613648 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606868 606864 -4 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590740 590742 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581124 581126 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576756 576754 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616004 616004 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890352 0 0.0
bss 90636 90636 0 0.0
text 610926 610928 2 0.0

@p0fi p0fi self-requested a review June 12, 2023 12:15
@andy31415 andy31415 merged commit 36aafc5 into project-chip:master Jun 12, 2023
@mhazley mhazley deleted the add-support-for-nullable-float-in-constraints-checking-code branch July 28, 2023 13:29
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.

6 participants