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

Allowing chip-repl test to send invalid enum values #24352

Merged
merged 16 commits into from
Jan 19, 2023

Conversation

tehampson
Copy link
Contributor

@tehampson tehampson commented Jan 10, 2023

Fixes: #24369

This give python the same behaviour that exists in cpp today. When an out of scope enum value is received we map it to kUknownEnumValue. We also provide a way to disable this in someone would like to intentionally disable this behaviour and intentionally get a ValueError.

We also add the ability for chip-repl to extend the enum at runtime. This allows tests to intentionally send out an invalid enum value to see how matter device on the other side behaves when given an out of scope enum value.

@github-actions
Copy link

github-actions bot commented Jan 10, 2023

PR #24352: Size comparison from 0807f5e to e959c0a

Increases (5 builds for bl602, cc13x2_26x2, esp32, telink)
platform target config section 0807f5e e959c0a change % change
bl602 lighting-app bl602+rpc (read/write) 1374894 1374902 8 0.0
.text 1047632 1047636 4 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 174496 174504 8 0.0
esp32 all-clusters-app m5stack (read/write) 561611 561615 4 0.0
.flash.rodata 311564 311568 4 0.0
telink all-clusters-app tlsr9518adk80d text 689094 689096 2 0.0
contact-sensor-app tlsr9518adk80d text 581570 581572 2 0.0
Decreases (13 builds for bl602, bl702, cc13x2_26x2, esp32, k32w, nrfconnect, psoc6, telink)
platform target config section 0807f5e e959c0a change % change
bl602 lighting-app bl602 .text 1016646 1016644 -2 -0.0
bl702 lighting-app bl702 .debug_info 39900396 39900395 -1 -0.0
.text 956872 956870 -2 -0.0
bl702+rpc .debug_info 44286220 44286219 -1 -0.0
.text 1033764 1033762 -2 -0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 640691 640683 -8 -0.0
.text 562984 562976 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 674511 674503 -8 -0.0
.text 597672 597664 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1221504 1221502 -2 -0.0
.flash.text 1221504 1221502 -2 -0.0
k32w lock k32w0+release (read/write) 631700 631684 -16 -0.0
.text 551308 551292 -16 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 773944 773940 -4 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26903756 26903755 -1 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 652386 652384 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 883888 883880 -8 -0.0
text 596040 596036 -4 -0.0
lighting-app tlsr9518adk80d text 661890 661888 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 897868 897860 -8 -0.0
text 607290 607286 -4 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0807f5e e959c0a change % change
bl602 lighting-app bl602 (read/write) 1329406 1329406 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016646 1016644 -2 -0.0
bl602+rpc (read/write) 1374894 1374902 8 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047632 1047636 4 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194735 1194735 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1533431 1533431 0 0.0
.debug_aranges 132656 132656 0 0.0
.debug_frame 486996 486996 0 0.0
.debug_info 39900396 39900395 -1 -0.0
.debug_line 5228552 5228552 0 0.0
.debug_loc 3394501 3394501 0 0.0
.debug_ranges 372192 372192 0 0.0
.debug_str 3508116 3508116 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569337 569337 0 0.0
.symtab 172016 172016 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956872 956870 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286899 1286899 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1681901 1681901 0 0.0
.debug_aranges 140880 140880 0 0.0
.debug_frame 514708 514708 0 0.0
.debug_info 44286220 44286219 -1 -0.0
.debug_line 5626141 5626141 0 0.0
.debug_loc 3590508 3590508 0 0.0
.debug_ranges 395896 395896 0 0.0
.debug_str 3910726 3910726 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129776 129776 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629852 629852 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033764 1033762 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677075 677075 0 0.0
(read/write) 174404 174404 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 87299 87299 0 0.0
.text 589460 589460 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640691 640683 -8 -0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 77387 77387 0 0.0
.text 562984 562976 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 674511 674503 -8 -0.0
(read/write) 174496 174504 8 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76359 76359 0 0.0
.text 597672 597664 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 659563 659563 0 0.0
(read/write) 184708 184708 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556640 556640 0 0.0
pump-app LP_CC2652R7 (read only) 688215 688215 0 0.0
(read/write) 161528 161528 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 90431 90431 0 0.0
.text 597300 597300 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672235 672235 0 0.0
(read/write) 177612 177612 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585616 585616 0 0.0
shell LP_CC2652R7 (read only) 668298 668298 0 0.0
(read/write) 185508 185508 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 84034 84034 0 0.0
.text 583952 583952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585674 585674 0 0.0
.app_xip_area 462020 462020 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589398 589398 0 0.0
.app_xip_area 460448 460448 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 550022 550022 0 0.0
.app_xip_area 431856 431856 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974108 974108 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 819748 819748 0 0.0
BRD4161A+rs911x (read/write) 1037256 1037256 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 848576 848576 0 0.0
BRD4187C (read/write) 1147924 1147924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 982244 982244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1066792 1066792 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 906564 906564 0 0.0
window-app BRD4187C (read/write) 1140600 1140600 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 973480 973480 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221504 1221502 -2 -0.0
(read/write) 1788394 1788394 0 0.0
.dram0.bss 76952 76952 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245784 245784 0 0.0
.flash.text 1221504 1221502 -2 -0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235147 1235147 0 0.0
(read/write) 561611 561615 4 0.0
.dram0.bss 82104 82104 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311564 311568 4 0.0
.flash.text 1229763 1229763 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 660316 660316 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 562068 562068 0 0.0
light k32w0+release (read/write) 671408 671408 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591796 591796 0 0.0
lock k32w0+release (read/write) 631700 631684 -16 -0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 551308 551292 -16 -0.0
linux all-clusters-app debug (read only) 3124817 3124817 0 0.0
(read/write) 153104 153104 0 0.0
.bss 62496 62496 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 81704 81704 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282507 282507 0 0.0
.text 2657410 2657410 0 0.0
all-clusters-minimal-app debug (read only) 2937065 2937065 0 0.0
(read/write) 146480 146480 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76120 76120 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281195 281195 0 0.0
.text 2474226 2474226 0 0.0
bridge-app debug (read only) 2496489 2496489 0 0.0
(read/write) 130944 130944 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212480 212480 0 0.0
.text 2112226 2112226 0 0.0
chip-tool debug (read only) 11289329 11289329 0 0.0
(read/write) 642416 642416 0 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 607168 607168 0 0.0
.dynamic 608 608 0 0.0
.got 5192 5192 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 623365 623365 0 0.0
.text 9177396 9177396 0 0.0
chip-tool-ipv6only arm64 (read only) 10688460 10688460 0 0.0
(read/write) 691864 691864 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636168 636168 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 551068 551068 0 0.0
.text 8499076 8499076 0 0.0
lighting-app debug+rpc (read only) 2663953 2663953 0 0.0
(read/write) 130280 130280 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228448 228448 0 0.0
.text 2258754 2258754 0 0.0
lock-app debug (read only) 2622825 2622825 0 0.0
(read/write) 125328 125328 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244648 244648 0 0.0
.text 2206274 2206274 0 0.0
ota-provider-app debug (read only) 2196745 2196745 0 0.0
(read/write) 105072 105072 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1860834 1860834 0 0.0
ota-requestor-app debug (read only) 2358201 2358201 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202704 202704 0 0.0
.text 2006594 2006594 0 0.0
shell debug (read only) 2657481 2657481 0 0.0
(read/write) 137568 137568 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72600 72600 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240754 240754 0 0.0
.text 2256802 2256802 0 0.0
thermostat-no-ble arm64 (read only) 2478500 2478500 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149792 149792 0 0.0
.text 2068112 2068112 0 0.0
tv-app debug (read only) 3286601 3286601 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269400 269400 0 0.0
.text 2822850 2822850 0 0.0
tv-casting-app debug (read only) 5638697 5638697 0 0.0
(read/write) 160696 160696 0 0.0
.bss 52280 52280 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361433 361433 0 0.0
.text 4999218 4999218 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461848 2461848 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424492 1424492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165324 1165324 0 0.0
bss 146748 146748 0 0.0
rodata 133820 133820 0 0.0
text 804548 804548 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366968 1366968 0 0.0
bss 106048 106048 0 0.0
rodata 211308 211308 0 0.0
text 763788 763788 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1111168 1111168 0 0.0
bss 145947 145947 0 0.0
rodata 111104 111104 0 0.0
text 773944 773940 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1748716 1748716 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1247585 1247585 0 0.0
.debug_aranges 111144 111144 0 0.0
.debug_frame 373232 373232 0 0.0
.debug_info 27342471 27342471 0 0.0
.debug_line 3753868 3753868 0 0.0
.debug_loc 3643136 3643136 0 0.0
.debug_ranges 356360 356360 0 0.0
.debug_str 3465988 3465988 0 0.0
.heap 842024 842024 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 576216 576216 0 0.0
.symtab 423744 423744 0 0.0
.text 0 0 0 0.0
1549008 1549008 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1690156 1690156 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1233392 1233392 0 0.0
.debug_aranges 110408 110408 0 0.0
.debug_frame 375676 375676 0 0.0
.debug_info 26903756 26903755 -1 -0.0
.debug_line 3762657 3762657 0 0.0
.debug_loc 3626536 3626536 0 0.0
.debug_ranges 354328 354328 0 0.0
.debug_str 3450852 3450852 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536706 536706 0 0.0
.symtab 408704 408704 0 0.0
.text 1491208 1491208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608844 1608844 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1067785 1067785 0 0.0
.debug_aranges 102608 102608 0 0.0
.debug_frame 346008 346008 0 0.0
.debug_info 22365997 22365997 0 0.0
.debug_line 3327851 3327851 0 0.0
.debug_loc 3326717 3326717 0 0.0
.debug_ranges 318464 318464 0 0.0
.debug_str 3256384 3256384 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473013 473013 0 0.0
.symtab 377200 377200 0 0.0
.text 1418088 1418088 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642876 1642876 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 1069831 1069831 0 0.0
.debug_aranges 102992 102992 0 0.0
.debug_frame 347808 347808 0 0.0
.debug_info 22584686 22584686 0 0.0
.debug_line 3328951 3328951 0 0.0
.debug_loc 3348305 3348305 0 0.0
.debug_ranges 320320 320320 0 0.0
.debug_str 3272218 3272218 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475730 475730 0 0.0
.symtab 379024 379024 0 0.0
.text 1447128 1447128 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148388 1148388 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 595488 595488 0 0.0
lock-app qpg6105+debug (read/write) 1114836 1114836 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 561932 561932 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1026288 1026288 0 0.0
bss 98184 98184 0 0.0
text 689094 689096 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964628 964628 0 0.0
bss 97368 97368 0 0.0
text 652386 652384 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867572 867572 0 0.0
bss 89524 89524 0 0.0
text 581570 581572 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883888 883880 -8 -0.0
bss 89616 89616 0 0.0
text 596040 596036 -4 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961860 961860 0 0.0
bss 97676 97676 0 0.0
text 661890 661888 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897868 897860 -8 -0.0
bss 90568 90568 0 0.0
text 607290 607286 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887128 887128 0 0.0
bss 91004 91004 0 0.0
text 596814 596814 0 0.0

