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

Change callables to instances to allow printing #30149

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

cecille
Copy link
Contributor

@cecille cecille commented Nov 1, 2023

If I just write these as callable classes, I can stringify them and we can get a decent print of the expected conformance so that the error messages are more informative and I don't need to keep going back to the spec.

Also added tests, and expanded the error messages in the test.

If I just write these as callable classes, I can stringify them
and we can get a decent print of the expected conformance so that
the error messages are more informative and I don't need to keep
going back to the spec.

Also added tests, and expanded the error messages in the test.
@github-actions github-actions bot added the tests label Nov 1, 2023
Copy link

github-actions bot commented Nov 1, 2023

PR #30149: Size comparison from 5f2b772 to c56128d

Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5f2b772 c56128d change % change
bl602 lighting-app bl602 (read/write) 1410074 1410074 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075144 1075144 0 0.0
bl602+mfd (read/write) 1424498 1424498 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090460 1090460 0 0.0
bl602+rpc (read/write) 1457086 1457086 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106632 1106632 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1208007 1208007 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552481 1552481 0 0.0
.debug_aranges 139104 139104 0 0.0
.debug_frame 509720 509720 0 0.0
.debug_info 41594643 41594643 0 0.0
.debug_line 5455328 5455328 0 0.0
.debug_loc 3664737 3664737 0 0.0
.debug_ranges 446304 446304 0 0.0
.debug_str 4095290 4095290 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106612 106612 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 599479 599479 0 0.0
.symtab 178816 178816 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972742 972742 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1219119 1219119 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554212 1554212 0 0.0
.debug_aranges 140272 140272 0 0.0
.debug_frame 515152 515152 0 0.0
.debug_info 41634932 41634932 0 0.0
.debug_line 5495664 5495664 0 0.0
.debug_loc 3702899 3702899 0 0.0
.debug_ranges 448544 448544 0 0.0
.debug_str 4100821 4100821 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105552 105552 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 603239 603239 0 0.0
.symtab 180576 180576 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984770 984770 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1308275 1308275 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733479 1733479 0 0.0
.debug_aranges 147720 147720 0 0.0
.debug_frame 538764 538764 0 0.0
.debug_info 46739813 46739813 0 0.0
.debug_line 5885749 5885749 0 0.0
.debug_loc 3872376 3872376 0 0.0
.debug_ranges 473872 473872 0 0.0
.debug_str 4523220 4523220 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121512 121512 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 663436 663436 0 0.0
.symtab 197936 197936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048550 1048550 0 0.0
bl706-eth (read/write) 995333 995333 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071608 1071608 0 0.0
.debug_aranges 111936 111936 0 0.0
.debug_frame 413652 413652 0 0.0
.debug_info 22527149 22527149 0 0.0
.debug_line 4146852 4146852 0 0.0
.debug_loc 3082457 3082457 0 0.0
.debug_ranges 364720 364720 0 0.0
.debug_str 3638327 3638327 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99252 99252 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457927 457927 0 0.0
.symtab 133456 133456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738286 738286 0 0.0
bl706-wifi (read/write) 1230170 1230170 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187391 1187391 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 619628 619628 0 0.0
.debug_info 23913921 23913921 0 0.0
.debug_line 4571750 4571750 0 0.0
.debug_loc 3269509 3269509 0 0.0
.debug_ranges 392576 392576 0 0.0
.debug_str 3739801 3739801 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120112 120112 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 507032 507032 0 0.0
.symtab 152752 152752 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962396 962396 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178808 1178808 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552742 1552742 0 0.0
.debug_aranges 134312 134312 0 0.0
.debug_frame 491676 491676 0 0.0
.debug_info 41412140 41412140 0 0.0
.debug_line 5383374 5383374 0 0.0
.debug_loc 3615262 3615262 0 0.0
.debug_ranges 454464 454464 0 0.0
.debug_str 4125064 4125064 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100768 100768 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 603009 603009 0 0.0
.symtab 179440 179440 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962650 962650 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190020 1190020 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554488 1554488 0 0.0
.debug_aranges 135480 135480 0 0.0
.debug_frame 497104 497104 0 0.0
.debug_info 41454472 41454472 0 0.0
.debug_line 5423587 5423587 0 0.0
.debug_loc 3653424 3653424 0 0.0
.debug_ranges 456704 456704 0 0.0
.debug_str 4130585 4130585 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99708 99708 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606837 606837 0 0.0
.symtab 181232 181232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974770 974770 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735987 735987 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84455 84455 0 0.0
.text 651144 651144 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757555 757555 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79999 79999 0 0.0
.text 677164 677164 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744899 744899 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106087 106087 0 0.0
.text 638420 638420 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695699 695699 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80239 80239 0 0.0
.text 615072 615072 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681371 681371 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76071 76071 0 0.0
.text 604912 604912 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562314 562314 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903138 903138 0 0.0
.debug_aranges 104560 104560 0 0.0
.debug_frame 352152 352152 0 0.0
.debug_info 19498378 19498378 0 0.0
.debug_line 2596845 2596845 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1583156 1583156 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107926 107926 0 0.0
.debug_str 3401351 3401351 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83714 83714 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 468295 468295 0 0.0
.symtab 279440 279440 0 0.0
.text 476480 476480 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618506 618506 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943798 943798 0 0.0
.debug_aranges 109024 109024 0 0.0
.debug_frame 367432 367432 0 0.0
.debug_info 20677412 20677412 0 0.0
.debug_line 2667217 2667217 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1638848 1638848 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112463 112463 0 0.0
.debug_str 3465537 3465537 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517531 517531 0 0.0
.symtab 299056 299056 0 0.0
.text 0 0 0 0.0
510092 510092 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553119 553119 0 0.0
.app_xip_area 444337 444337 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539183 539183 0 0.0
.app_xip_area 425601 425601 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574687 574687 0 0.0
.app_xip_area 467233 467233 0 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 550895 550895 0 0.0
.app_xip_area 440353 440353 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006816 1006816 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 832184 832184 0 0.0
BRD4187C (read/write) 1092912 1092912 0 0.0
.bss 195484 195484 0 0.0
.data 3300 3300 0 0.0
.text 894108 894108 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104088 1104088 0 0.0
.bss 186632 186632 0 0.0
.data 2708 2708 0 0.0
.text 914724 914724 0 0.0
window-app BRD4187C (read/write) 1128948 1128948 0 0.0
.bss 167900 167900 0 0.0
.data 3172 3172 0 0.0
.text 957856 957856 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133002 1133002 0 0.0
(read/write) 1670484 1670484 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241696 241696 0 0.0
.flash.text 1133002 1133002 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177559 1177559 0 0.0
(read/write) 520316 520316 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273364 273364 0 0.0
.flash.text 1172175 1172175 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589956 589956 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589420 589420 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684836 684836 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571688 571688 0 0.0
light k32w0+release (read only) 589660 589660 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589124 589124 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776848 776848 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654832 654832 0 0.0
lock k32w0+release (read only) 561436 561436 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560900 560900 0 0.0
linux air-purifier-app debug (read only) 2469325 2469325 0 0.0
(read/write) 126264 126264 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72184 72184 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177344 177344 0 0.0
.text 2118085 2118085 0 0.0
all-clusters-app debug (read only) 5292729 5292729 0 0.0
(read/write) 418104 418104 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278080 278080 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300236 300236 0 0.0
.text 4612947 4612947 0 0.0
all-clusters-minimal-app debug (read only) 4884697 4884697 0 0.0
(read/write) 233016 233016 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95456 95456 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270269 270269 0 0.0
.text 4383235 4383235 0 0.0
bridge-app debug (read only) 4366025 4366025 0 0.0
(read/write) 215128 215128 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84784 84784 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218237 218237 0 0.0
.text 3930083 3930083 0 0.0
chip-tool debug (read only) 10326889 10326889 0 0.0
(read/write) 447136 447136 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341208 341208 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 389929 389929 0 0.0
.text 9333219 9333219 0 0.0
chip-tool-ipv6only arm64 (read only) 10206168 10206168 0 0.0
(read/write) 510336 510336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 378720 378720 0 0.0
.dynamic 512 512 0 0.0
.got 18592 18592 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 316480 316480 0 0.0
.text 9112888 9112888 0 0.0
lighting-app debug+rpc+ui (read only) 5225353 5225353 0 0.0
(read/write) 223120 223120 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92992 92992 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336628 336628 0 0.0
.text 4645427 4645427 0 0.0
lock-app debug (read only) 4465561 4465561 0 0.0
(read/write) 203256 203256 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79464 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247549 247549 0 0.0
.text 4008339 4008339 0 0.0
ota-provider-app debug (read only) 4121609 4121609 0 0.0
(read/write) 192192 192192 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68816 68816 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199837 199837 0 0.0
.text 3730851 3730851 0 0.0
ota-requestor-app debug (read only) 4207057 4207057 0 0.0
(read/write) 196376 196376 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71760 71760 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203293 203293 0 0.0
.text 3808563 3808563 0 0.0
shell debug (read only) 2757969 2757969 0 0.0
(read/write) 149120 149120 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 181024 181024 0 0.0
.text 2406210 2406210 0 0.0
thermostat-no-ble arm64 (read only) 4359800 4359800 0 0.0
(read/write) 245544 245544 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101624 101624 0 0.0
.dynamic 512 512 0 0.0
.got 11904 11904 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161332 161332 0 0.0
.text 3859688 3859688 0 0.0
tv-app debug (read only) 5289817 5289817 0 0.0
(read/write) 352016 352016 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271309 271309 0 0.0
.text 4774355 4774355 0 0.0
tv-casting-app debug (read only) 8270545 8270545 0 0.0
(read/write) 315224 315224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150032 150032 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339064 339064 0 0.0
.text 7524227 7524227 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2523088 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485772 1485772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179828 1179828 0 0.0
bss 153980 153980 0 0.0
rodata 118928 118928 0 0.0
text 828020 828020 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327264 1327264 0 0.0
bss 139990 139990 0 0.0
rodata 134960 134960 0 0.0
text 761660 761660 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161648 1161648 0 0.0
bss 154219 154219 0 0.0
rodata 113924 113924 0 0.0
text 814580 814580 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723780 1723780 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 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 2496 2496 0 0.0
.debug_abbrev 1327154 1327154 0 0.0
.debug_aranges 141240 141240 0 0.0
.debug_frame 468012 468012 0 0.0
.debug_info 30353517 30353517 0 0.0
.debug_line 3902503 3902503 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2249596 2249596 0 0.0
.debug_rnglists 152039 152039 0 0.0
.debug_str 4128270 4128270 0 0.0
.heap 838136 838136 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 798817 798817 0 0.0
.symtab 494272 494272 0 0.0
.text 1520188 1520188 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682340 1682340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 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 2472 2472 0 0.0
.debug_abbrev 1267364 1267364 0 0.0
.debug_aranges 137456 137456 0 0.0
.debug_frame 461400 461400 0 0.0
.debug_info 28619948 28619948 0 0.0
.debug_line 3807572 3807572 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2194020 2194020 0 0.0
.debug_rnglists 147854 147854 0 0.0
.debug_str 4021007 4021007 0 0.0
.heap 839936 839936 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 743172 743172 0 0.0
.symtab 475328 475328 0 0.0
.text 1480548 1480548 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608508 1608508 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2360 2360 0 0.0
.debug_abbrev 1109042 1109042 0 0.0
.debug_aranges 127528 127528 0 0.0
.debug_frame 424324 424324 0 0.0
.debug_info 23723942 23723942 0 0.0
.debug_line 3381870 3381870 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2030504 2030504 0 0.0
.debug_rnglists 137400 137400 0 0.0
.debug_str 3827829 3827829 0 0.0
.heap 846488 846488 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 656341 656341 0 0.0
.symtab 436832 436832 0 0.0
.text 1413268 1413268 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641252 1641252 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 2376 2376 0 0.0
.debug_abbrev 1101888 1101888 0 0.0
.debug_aranges 126208 126208 0 0.0
.debug_frame 419560 419560 0 0.0
.debug_info 23530536 23530536 0 0.0
.debug_line 3334094 3334094 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2007164 2007164 0 0.0
.debug_rnglists 135411 135411 0 0.0
.debug_str 3789966 3789966 0 0.0
.heap 819224 819224 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 629808 629808 0 0.0
.symtab 428368 428368 0 0.0
.text 1418748 1418748 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177172 1177172 0 0.0
.bss 100584 100584 0 0.0
.data 744 744 0 0.0
.text 624016 624016 0 0.0
lock-app qpg6105+debug (read/write) 1137512 1137512 0 0.0
.bss 95328 95328 0 0.0
.data 776 776 0 0.0
.text 584356 584356 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856972 856972 0 0.0
bss 77996 77996 0 0.0
text 604474 604474 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078588 1078588 0 0.0
bss 112632 112632 0 0.0
text 758114 758114 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077300 1077300 0 0.0
bss 122460 122460 0 0.0
text 744630 744630 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932268 932268 0 0.0
bss 106876 106876 0 0.0
text 641670 641670 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860368 860368 0 0.0
bss 78120 78120 0 0.0
text 607572 607572 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962456 962456 0 0.0
bss 88184 88184 0 0.0
text 683946 683946 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088308 1088308 0 0.0
bss 112384 112384 0 0.0
text 762348 762348 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918784 918784 0 0.0
bss 78812 78812 0 0.0
text 638400 638400 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945620 945620 0 0.0
bss 104976 104976 0 0.0
text 657472 657472 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864204 864204 0 0.0
bss 78228 78228 0 0.0
text 611746 611746 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 805072 805072 0 0.0
bss 66248 66248 0 0.0
text 578782 578782 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820768 820768 0 0.0
bss 66652 66652 0 0.0
text 589394 589394 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709036 0 0.0
bss 86424 86424 0 0.0
text 462008 462008 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862972 862972 0 0.0
bss 78204 78204 0 0.0
text 611108 611108 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 848016 848016 0 0.0
bss 77932 77932 0 0.0
text 598280 598280 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826144 826144 0 0.0
bss 66536 66536 0 0.0
text 594136 594136 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823608 823608 0 0.0
bss 66888 66888 0 0.0
text 591186 591186 0 0.0

@mergify mergify bot merged commit 005ab54 into project-chip:master Nov 2, 2023
52 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.

4 participants