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

Fix PAA pathlen check to match spec #27207

Merged

Conversation

tcarmelveilleux
Copy link
Contributor

Problem:

Changes in this PR:

  • Update all CryptoPAL backends to fix the path length checks
  • Added unit tests covering valid and invalid basic constraints around path lengths.

Testing done:

  • Unit tests pass on both mbedTLS and BoringSSL/OpenSSL CryptoPAL

Problem:
- Since Matter 1.1, PAAs are allowed to omit the pathlen optional
  field to basic constraints extension. The code did not do that
- Fixes project-chip#27194

Changes in this PR:

- Update all CryptoPAL backends to fix the path length checks
- Added unit tests covering valid and invalid basic constraints
  around path lengths.

Testing done:

- Unit tests pass on both mbedTLS and BoringSSL/OpenSSL CryptoPAL
@github-actions
Copy link

github-actions bot commented Jun 13, 2023

PR #27207: Size comparison from 212142b to 9b30bf6

Increases (10 builds for bl602, bl702, esp32, telink)
platform target config section 212142b 9b30bf6 change % change
bl602 lighting-app bl602+rpc .text 1080332 1080334 2 0.0
bl702 lighting-app bl702 .debug_info 45151212 45151213 1 0.0
.text 944042 944044 2 0.0
esp32 all-clusters-app m5stack (read/write) 494246 494250 4 0.0
.flash.rodata 244024 244028 4 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 664850 664852 2 0.0
bridge-app tlsr9518adk80d text 641886 641888 2 0.0
lighting-app-factory-data tlsr9518adk80d text 686230 686232 2 0.0
lock-app tlsr9518adk80d text 613650 613652 2 0.0
ota-requestor-app tlsr9518adk80d text 606864 606868 4 0.0
pump-app tlsr9518adk80d text 590742 590744 2 0.0
thermostat tlsr9518adk80d text 616002 616004 2 0.0
Decreases (14 builds for bl702, cc32xx, linux, psoc6, qpg, telink)
platform target config section 212142b 9b30bf6 change % change
bl702 lighting-app bl702 .debug_line 5587908 5587846 -62 -0.0
.debug_loc 3793411 3793400 -11 -0.0
bl702+rpc .debug_line 6013644 6013582 -62 -0.0
.debug_loc 3998602 3998591 -11 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111425 23111379 -46 -0.0
.debug_line 2880814 2880782 -32 -0.0
.debug_loclists 1726586 1726564 -22 -0.0
linux chip-tool debug (read only) 15841393 15841377 -16 -0.0
.text 13438180 13438164 -16 -0.0
chip-tool-ipv6only arm64 (read only) 15199240 15199224 -16 -0.0
.text 12700740 12700724 -16 -0.0
tv-app debug (read only) 3319481 3319465 -16 -0.0
.text 2900706 2900690 -16 -0.0
tv-casting-app debug (read only) 9129529 9129513 -16 -0.0
.text 8370546 8370530 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271782 32271737 -45 -0.0
.debug_line 4034705 4034673 -32 -0.0
.debug_loclists 2300833 2300811 -22 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733866 31733820 -46 -0.0
.debug_line 4040307 4040275 -32 -0.0
.debug_loclists 2285664 2285642 -22 -0.0
light cy8ckit_062s2_43012 .debug_info 26522658 26522612 -46 -0.0
.debug_line 3611221 3611189 -32 -0.0
.debug_loclists 2126532 2126510 -22 -0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074749 -45 -0.0
.debug_line 3550580 3550548 -32 -0.0
.debug_loclists 2100291 2100269 -22 -0.0
qpg lighting-app qpg6105+debug (read/write) 1171280 1171272 -8 -0.0
.text 618120 618112 -8 -0.0
telink lighting-app tlsr9518adk80d text 678710 678708 -2 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1065888 1065880 -8 -0.0
text 743750 743746 -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 212142b 9b30bf6 change % change
bl602 lighting-app bl602 (read/write) 1368154 1368154 0 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048452 1048452 0 0.0
bl602+rpc (read/write) 1415582 1415582 0 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080332 1080334 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172711 1172711 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549970 1549970 0 0.0
.debug_aranges 149728 149728 0 0.0
.debug_frame 551056 551056 0 0.0
.debug_info 45151212 45151213 1 0.0
.debug_line 5587908 5587846 -62 -0.0
.debug_loc 3793411 3793400 -11 -0.0
.debug_ranges 394248 394248 0 0.0
.debug_str 4345765 4345765 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 104972 104972 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 581062 581062 0 0.0
.symtab 173792 173792 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
944042 944044 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1270663 1270663 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1715037 1715037 0 0.0
.debug_aranges 158208 158208 0 0.0
.debug_frame 579688 579688 0 0.0
.debug_info 50331961 50331961 0 0.0
.debug_line 6013644 6013582 -62 -0.0
.debug_loc 3998602 3998591 -11 -0.0
.debug_ranges 419928 419928 0 0.0
.debug_str 4774439 4774439 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 119568 119568 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 643662 643662 0 0.0
.symtab 192592 192592 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017792 1017792 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 23111379 -46 -0.0
.debug_line 2880814 2880782 -32 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726564 -22 -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) 542595 542595 0 0.0
.app_xip_area 435213 435213 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) 529603 529603 0 0.0
.app_xip_area 417093 417093 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) 566995 566995 0 0.0
.app_xip_area 460549 460549 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) 531387 531387 0 0.0
.app_xip_area 422373 422373 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) 1019792 1019792 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857388 857388 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) 494246 494250 4 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 585132 585132 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584596 584596 0 0.0
light k32w0+release (read only) 583820 583820 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583284 583284 0 0.0
lock k32w0+release (read only) 556428 556428 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555892 555892 0 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 15841377 -16 -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 13438164 -16 -0.0
chip-tool-ipv6only arm64 (read only) 15199240 15199224 -16 -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 635824 635824 0 0.0
.text 12700740 12700724 -16 -0.0
lighting-app debug+rpc+ui (read only) 3389321 3389321 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 286324 286324 0 0.0
.text 2905586 2905586 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) 2609412 2609412 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 129544 129544 0 0.0
.text 2214404 2214404 0 0.0
tv-app debug (read only) 3319481 3319465 -16 -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 2900690 -16 -0.0
tv-casting-app debug (read only) 9129529 9129513 -16 -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 8370530 -16 -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 32271782 32271737 -45 -0.0
.debug_line 4034705 4034673 -32 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300811 -22 -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 31733866 31733820 -46 -0.0
.debug_line 4040307 4040275 -32 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285642 -22 -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 26522612 -46 -0.0
.debug_line 3611221 3611189 -32 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126510 -22 -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 26074749 -45 -0.0
.debug_line 3550580 3550548 -32 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100269 -22 -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) 1171280 1171272 -8 -0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 618120 618112 -8 -0.0
lock-app qpg6105+debug (read/write) 1140696 1140696 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587540 587540 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033924 1033924 0 0.0
bss 97660 97660 0 0.0
text 707598 707598 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 664850 664852 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928784 928784 0 0.0
bss 100308 100308 0 0.0
text 641886 641888 2 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 686232 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034532 1034532 0 0.0
bss 100064 100064 0 0.0
text 723602 723602 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065888 1065880 -8 -0.0
bss 111140 111140 0 0.0
text 743750 743746 -4 -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 613652 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 606864 606868 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 590742 590744 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 581124 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 616002 616004 2 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 610926 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 13, 2023