@github-actions github-actions bot added the app label Jan 16, 2023
@tehampson tehampson changed the title Proof of concept for allowing chip-repl test to send invalid enum values Allowing chip-repl test to send invalid enum values Jan 16, 2023
@github-actions
Copy link

github-actions bot commented Jan 16, 2023

PR #24352: Size comparison from 2f0c9ab to 0124265

Increases (10 builds for bl702, psoc6, qpg, telink)
platform target config section 2f0c9ab 0124265 change % change
bl702 lighting-app bl702 .debug_info 39896897 39897003 106 0.0
bl702+rpc .debug_info 44282443 44282549 106 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27338836 27338947 111 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26900405 26900518 113 0.0
light cy8ckit_062s2_43012 .debug_info 22362935 22363033 98 0.0
lock cy8ckit_062s2_43012 .debug_info 22581341 22581430 89 0.0
qpg lock-app qpg6105+debug (read/write) 1115044 1115052 8 0.0
.text 562140 562148 8 0.0
telink light-switch-app tlsr9518adk80d text 596066 596068 2 0.0
ota-requestor-app tlsr9518adk80d text 607314 607316 2 0.0
thermostat tlsr9518adk80d text 596838 596840 2 0.0
Decreases (10 builds for bl602, bl702, esp32, psoc6, telink)
platform target config section 2f0c9ab 0124265 change % change
bl602 lighting-app bl602+rpc .text 1047646 1047642 -4 -0.0
bl702 lighting-app bl702 (read/write) 1194751 1194735 -16 -0.0
.debug_abbrev 1533618 1533596 -22 -0.0
.text 956882 956880 -2 -0.0
bl702+rpc .debug_abbrev 1682070 1682048 -22 -0.0
.text 1033774 1033772 -2 -0.0
esp32 all-clusters-app c3devkit (read/write) 1787122 1787114 -8 -0.0
.flash.rodata 245632 245624 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1247748 1247726 -22 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1233555 1233533 -22 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1067948 1067926 -22 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1069994 1069972 -22 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1026320 1026312 -8 -0.0
text 689122 689120 -2 -0.0
lighting-app tlsr9518adk80d text 661914 661912 -2 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 2f0c9ab 0124265 change % change
bl602 lighting-app bl602 (read/write) 1329414 1329414 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016654 1016654 0 0.0
bl602+rpc (read/write) 1374910 1374910 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047646 1047642 -4 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194751 1194735 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1533618 1533596 -22 -0.0
.debug_aranges 132752 132752 0 0.0
.debug_frame 487332 487332 0 0.0
.debug_info 39896897 39897003 106 0.0
.debug_line 5228812 5228812 0 0.0
.debug_loc 3395002 3395002 0 0.0
.debug_ranges 372288 372288 0 0.0
.debug_str 3508127 3508127 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569474 569474 0 0.0
.symtab 172080 172080 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956882 956880 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286899 1286899 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1682070 1682048 -22 -0.0
.debug_aranges 140976 140976 0 0.0
.debug_frame 515044 515044 0 0.0
.debug_info 44282443 44282549 106 0.0
.debug_line 5626401 5626401 0 0.0
.debug_loc 3591013 3591013 0 0.0
.debug_ranges 395992 395992 0 0.0
.debug_str 3910737 3910737 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129776 129776 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629989 629989 0 0.0
.symtab 190400 190400 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033774 1033772 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676555 676555 0 0.0
(read/write) 174924 174924 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 86955 86955 0 0.0
.text 589284 589284 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640171 640171 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 77043 77043 0 0.0
.text 562808 562808 0 0.0
lock-ftd LP_CC2652R7 (read only) 673991 673991 0 0.0
(read/write) 175016 175016 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597496 597496 0 0.0
lock-mtd LP_CC2652R7 (read only) 659579 659579 0 0.0
(read/write) 184692 184692 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556656 556656 0 0.0
pump-app LP_CC2652R7 (read only) 688231 688231 0 0.0
(read/write) 161512 161512 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 90431 90431 0 0.0
.text 597316 597316 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672251 672251 0 0.0
(read/write) 177596 177596 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585632 585632 0 0.0
shell LP_CC2652R7 (read only) 667786 667786 0 0.0
(read/write) 186020 186020 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 83690 83690 0 0.0
.text 583784 583784 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585186 585186 0 0.0
.app_xip_area 461532 461532 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588910 588910 0 0.0
.app_xip_area 459960 459960 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549502 549502 0 0.0
.app_xip_area 431336 431336 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974124 974124 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 819764 819764 0 0.0
BRD4161A+rs911x (read/write) 1037272 1037272 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 848592 848592 0 0.0
BRD4187C (read/write) 1147940 1147940 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 982260 982260 0 0.0
lock-app BRD4161A+wf200 (read/write) 1066296 1066296 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 906068 906068 0 0.0
window-app BRD4187C (read/write) 1140624 1140624 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 973504 973504 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221460 1221460 0 0.0
(read/write) 1787122 1787114 -8 -0.0
.dram0.bss 75832 75832 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245632 245624 -8 -0.0
.flash.text 1221460 1221460 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235031 1235031 0 0.0
(read/write) 560335 560335 0 0.0
.dram0.bss 80984 80984 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311408 311408 0 0.0
.flash.text 1229647 1229647 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 659900 659900 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 561652 561652 0 0.0
light k32w0+release (read/write) 671424 671424 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591812 591812 0 0.0
lock k32w0+release (read/write) 631268 631268 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 550876 550876 0 0.0
linux all-clusters-app debug (read only) 3125145 3125145 0 0.0
(read/write) 153104 153104 0 0.0
.bss 62496 62496 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 81704 81704 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282571 282571 0 0.0
.text 2657586 2657586 0 0.0
all-clusters-minimal-app debug (read only) 2937393 2937393 0 0.0
(read/write) 146512 146512 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76120 76120 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281259 281259 0 0.0
.text 2474402 2474402 0 0.0
bridge-app debug (read only) 2496817 2496817 0 0.0
(read/write) 130976 130976 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4608 4608 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112402 2112402 0 0.0
chip-tool debug (read only) 11504769 11504769 0 0.0
(read/write) 646256 646256 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 610288 610288 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 642309 642309 0 0.0
.text 9365060 9365060 0 0.0
chip-tool-ipv6only arm64 (read only) 10895284 10895284 0 0.0
(read/write) 695608 695608 0 0.0
.bss 34168 34168 0 0.0
.data 3024 3024 0 0.0
.data.rel.ro 639104 639104 0 0.0
.dynamic 560 560 0 0.0
.got 14104 14104 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 568468 568468 0 0.0
.text 8679604 8679604 0 0.0
lighting-app debug+rpc (read only) 2664281 2664281 0 0.0
(read/write) 130312 130312 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228512 228512 0 0.0
.text 2258930 2258930 0 0.0
lock-app debug (read only) 2623153 2623153 0 0.0
(read/write) 125328 125328 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244712 244712 0 0.0
.text 2206450 2206450 0 0.0
ota-provider-app debug (read only) 2197049 2197049 0 0.0
(read/write) 105072 105072 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196040 196040 0 0.0
.text 1861010 1861010 0 0.0
ota-requestor-app debug (read only) 2358529 2358529 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202768 202768 0 0.0
.text 2006770 2006770 0 0.0
shell debug (read only) 2657745 2657745 0 0.0
(read/write) 137568 137568 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72600 72600 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240754 240754 0 0.0
.text 2256978 2256978 0 0.0
thermostat-no-ble arm64 (read only) 2478748 2478748 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2068320 2068320 0 0.0
tv-app debug (read only) 3286897 3286897 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269464 269464 0 0.0
.text 2822994 2822994 0 0.0
tv-casting-app debug (read only) 5638705 5638705 0 0.0
(read/write) 160728 160728 0 0.0
.bss 52280 52280 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361401 361401 0 0.0
.text 4999170 4999170 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461880 2461880 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424524 1424524 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1164352 1164352 0 0.0
bss 146748 146748 0 0.0
rodata 132976 132976 0 0.0
text 804424 804424 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366008 1366008 0 0.0
bss 106048 106048 0 0.0
rodata 210460 210460 0 0.0
text 763664 763664 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1110196 1110196 0 0.0
bss 145947 145947 0 0.0
rodata 110260 110260 0 0.0
text 773820 773820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1748748 1748748 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1247748 1247726 -22 -0.0
.debug_aranges 111248 111248 0 0.0
.debug_frame 373544 373544 0 0.0
.debug_info 27338836 27338947 111 0.0
.debug_line 3754288 3754288 0 0.0
.debug_loc 3643928 3643928 0 0.0
.debug_ranges 356464 356464 0 0.0
.debug_str 3466002 3466002 0 0.0
.heap 842024 842024 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 576350 576350 0 0.0
.symtab 423872 423872 0 0.0
.text 0 0 0 0.0
1549040 1549040 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1690188 1690188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1233555 1233533 -22 -0.0
.debug_aranges 110512 110512 0 0.0
.debug_frame 375988 375988 0 0.0
.debug_info 26900405 26900518 113 0.0
.debug_line 3763077 3763077 0 0.0
.debug_loc 3627328 3627328 0 0.0
.debug_ranges 354432 354432 0 0.0
.debug_str 3450866 3450866 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536840 536840 0 0.0
.symtab 408832 408832 0 0.0
.text 1491240 1491240 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608860 1608860 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1067948 1067926 -22 -0.0
.debug_aranges 102712 102712 0 0.0
.debug_frame 346320 346320 0 0.0
.debug_info 22362935 22363033 98 0.0
.debug_line 3328270 3328270 0 0.0
.debug_loc 3327521 3327521 0 0.0
.debug_ranges 318568 318568 0 0.0
.debug_str 3256396 3256396 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473145 473145 0 0.0
.symtab 377328 377328 0 0.0
.text 1418104 1418104 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642908 1642908 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 1069994 1069972 -22 -0.0
.debug_aranges 103096 103096 0 0.0
.debug_frame 348120 348120 0 0.0
.debug_info 22581341 22581430 89 0.0
.debug_line 3329365 3329365 0 0.0
.debug_loc 3349050 3349050 0 0.0
.debug_ranges 320424 320424 0 0.0
.debug_str 3272230 3272230 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475862 475862 0 0.0
.symtab 379152 379152 0 0.0
.text 1447160 1447160 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148060 1148060 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 595160 595160 0 0.0
lock-app qpg6105+debug (read/write) 1115044 1115052 8 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562140 562148 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1026320 1026312 -8 -0.0
bss 98184 98184 0 0.0
text 689122 689120 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964652 964652 0 0.0
bss 97368 97368 0 0.0
text 652412 652412 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867596 867596 0 0.0
bss 89524 89524 0 0.0
text 581596 581596 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883912 883912 0 0.0
bss 89616 89616 0 0.0
text 596066 596068 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961884 961884 0 0.0
bss 97676 97676 0 0.0
text 661914 661912 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897892 897892 0 0.0
bss 90568 90568 0 0.0
text 607314 607316 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887152 887152 0 0.0
bss 91004 91004 0 0.0
text 596838 596840 2 0.0

@github-actions
Copy link

github-actions bot commented Jan 18, 2023

PR #24352: Size comparison from a912fdc to 0cd4073

Increases (15 builds for bl702, cc13x2_26x2, efr32, esp32, nrfconnect, psoc6, qpg, telink)
platform target config section a912fdc 0cd4073 change % change
bl702 lighting-app bl702 .debug_abbrev 1535738 1535764 26 0.0
.debug_info 39910667 39910781 114 0.0
.text 956658 956660 2 0.0
bl702+rpc .debug_abbrev 1684199 1684225 26 0.0
.debug_info 44300547 44300661 114 0.0
.text 1033512 1033514 2 0.0
cc13x2_26x2 shell LP_CC2652R7 (read/write) 186028 186036 8 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1066312 1066328 16 0.0
.text 906084 906100 16 0.0
esp32 all-clusters-app c3devkit (read only) 1221502 1221504 2 0.0
.flash.text 1221502 1221504 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1164448 1164464 16 0.0
text 804524 804528 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1110292 1110308 16 0.0
text 773920 773924 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1247580 1247606 26 0.0
.debug_info 27338367 27338486 119 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1233387 1233413 26 0.0
.debug_info 26899936 26900055 119 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1067780 1067806 26 0.0
.debug_info 22362293 22362395 102 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1069826 1069852 26 0.0
.debug_info 22580699 22580793 94 0.0
qpg lock-app qpg6105+debug (read/write) 1115020 1115028 8 0.0
.text 562116 562124 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1026448 1026456 8 0.0
text 689254 689258 4 0.0
contact-sensor-app tlsr9518adk80d text 581722 581724 2 0.0
lighting-app tlsr9518adk80d (read/write) 962012 962020 8 0.0
text 662044 662048 4 0.0
Decreases (5 builds for cc13x2_26x2, nrfconnect, telink)
platform target config section a912fdc 0cd4073 change % change
cc13x2_26x2 shell LP_CC2652R7 (read only) 667778 667770 -8 -0.0
.text 583776 583768 -8 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 763768 763764 -4 -0.0
telink light-switch-app tlsr9518adk80d text 596202 596200 -2 -0.0
ota-requestor-app tlsr9518adk80d text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d (read/write) 887288 887280 -8 -0.0
text 596974 596972 -2 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a912fdc 0cd4073 change % change
bl602 lighting-app bl602 (read/write) 1329518 1329518 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016760 1016760 0 0.0
bl602+rpc (read/write) 1374958 1374958 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047690 1047690 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194527 1194527 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1535738 1535764 26 0.0
.debug_aranges 132792 132792 0 0.0
.debug_frame 487452 487452 0 0.0
.debug_info 39910667 39910781 114 0.0
.debug_line 5228265 5228265 0 0.0
.debug_loc 3394488 3394488 0 0.0
.debug_ranges 372616 372616 0 0.0
.debug_str 3511070 3511070 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569764 569764 0 0.0
.symtab 172112 172112 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956658 956660 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286675 1286675 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1684199 1684225 26 0.0
.debug_aranges 141008 141008 0 0.0
.debug_frame 515116 515116 0 0.0
.debug_info 44300547 44300661 114 0.0
.debug_line 5626018 5626018 0 0.0
.debug_loc 3590391 3590391 0 0.0
.debug_ranges 396312 396312 0 0.0
.debug_str 3914218 3914218 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129808 129808 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630215 630215 0 0.0
.symtab 190416 190416 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033512 1033514 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676539 676539 0 0.0
(read/write) 174940 174940 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 86955 86955 0 0.0
.text 589268 589268 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640171 640171 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 77043 77043 0 0.0
.text 562808 562808 0 0.0
lock-ftd LP_CC2652R7 (read only) 673615 673615 0 0.0
(read/write) 175392 175392 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597120 597120 0 0.0
lock-mtd LP_CC2652R7 (read only) 659563 659563 0 0.0
(read/write) 184708 184708 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556640 556640 0 0.0
pump-app LP_CC2652R7 (read only) 687839 687839 0 0.0
(read/write) 161904 161904 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 90423 90423 0 0.0
.text 596932 596932 0 0.0
pump-controller-app LP_CC2652R7 (read only) 671875 671875 0 0.0
(read/write) 177972 177972 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585256 585256 0 0.0
shell LP_CC2652R7 (read only) 667778 667770 -8 -0.0
(read/write) 186028 186036 8 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 83690 83690 0 0.0
.text 583776 583768 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 584786 584786 0 0.0
.app_xip_area 461132 461132 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588518 588518 0 0.0
.app_xip_area 459568 459568 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549486 549486 0 0.0
.app_xip_area 431320 431320 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974140 974140 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 819780 819780 0 0.0
BRD4161A+rs911x (read/write) 1037336 1037336 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 848656 848656 0 0.0
BRD4187C (read/write) 1147996 1147996 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 982316 982316 0 0.0
lock-app BRD4161A+wf200 (read/write) 1066312 1066328 16 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 906084 906100 16 0.0
window-app BRD4187C (read/write) 1140680 1140680 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 973560 973560 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221502 1221504 2 0.0
(read/write) 1787114 1787114 0 0.0
.dram0.bss 75832 75832 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245624 245624 0 0.0
.flash.text 1221502 1221504 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235043 1235043 0 0.0
(read/write) 560335 560335 0 0.0
.dram0.bss 80984 80984 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311408 311408 0 0.0
.flash.text 1229659 1229659 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 659884 659884 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 561636 561636 0 0.0
light k32w0+release (read/write) 671424 671424 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591812 591812 0 0.0
lock k32w0+release (read/write) 631268 631268 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 550876 550876 0 0.0
linux all-clusters-app debug (read only) 3125529 3125529 0 0.0
(read/write) 153072 153072 0 0.0
.bss 62496 62496 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 81720 81720 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282539 282539 0 0.0
.text 2658002 2658002 0 0.0
all-clusters-minimal-app debug (read only) 2937777 2937777 0 0.0
(read/write) 146480 146480 0 0.0
.bss 61632 61632 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 76136 76136 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281227 281227 0 0.0
.text 2474818 2474818 0 0.0
bridge-app debug (read only) 2497233 2497233 0 0.0
(read/write) 130976 130976 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4608 4608 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112818 2112818 0 0.0
chip-tool debug (read only) 11479393 11479393 0 0.0
(read/write) 646256 646256 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 610288 610288 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 636709 636709 0 0.0
.text 9345428 9345428 0 0.0
chip-tool-ipv6only arm64 (read only) 10873700 10873700 0 0.0
(read/write) 695576 695576 0 0.0
.bss 34168 34168 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 639104 639104 0 0.0
.dynamic 560 560 0 0.0
.got 14104 14104 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 563636 563636 0 0.0
.text 8662980 8662980 0 0.0
lighting-app debug+rpc (read only) 2664809 2664809 0 0.0
(read/write) 130312 130312 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228512 228512 0 0.0
.text 2259458 2259458 0 0.0
lock-app debug (read only) 2623537 2623537 0 0.0
(read/write) 125360 125360 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2206866 2206866 0 0.0
ota-provider-app debug (read only) 2197433 2197433 0 0.0
(read/write) 105104 105104 0 0.0
.bss 46592 46592 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1861426 1861426 0 0.0
ota-requestor-app debug (read only) 2358913 2358913 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202736 202736 0 0.0
.text 2007186 2007186 0 0.0
shell debug (read only) 2658161 2658161 0 0.0
(read/write) 137568 137568 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72600 72600 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240754 240754 0 0.0
.text 2257394 2257394 0 0.0
thermostat-no-ble arm64 (read only) 2479116 2479116 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2068688 2068688 0 0.0
tv-app debug (read only) 3287521 3287521 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269464 269464 0 0.0
.text 2823618 2823618 0 0.0
tv-casting-app debug (read only) 5639041 5639041 0 0.0
(read/write) 160760 160760 0 0.0
.bss 52312 52312 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361369 361369 0 0.0
.text 4999538 4999538 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461952 2461952 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424596 1424596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1164448 1164464 16 0.0
bss 146748 146748 0 0.0
rodata 132976 132976 0 0.0
text 804524 804528 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366104 1366104 0 0.0
bss 106048 106048 0 0.0
rodata 210460 210460 0 0.0
text 763768 763764 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1110292 1110308 16 0.0
bss 145947 145947 0 0.0
rodata 110260 110260 0 0.0
text 773920 773924 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1748796 1748796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1247580 1247606 26 0.0
.debug_aranges 111264 111264 0 0.0
.debug_frame 373604 373604 0 0.0
.debug_info 27338367 27338486 119 0.0
.debug_line 3754408 3754408 0 0.0
.debug_loc 3644211 3644211 0 0.0
.debug_ranges 356480 356480 0 0.0
.debug_str 3468020 3468020 0 0.0
.heap 842024 842024 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 576622 576622 0 0.0
.symtab 423936 423936 0 0.0
.text 1549088 1549088 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1690236 1690236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1233387 1233413 26 0.0
.debug_aranges 110528 110528 0 0.0
.debug_frame 376048 376048 0 0.0
.debug_info 26899936 26900055 119 0.0
.debug_line 3763181 3763181 0 0.0
.debug_loc 3627611 3627611 0 0.0
.debug_ranges 354448 354448 0 0.0
.debug_str 3452876 3452876 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 537112 537112 0 0.0
.symtab 408896 408896 0 0.0
.text 1491288 1491288 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1067780 1067806 26 0.0
.debug_aranges 102728 102728 0 0.0
.debug_frame 346380 346380 0 0.0
.debug_info 22362293 22362395 102 0.0
.debug_line 3328391 3328391 0 0.0
.debug_loc 3327835 3327835 0 0.0
.debug_ranges 318584 318584 0 0.0
.debug_str 3258414 3258414 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473417 473417 0 0.0
.symtab 377392 377392 0 0.0
.text 1418168 1418168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642956 1642956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 1069826 1069852 26 0.0
.debug_aranges 103112 103112 0 0.0
.debug_frame 348180 348180 0 0.0
.debug_info 22580699 22580793 94 0.0
.debug_line 3329488 3329488 0 0.0
.debug_loc 3349378 3349378 0 0.0
.debug_ranges 320440 320440 0 0.0
.debug_str 3274248 3274248 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 476134 476134 0 0.0
.symtab 379216 379216 0 0.0
.text 1447208 1447208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147676 1147676 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 594776 594776 0 0.0
lock-app qpg6105+debug (read/write) 1115020 1115028 8 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562116 562124 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1026448 1026456 8 0.0
bss 98184 98184 0 0.0
text 689254 689258 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964788 964788 0 0.0
bss 97368 97368 0 0.0
text 652546 652546 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867724 867724 0 0.0
bss 89524 89524 0 0.0
text 581722 581724 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884048 884048 0 0.0
bss 89616 89616 0 0.0
text 596202 596200 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962012 962020 8 0.0
bss 97676 97676 0 0.0
text 662044 662048 4 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898020 898020 0 0.0
bss 90568 90568 0 0.0
text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887288 887280 -8 -0.0
bss 91004 91004 0 0.0
text 596974 596972 -2 -0.0