PR #27207: Size comparison from 212142b to 173e349

Increases above 0.2%:

platform target config section 212142b 173e349 change % change
linux chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
tv-casting-app debug (read only) 9129529 9156561 27032 0.3
.data.rel.ro 159200 159552 352 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334564 4824 1.5
.text 8370546 8391954 21408 0.3
Increases (38 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, telink)
platform target config section 212142b 173e349 change % change
bl602 lighting-app bl602 (read/write) 1368154 1368186 32 0.0
.text 1048452 1048482 30 0.0
bl602+rpc (read/write) 1415582 1415614 32 0.0
.text 1080332 1080366 34 0.0
bl702 lighting-app bl702 (read/write) 1172711 1172743 32 0.0
.debug_abbrev 1549970 1549984 14 0.0
.debug_aranges 149728 149736 8 0.0
.debug_frame 551056 551084 28 0.0
.debug_info 45151212 4515205 846 0.0
.debug_line 5587908 5588311 403 0.0
.debug_loc 3793411 3793459 48 0.0
.debug_ranges 394248 394520 272 0.1
.debug_str 4345765 4345826 61 0.0
.strtab 581062 581112 50 0.0
.symtab 173792 173808 16 0.0
.text 944042 944076 34 0.0
bl702+rpc (read/write) 1270663 1270695 32 0.0
.debug_abbrev 1715037 1715051 14 0.0
.debug_aranges 158208 158216 8 0.0
.debug_frame 579688 579716 28 0.0
.debug_info 50331961 50332837 876 0.0
.debug_line 6013644 6014048 404 0.0
.debug_loc 3998602 3998664 62 0.0
.debug_ranges 419928 420200 272 0.1
.debug_str 4774439 4774500 61 0.0
.strtab 643662 643712 50 0.0
.symtab 192592 192608 16 0.0
.text 1017792 1017824 32 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 606178 606218 40 0.0
.debug_abbrev 952093 952148 55 0.0
.debug_aranges 118920 118936 16 0.0
.debug_frame 406188 406232 44 0.0
.debug_info 23111425 23112315 890 0.0
.debug_line 2880814 2881181 367 0.0
.debug_loclists 1726586 1726631 45 0.0
.debug_rnglists 107524 107536 12 0.0
.debug_str 3786770 3786831 61 0.0
.strtab 484580 484674 94 0.0
.symtab 287712 287776 64 0.0
.text 499512 499552 40 0.0
cyw30739 switch cyw930739m2evb_01 (read/write) 531387 531435 48 0.0
.app_xip_area 422373 422421 48 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986540 32 0.0
.text 804472 804504 32 0.0
window-app BRD4187C (read/write) 1088824 1088864 40 0.0
.text 943552 943592 40 0.0
esp32 all-clusters-app m5stack (read/write) 494246 494250 4 0.0
.flash.rodata 244024 244028 4 0.0
k32w contact k32w0+release (read only) 585132 585180 48 0.0
.text 584596 584644 48 0.0
lock k32w0+release (read only) 556428 556476 48 0.0
.text 555892 555940 48 0.0
linux all-clusters-app debug (read only) 3267133 3268285 1152 0.0
.rodata 231496 231528 32 0.0
.text 2844693 2845813 1120 0.0
all-clusters-minimal-app debug (read only) 3044957 3046109 1152 0.0
.rodata 224008 224040 32 0.0
.text 2635029 2636149 1120 0.0
bridge-app debug (read only) 2524021 2525173 1152 0.0
.rodata 172680 172712 32 0.0
.text 2178565 2179685 1120 0.1
chip-tool debug (read only) 15841393 15844801 3408 0.0
(read/write) 734208 734216 8 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441220 3040 0.0
chip-tool-ipv6only arm64 (read only) 15199240 15201608 2368 0.0
(read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
.rodata 635824 635968 144 0.0
.text 12700740 12702948 2208 0.0
lighting-app debug+rpc+ui (read only) 3389321 3390441 1120 0.0
.text 2905586 2906706 1120 0.0
lock-app debug (read only) 2616653 2617805 1152 0.0
.rodata 200104 200136 32 0.0
.text 2251941 2253061 1120 0.0
ota-provider-app debug (read only) 2213397 2214517 1120 0.1
.text 1917621 1918741 1120 0.1
ota-requestor-app debug (read only) 2382285 2383437 1152 0.0
.rodata 157896 157928 32 0.0
.text 2073541 2074661 1120 0.1
shell debug (read only) 2800473 2801593 1120 0.0
.text 2433922 2435042 1120 0.0
thermostat-no-ble arm64 (read only) 2609412 2610276 864 0.0
.text 2214404 2215268 864 0.0
tv-app debug (read only) 3319481 3320585 1104 0.0
.text 2900706 2901810 1104 0.0
tv-casting-app debug (read only) 9129529 9156561 27032 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data.rel.ro 159200 159552 352 0.2
.got 4920 4928 8 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334564 4824 1.5
.text 8370546 8391954 21408 0.3
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1728204 1728236 32 0.0
.debug_abbrev 1297177 1297229 52 0.0
.debug_aranges 148632 148648 16 0.0
.debug_frame 497676 497724 48 0.0
.debug_info 32271782 32272732 950 0.0
.debug_line 4034705 4035068 363 0.0
.debug_loclists 2300833 2300879 46 0.0
.debug_rnglists 144093 144105 12 0.0
.debug_str 4350301 4350362 61 0.0
.strtab 750884 750978 94 0.0
.symtab 478784 478848 64 0.0
.text 1528460 1528492 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1660668 1660700 32 0.0
.debug_abbrev 1284935 1284987 52 0.0
.debug_aranges 147384 147400 16 0.0
.debug_frame 498620 498668 48 0.0
.debug_info 31733866 31734787 921 0.0
.debug_line 4040307 4040678 371 0.0
.debug_loclists 2285664 2285710 46 0.0
.debug_rnglists 142539 142551 12 0.0
.debug_str 4333231 4333292 61 0.0
.strtab 699765 699859 94 0.0
.symtab 459904 459968 64 0.0
.text 1462252 1462284 32 0.0
light cy8ckit_062s2_43012 (read/write) 1593268 1593300 32 0.0
.debug_abbrev 1122520 1122572 52 0.0
.debug_aranges 137720 137736 16 0.0
.debug_frame 462528 462576 48 0.0
.debug_info 26522658 26523546 888 0.0
.debug_line 3611221 3611580 359 0.0
.debug_loclists 2126532 2126578 46 0.0
.debug_rnglists 132531 132543 12 0.0
.debug_str 4147305 4147366 61 0.0
.strtab 623349 623443 94 0.0
.symtab 425328 425392 64 0.0
.text 1401100 1401132 32 0.0
lock cy8ckit_062s2_43012 (read/write) 1626308 1626340 32 0.0
.debug_abbrev 1104792 1104844 52 0.0
.debug_aranges 136112 136128 16 0.0
.debug_frame 456880 456928 48 0.0
.debug_info 26074794 26075684 890 0.0
.debug_line 3550580 3550935 355 0.0
.debug_loclists 2100291 2100337 46 0.0
.debug_rnglists 130376 130388 12 0.0
.debug_str 4107804 4107865 61 0.0
.strtab 596481 596575 94 0.0
.symtab 416928 416992 64 0.0
.text 1406540 1406572 32 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 664850 664852 2 0.0
contact-sensor-app tlsr9518adk80d (read/write) 860452 860524 72 0.0
text 585022 585092 70 0.0
light-switch-app tlsr9518adk80d (read/write) 876776 876848 72 0.0
text 599648 599720 72 0.0
lighting-app-rpc tlsr9518adk80d text 723602 723606 4 0.0
lock-app tlsr9518adk80d (read/write) 915524 915596 72 0.0
text 613650 613718 68 0.0
pump-app tlsr9518adk80d (read/write) 866012 866084 72 0.0
text 590742 590812 70 0.0
pump-controller-app tlsr9518adk80d (read/write) 853072 853144 72 0.0
text 581124 581196 72 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 849228 849292 64 0.0
text 576756 576824 68 0.0
thermostat tlsr9518adk80d (read/write) 894972 895036 64 0.0
text 616002 616072 70 0.0
window-covering tlsr9518adk80d (read/write) 890352 890416 64 0.0
text 610926 610996 70 0.0
Decreases (4 builds for linux, qpg, telink)
platform target config section 212142b 173e349 change % change
linux chip-tool debug .data.rel.ro 697968 697960 -8 -0.0
qpg lock-app qpg6105+debug (read/write) 1140696 1128976 -11720 -1.0
.bss 94832 94816 -16 -0.0
.text 587540 575820 -11720 -2.0
telink all-clusters-app tlsr9518adk80d (read/write) 1033924 1033916 -8 -0.0
text 707598 707596 -2 -0.0
lighting-app tlsr9518adk80d text 678710 678708 -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 212142b 173e349 change % change
bl602 lighting-app bl602 (read/write) 1368154 1368186 32 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048452 1048482 30 0.0
bl602+rpc (read/write) 1415582 1415614 32 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080332 1080366 34 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172711 1172743 32 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549970 1549984 14 0.0
.debug_aranges 149728 149736 8 0.0
.debug_frame 551056 551084 28 0.0
.debug_info 45151212 4515205 846 0.0
.debug_line 5587908 5588311 403 0.0
.debug_loc 3793411 3793459 48 0.0
.debug_ranges 394248 394520 272 0.1
.debug_str 4345765 4345826 61 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 104972 104972 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 581062 581112 50 0.0
.symtab 173792 173808 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
944042 944076 34 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1270663 1270695 32 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1715037 1715051 14 0.0
.debug_aranges 158208 158216 8 0.0
.debug_frame 579688 579716 28 0.0
.debug_info 50331961 50332837 876 0.0
.debug_line 6013644 6014048 404 0.0
.debug_loc 3998602 3998664 62 0.0
.debug_ranges 419928 420200 272 0.1
.debug_str 4774439 4774500 61 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 119568 119568 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 643662 643712 50 0.0
.symtab 192592 192608 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017792 1017824 32 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606218 40 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 952148 55 0.0
.debug_aranges 118920 118936 16 0.0
.debug_frame 406188 406232 44 0.0
.debug_info 23111425 23112315 890 0.0
.debug_line 2880814 2881181 367 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726631 45 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107536 12 0.0
.debug_str 3786770 3786831 61 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 484674 94 0.0
.symtab 287712 287776 64 0.0
.text 499512 499552 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542595 542595 0 0.0
.app_xip_area 435213 435213 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) 529603 529603 0 0.0
.app_xip_area 417093 417093 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) 566995 566995 0 0.0
.app_xip_area 460549 460549 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) 531387 531435 48 0.0
.app_xip_area 422373 422421 48 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 986540 32 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804504 32 0.0
BRD4187C (read/write) 1019792 1019792 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857388 857388 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 1088864 40 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943592 40 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) 494246 494250 4 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 585132 585180 48 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584596 584644 48 0.0
light k32w0+release (read only) 583820 583820 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583284 583284 0 0.0
lock k32w0+release (read only) 556428 556476 48 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555892 555940 48 0.0
linux all-clusters-app debug (read only) 3267133 3268285 1152 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 231528 32 0.0
.text 2844693 2845813 1120 0.0
all-clusters-minimal-app debug (read only) 3044957 3046109 1152 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 224040 32 0.0
.text 2635029 2636149 1120 0.0
bridge-app debug (read only) 2524021 2525173 1152 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 172712 32 0.0
.text 2178565 2179685 1120 0.1
chip-tool debug (read only) 15841393 15844801 3408 0.0
(read/write) 734208 734216 8 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697960 -8 -0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441220 3040 0.0
chip-tool-ipv6only arm64 (read only) 15199240 15201608 2368 0.0
(read/write) 787368 787384 16 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 240 8 3.4
.rodata 635824 635968 144 0.0
.text 12700740 12702948 2208 0.0
lighting-app debug+rpc+ui (read only) 3389321 3390441 1120 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 286324 286324 0 0.0
.text 2905586 2906706 1120 0.0
lock-app debug (read only) 2616653 2617805 1152 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 200136 32 0.0
.text 2251941 2253061 1120 0.0
ota-provider-app debug (read only) 2213397 2214517 1120 0.1
(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 1918741 1120 0.1
ota-requestor-app debug (read only) 2382285 2383437 1152 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 157928 32 0.0
.text 2073541 2074661 1120 0.1
shell debug (read only) 2800473 2801593 1120 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 2435042 1120 0.0
thermostat-no-ble arm64 (read only) 2609412 2610276 864 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 129544 129544 0 0.0
.text 2214404 2215268 864 0.0
tv-app debug (read only) 3319481 3320585 1104 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 2901810 1104 0.0
tv-casting-app debug (read only) 9129529 9156561 27032 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data 1744 1744 0 0.0
.data.rel.ro 159200 159552 352 0.2
.dynamic 608 608 0 0.0
.got 4920 4928 8 0.2
.init 27 27 0 0.0
.init_array 1000 1008 8 0.8
.rodata 329740 334564 4824 1.5
.text 8370546 8391954 21408 0.3
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 1728236 32 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 1297229 52 0.0
.debug_aranges 148632 148648 16 0.0
.debug_frame 497676 497724 48 0.0
.debug_info 32271782 32272732 950 0.0
.debug_line 4034705 4035068 363 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300879 46 0.0
.debug_rnglists 144093 144105 12 0.0
.debug_str 4350301 4350362 61 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 750978 94 0.0
.symtab 478784 478848 64 0.0
.text 1528460 1528492 32 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 1660700 32 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 1284987 52 0.0
.debug_aranges 147384 147400 16 0.0
.debug_frame 498620 498668 48 0.0
.debug_info 31733866 31734787 921 0.0
.debug_line 4040307 4040678 371 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285710 46 0.0
.debug_rnglists 142539 142551 12 0.0
.debug_str 4333231 4333292 61 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 699859 94 0.0
.symtab 459904 459968 64 0.0
.text 1462252 1462284 32 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 1593300 32 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 1122572 52 0.0
.debug_aranges 137720 137736 16 0.0
.debug_frame 462528 462576 48 0.0
.debug_info 26522658 26523546 888 0.0
.debug_line 3611221 3611580 359 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126578 46 0.0
.debug_rnglists 132531 132543 12 0.0
.debug_str 4147305 4147366 61 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 623443 94 0.0
.symtab 425328 425392 64 0.0
.text 1401100 1401132 32 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 1626340 32 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 1104844 52 0.0
.debug_aranges 136112 136128 16 0.0
.debug_frame 456880 456928 48 0.0
.debug_info 26074794 26075684 890 0.0
.debug_line 3550580 3550935 355 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100337 46 0.0
.debug_rnglists 130376 130388 12 0.0
.debug_str 4107804 4107865 61 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 596575 94 0.0
.symtab 416928 416992 64 0.0
.text 1406540 1406572 32 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171280 1171280 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 618120 618120 0 0.0
lock-app qpg6105+debug (read/write) 1140696 1128976 -11720 -1.0
.bss 94832 94816 -16 -0.0
.data 792 792 0 0.0
.text 587540 575820 -11720 -2.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 664850 664852 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928784 928784 0 0.0
bss 100308 100308 0 0.0
text 641886 641886 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860524 72 0.0
bss 89968 89968 0 0.0
text 585022 585092 70 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876848 72 0.0
bss 90136 90136 0 0.0
text 599648 599720 72 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) 1034532 1034532 0 0.0
bss 100064 100064 0 0.0
text 723602 723606 4 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065888 1065888 0 0.0
bss 111140 111140 0 0.0
text 743750 743750 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915596 72 0.0
bss 90632 90632 0 0.0
text 613650 613718 68 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 606864 606864 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866084 72 0.0
bss 90100 90100 0 0.0
text 590742 590812 70 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853144 72 0.0
bss 89900 89900 0 0.0
text 581124 581196 72 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849292 64 0.0
bss 89808 89808 0 0.0
text 576756 576824 68 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 895036 64 0.0
bss 90344 90344 0 0.0
text 616002 616072 70 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890416 64 0.0
bss 90636 90636 0 0.0
text 610926 610996 70 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

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

Yes, now this all makes sense. :)

@tcarmelveilleux tcarmelveilleux merged commit 6717172 into project-chip:master Jun 15, 2023
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] MbedTLS implementation cannot load all PAA Certificates
5 participants