@marcelveldt
Copy link
Contributor

Possible to move the enum.py into the clusters folders/package ? That way it will be included in the clusters wheel, as the custom enum class is meant to be used by the cluster definitions.

Copy link
Contributor

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@github-actions
Copy link

github-actions bot commented Jan 19, 2023

PR #24352: Size comparison from 8ad1073 to 09c23e8

Increases (10 builds for bl702, cc13x2_26x2, esp32, nrfconnect, psoc6, telink)
platform target config section 8ad1073 09c23e8 change % change
bl702 lighting-app bl702 .debug_abbrev 1535738 1535764 26 0.0
.debug_info 39910660 39910774 114 0.0
.text 956658 956660 2 0.0
bl702+rpc .debug_abbrev 1684199 1684225 26 0.0
.debug_info 44300540 44300654 114 0.0
.text 1033512 1033514 2 0.0
cc13x2_26x2 lock-mtd LP_CC2652R7 (read only) 659555 659563 8 0.0
.text 556632 556640 8 0.0
esp32 all-clusters-app c3devkit (read only) 1220134 1220136 2 0.0
(read/write) 1786698 1786714 16 0.0
.flash.rodata 245224 245240 16 0.0
.flash.text 1220134 1220136 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 803436 803440 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1246903 1246929 26 0.0
.debug_info 27324385 27324502 117 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1232710 1232736 26 0.0
.debug_info 26885957 26886075 118 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1067780 1067806 26 0.0
.debug_info 22362283 22362385 102 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1069826 1069852 26 0.0
.debug_info 2258069 22580787 94 0.0
telink thermostat tlsr9518adk80d (read/write) 887280 887288 8 0.0
text 596972 596974 2 0.0
Decreases (5 builds for cc13x2_26x2, cyw30739, telink)
platform target config section 8ad1073 09c23e8 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 (read/write) 184716 184708 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 588518 588510 -8 -0.0
.app_xip_area 459568 459560 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 687810 687808 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 651100 651098 -2 -0.0
light-switch-app tlsr9518adk80d text 596200 596198 -2 -0.0
Full report (43 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 8ad1073 09c23e8 change % change
bl602 lighting-app bl602 (read/write) 1329518 1329518 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016756 1016756 0 0.0
bl602+rpc (read/write) 1374950 1374950 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047688 1047688 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194527 1194527 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1535738 1535764 26 0.0
.debug_aranges 132792 132792 0 0.0
.debug_frame 487452 487452 0 0.0
.debug_info 39910660 39910774 114 0.0
.debug_line 5228269 5228269 0 0.0
.debug_loc 3394487 3394487 0 0.0
.debug_ranges 372616 372616 0 0.0
.debug_str 3513242 3513242 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569788 569788 0 0.0
.symtab 172112 172112 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956658 956660 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286675 1286675 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1684199 1684225 26 0.0
.debug_aranges 141008 141008 0 0.0
.debug_frame 515116 515116 0 0.0
.debug_info 44300540 44300654 114 0.0
.debug_line 5626022 5626022 0 0.0
.debug_loc 3590462 3590462 0 0.0
.debug_ranges 396312 396312 0 0.0
.debug_str 3916390 3916390 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129808 129808 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630239 630239 0 0.0
.symtab 190416 190416 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033512 1033514 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675795 675795 0 0.0
(read/write) 175668 175668 0 0.0
.bss 81156 81156 0 0.0
.data 3380 3380 0 0.0
.rodata 86923 86923 0 0.0
.text 588560 588560 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 639443 639443 0 0.0
(read/write) 157900 157900 0 0.0
.bss 80404 80404 0 0.0
.data 3380 3380 0 0.0
.rodata 77035 77035 0 0.0
.text 562084 562084 0 0.0
lock-ftd LP_CC2652R7 (read only) 673615 673615 0 0.0
(read/write) 175392 175392 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597120 597120 0 0.0
lock-mtd LP_CC2652R7 (read only) 659555 659563 8 0.0
(read/write) 184716 184708 -8 -0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556632 556640 8 0.0
pump-app LP_CC2652R7 (read only) 686439 686439 0 0.0
(read/write) 163288 163288 0 0.0
.bss 78740 78740 0 0.0
.data 3268 3268 0 0.0
.rodata 90055 90055 0 0.0
.text 595904 595904 0 0.0
pump-controller-app LP_CC2652R7 (read only) 671875 671875 0 0.0
(read/write) 177972 177972 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585256 585256 0 0.0
shell LP_CC2652R7 (read only) 667042 667042 0 0.0
(read/write) 186748 186748 0 0.0
.bss 83484 83484 0 0.0
.data 3376 3376 0 0.0
.rodata 83658 83658 0 0.0
.text 583068 583068 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 584786 584786 0 0.0
.app_xip_area 461132 461132 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588518 588510 -8 -0.0
.app_xip_area 459568 459560 -8 -0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549486 549486 0 0.0
.app_xip_area 431320 431320 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 973416 973416 0 0.0
.bss 146840 146840 0 0.0
.data 2188 2188 0 0.0
.text 824364 824364 0 0.0
BRD4161A+rs911x (read/write) 1035664 1035664 0 0.0
.bss 181312 181312 0 0.0
.data 2032 2032 0 0.0
.text 852300 852300 0 0.0
BRD4187C (read/write) 1149668 1149668 0 0.0
.bss 133324 133324 0 0.0
.data 2536 2536 0 0.0
.text 989212 989212 0 0.0
lock-app BRD4161A+wf200 (read/write) 1064548 1064548 0 0.0
.bss 152848 152848 0 0.0
.data 2040 2040 0 0.0
.text 909640 909640 0 0.0
window-app BRD4187C (read/write) 1142368 1142368 0 0.0
.bss 134740 134740 0 0.0
.data 2560 2560 0 0.0
.text 980472 980472 0 0.0
esp32 all-clusters-app c3devkit (read only) 1220134 1220136 2 0.0
(read/write) 1786698 1786714 16 0.0
.dram0.bss 75816 75816 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245224 245240 16 0.0
.flash.text 1220134 1220136 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233995 1233995 0 0.0
(read/write) 559947 559947 0 0.0
.dram0.bss 80968 80968 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311036 311036 0 0.0
.flash.text 1228611 1228611 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 659884 659884 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 561636 561636 0 0.0
light k32w0+release (read/write) 671424 671424 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591812 591812 0 0.0
lock k32w0+release (read/write) 631268 631268 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 550876 550876 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10877444 10877444 0 0.0
(read/write) 695576 695576 0 0.0
.bss 34168 34168 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 639104 639104 0 0.0
.dynamic 560 560 0 0.0
.got 14104 14104 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 564100 564100 0 0.0
.text 8666260 8666260 0 0.0
thermostat-no-ble arm64 (read only) 2479116 2479116 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2068688 2068688 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461952 2461952 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424596 1424596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1162988 1162988 0 0.0
bss 146732 146732 0 0.0
rodata 132604 132604 0 0.0
text 803436 803440 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1364644 1364644 0 0.0
bss 106032 106032 0 0.0
rodata 210088 210088 0 0.0
text 762676 762676 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1108856 1108856 0 0.0
bss 145935 145935 0 0.0
rodata 109912 109912 0 0.0
text 772836 772836 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842040 842040 0 0.0
(read/write) 1747236 1747236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188640 188640 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1246903 1246929 26 0.0
.debug_aranges 111168 111168 0 0.0
.debug_frame 373320 373320 0 0.0
.debug_info 27324385 27324502 117 0.0
.debug_line 3753044 3753044 0 0.0
.debug_loc 3642380 3642380 0 0.0
.debug_ranges 356408 356408 0 0.0
.debug_str 3469948 3469948 0 0.0
.heap 842040 842040 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 574998 574998 0 0.0
.symtab 423104 423104 0 0.0
.text 1547544 1547544 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842800 842800 0 0.0
(read/write) 1688700 1688700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187888 187888 0 0.0
.comment 200 200 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 2656 2656 0 0.0
.debug_abbrev 1232710 1232736 26 0.0
.debug_aranges 110432 110432 0 0.0
.debug_frame 375764 375764 0 0.0
.debug_info 26885957 26886075 118 0.0
.debug_line 3761841 3761841 0 0.0
.debug_loc 3625780 3625780 0 0.0
.debug_ranges 354376 354376 0 0.0
.debug_str 3454754 3454754 0 0.0
.heap 842800 842800 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535378 535378 0 0.0
.symtab 408064 408064 0 0.0
.text 1489768 1489768 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1067780 1067806 26 0.0
.debug_aranges 102728 102728 0 0.0
.debug_frame 346380 346380 0 0.0
.debug_info 22362283 22362385 102 0.0
.debug_line 3328327 3328327 0 0.0
.debug_loc 3327789 3327789 0 0.0
.debug_ranges 318584 318584 0 0.0
.debug_str 3260586 3260586 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473441 473441 0 0.0
.symtab 377392 377392 0 0.0
.text 1418168 1418168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642956 1642956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 1069826 1069852 26 0.0
.debug_aranges 103112 103112 0 0.0
.debug_frame 348180 348180 0 0.0
.debug_info 2258069 22580787 94 0.0
.debug_line 3329434 3329434 0 0.0
.debug_loc 3349379 3349379 0 0.0
.debug_ranges 320440 320440 0 0.0
.debug_str 3277028 3277028 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 476376 476376 0 0.0
.symtab 379216 379216 0 0.0
.text 1447208 1447208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147676 1147676 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 594776 594776 0 0.0
lock-app qpg6105+debug (read/write) 1115028 1115028 0 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562124 562124 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1024600 1024600 0 0.0
bss 98168 98168 0 0.0
text 687810 687808 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962968 962968 0 0.0
bss 97356 97356 0 0.0
text 651100 651098 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867724 867724 0 0.0
bss 89524 89524 0 0.0
text 581722 581722 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884048 884048 0 0.0
bss 89616 89616 0 0.0
text 596200 596198 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962020 962020 0 0.0
bss 97676 97676 0 0.0
text 662046 662046 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898020 898020 0 0.0
bss 90568 90568 0 0.0
text 607442 607442 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887280 887288 8 0.0
bss 91004 91004 0 0.0
text 596972 596974 2 0.0

@andy31415 andy31415 merged commit a722c18 into project-chip:master Jan 19, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* Proof of concept for allowing chip-repl test to send invalid enum values

* Prototype after latest round of discussions

* Quick cleanup

* Moving to properly done version

* Couple extra fixes

* Remove unneeded global

* Add lock for placeholder count

* Restyle

* add missing regen to cluster-enums.h after merging master

* Quick fix

* Quick Fix

* Restyle
agners added a commit to agners/connectedhomeip that referenced this pull request May 23, 2023
The new enum type is required in the Cluster objects. Make it and its
dependency part of the Cluster CHIP wheel.

Fixes PR project-chip#24352.
agners added a commit to agners/connectedhomeip that referenced this pull request May 23, 2023
The new enum type is required in the Cluster objects. Make it and its
dependency part of the Cluster CHIP wheel.

Fixes PR project-chip#24352.
andy31415 pushed a commit that referenced this pull request May 25, 2023
* [python] make enum part of cluster wheel

The new enum type is required in the Cluster objects. Make it and its
dependency part of the Cluster CHIP wheel.

Fixes PR #24352.

* Restyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[Platform] Sending and receiving invalid enum is currently unsupported
4 participants