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

Bring python yaml test parser of octet string inline with what javascript codegen is doing #23670

Merged
merged 4 commits into from
Nov 21, 2022

Conversation

tehampson
Copy link
Contributor

Old parsing had issue since str.encode for utf-8 character would be improperly convert. For example \xff would become b'\xc3\xbf' when we wanted it to be b'\xff.

Co-authored-by: Tennessee Carmel-Veilleux [email protected]

Tested inside chip-repl with the following commands (with all-cluster app running on separate terminal already commissioned):

import chip.yaml
foo = chip.yaml.Yaml.YamlTestParser("src/app/tests/suites/TestCluster.yaml")
foo.ExecuteTests(devCtrl)

Old parsing had issue since str.encode for utf-8 character would be
improperly convert. For example `\xff` would become `b'\xc3\xbf'` when
we wanted it to be `b'\xff`.

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
@github-actions
Copy link

github-actions bot commented Nov 17, 2022

PR #23670: Size comparison from b568009 to f707749

Increases (1 build for nrfconnect)
platform target config section b568009 f707749 change % change
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 805898 805902 4 0.0
Decreases (2 builds for bl602, bl702)
platform target config section b568009 f707749 change % change
bl602 lighting-app bl602+rpc .text 1091280 1091278 -2 -0.0
bl702 lighting-app bl702+rpc (read/write) 1283907 1283891 -16 -0.0
.debug_info 43440305 43440304 -1 -0.0
.text 1029682 1029680 -2 -0.0
Full report (9 builds for bl602, bl702, mbed, nrfconnect, qpg)
platform target config section b568009 f707749 change % change
bl602 lighting-app bl602 (read/write) 1375978 1375978 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059786 1059786 0 0.0
bl602+rpc (read/write) 1421794 1421794 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091280 1091278 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195671 1195671 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524294 1524294 0 0.0
.debug_aranges 132376 132376 0 0.0
.debug_frame 485468 485468 0 0.0
.debug_info 39168937 39168937 0 0.0
.debug_line 5273467 5273467 0 0.0
.debug_loc 3369088 3369088 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3463114 3463114 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 116616 116616 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567064 567064 0 0.0
.symtab 171936 171936 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955936 955936 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283907 1283891 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668430 1668430 0 0.0
.debug_aranges 140472 140472 0 0.0
.debug_frame 512804 512804 0 0.0
.debug_info 43440305 43440304 -1 -0.0
.debug_line 5670476 5670476 0 0.0
.debug_loc 3563615 3563615 0 0.0
.debug_ranges 383696 383696 0 0.0
.debug_str 3860711 3860711 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 130280 130280 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627384 627384 0 0.0
.symtab 190096 190096 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029682 1029680 -2 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452672 2452672 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415316 1415316 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188435 1188435 0 0.0
bss 145285 145285 0 0.0
rodata 144728 144728 0 0.0
text 817352 817352 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167867 1167867 0 0.0
bss 144512 144512 0 0.0
rodata 136520 136520 0 0.0
text 805898 805902 4 0.0
qpg lighting-app qpg6105+debug (read/write) 1151104 1151104 0 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598204 598204 0 0.0
lock-app qpg6105+debug (read/write) 1116880 1116880 0 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563976 563976 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 17, 2022

PR #23670: Size comparison from b568009 to be21caf

Increases (5 builds for bl602, bl702, cc13x2_26x2, nrfconnect, telink)
platform target config section b568009 be21caf change % change
bl602 lighting-app bl602 .text 1059786 1059788 2 0.0
bl702 lighting-app bl702 (read/write) 1195671 1195687 16 0.0
.debug_info 39168937 39168938 1 0.0
.text 955936 955938 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173068 173076 8 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 805898 805902 4 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 613050 613052 2 0.0
Decreases (1 build for cc13x2_26x2)
platform target config section b568009 be21caf change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678467 678459 -8 -0.0
.text 588304 588296 -8 -0.0
Full report (37 builds for bl602, bl702, cc13x2_26x2, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section b568009 be21caf change % change
bl602 lighting-app bl602 (read/write) 1375978 1375978 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059786 1059788 2 0.0
bl602+rpc (read/write) 1421794 1421794 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091280 1091280 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195671 1195687 16 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524294 1524294 0 0.0
.debug_aranges 132376 132376 0 0.0
.debug_frame 485468 485468 0 0.0
.debug_info 39168937 39168938 1 0.0
.debug_line 5273467 5273467 0 0.0
.debug_loc 3369088 3369088 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3463114 3463114 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 116616 116616 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567064 567064 0 0.0
.symtab 171936 171936 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955936 955938 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283907 1283907 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668430 1668430 0 0.0
.debug_aranges 140472 140472 0 0.0
.debug_frame 512804 512804 0 0.0
.debug_info 43440305 43440305 0 0.0
.debug_line 5670476 5670476 0 0.0
.debug_loc 3563615 3563615 0 0.0
.debug_ranges 383696 383696 0 0.0
.debug_str 3860711 3860711 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 130280 130280 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627384 627384 0 0.0
.symtab 190096 190096 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029682 1029682 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678467 678459 -8 -0.0
(read/write) 173068 173076 8 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588304 588296 -8 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642763 642763 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563456 563456 0 0.0
lock-ftd LP_CC2652R7 (read only) 676519 676519 0 0.0
(read/write) 172584 172584 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598768 598768 0 0.0
lock-mtd LP_CC2652R7 (read only) 661203 661203 0 0.0
(read/write) 183156 183156 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103355 103355 0 0.0
.text 557368 557368 0 0.0
pump-app LP_CC2652R7 (read only) 689055 689055 0 0.0
(read/write) 160784 160784 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90799 90799 0 0.0
.text 597772 597772 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673331 673331 0 0.0
(read/write) 176604 176604 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86347 0 0.0
.text 586504 586504 0 0.0
shell LP_CC2652R7 (read only) 669686 669686 0 0.0
(read/write) 184168 184168 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582772 582772 0 0.0
k32w contact k32w0+release (read/write) 662100 662100 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563772 563772 0 0.0
light k32w0+release (read/write) 672192 672192 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592492 592492 0 0.0
lock k32w0+release (read/write) 633660 633660 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553180 553180 0 0.0
linux all-clusters-app debug (read only) 3077881 3077881 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281355 281355 0 0.0
.text 2612034 2612034 0 0.0
all-clusters-minimal-app debug (read only) 2903577 2903577 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79512 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 280843 280843 0 0.0
.text 2441282 2441282 0 0.0
bridge-app debug+rpc (read only) 2402481 2402481 0 0.0
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 211008 211008 0 0.0
.text 2024114 2024114 0 0.0
chip-tool debug (read only) 11071537 11071537 0 0.0
(read/write) 658464 658464 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623200 623200 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592229 592229 0 0.0
.text 8955604 8955604 0 0.0
chip-tool-ipv6only arm64 (read only) 10424956 10424956 0 0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518460 518460 0 0.0
.text 8250708 8250708 0 0.0
lighting-app debug+rpc (read only) 2633537 2633537 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73992 73992 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 227904 227904 0 0.0
.text 2228930 2228930 0 0.0
lock-app debug (read only) 2592809 2592809 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 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 244232 244232 0 0.0
.text 2176866 2176866 0 0.0
ota-provider-app debug (read only) 2388977 2388977 0 0.0
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216712 216712 0 0.0
.text 2003714 2003714 0 0.0
ota-requestor-app debug (read only) 2554193 2554193 0 0.0
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223760 223760 0 0.0
.text 2152786 2152786 0 0.0
shell debug (read only) 2615089 2615089 0 0.0
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239602 239602 0 0.0
.text 2215970 2215970 0 0.0
thermostat-no-ble arm64 (read only) 2384300 2384300 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145028 145028 0 0.0
.text 1995376 1995376 0 0.0
tv-app debug (read only) 3247233 3247233 0 0.0
(read/write) 261992 261992 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268600 268600 0 0.0
.text 2784642 2784642 0 0.0
tv-casting-app debug (read only) 5573217 5573217 0 0.0
(read/write) 161880 161880 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101216 101216 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355385 355385 0 0.0
.text 4942162 4942162 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452672 2452672 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415316 1415316 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188435 1188435 0 0.0
bss 145285 145285 0 0.0
rodata 144728 144728 0 0.0
text 817352 817352 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167867 1167867 0 0.0
bss 144512 144512 0 0.0
rodata 136520 136520 0 0.0
text 805898 805902 4 0.0
qpg lighting-app qpg6105+debug (read/write) 1151104 1151104 0 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598204 598204 0 0.0
lock-app qpg6105+debug (read/write) 1116880 1116880 0 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563976 563976 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937776 937776 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649064 649064 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875768 875768 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613050 613052 2 0.0
light-switch-app tlsr9518adk80d (read/write) 791124 791124 0 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554512 554512 0 0.0
lighting-app tlsr9518adk80d (read/write) 875348 875348 0 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624476 624476 0 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805616 805616 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565890 565890 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 17, 2022

PR #23670: Size comparison from b568009 to fc8e123

Increases (9 builds for bl702, esp32, nrfconnect, psoc6, telink)
platform target config section b568009 fc8e1230 change % change
bl702 lighting-app bl702 (read/write) 1195671 1195687 16 0.0
.debug_info 39168937 39168938 1 0.0
.text 955936 955938 2 0.0
esp32 all-clusters-app c3devkit (read only) 1213514 1213516 2 0.0
.flash.text 1213514 1213516 2 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 805898 805902 4 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22463155 22463156 1 0.0
telink all-clusters-app tlsr9518adk80d text 649064 649066 2 0.0
all-clusters-minimal-app tlsr9518adk80d text 613050 613052 2 0.0
light-switch-app tlsr9518adk80d text 554512 554514 2 0.0
lighting-app tlsr9518adk80d (read/write) 875348 875356 8 0.0
text 624476 624478 2 0.0
ota-requestor-app tlsr9518adk80d text 565890 565892 2 0.0
Decreases (1 build for esp32)
platform target config section b568009 fc8e1230 change % change
esp32 all-clusters-app m5stack (read/write) 562548 562540 -8 -0.0
.flash.rodata 313528 313520 -8 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b568009 fc8e1230 change % change
bl602 lighting-app bl602 (read/write) 1375978 1375978 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059786 1059786 0 0.0
bl602+rpc (read/write) 1421794 1421794 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091280 1091280 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195671 1195687 16 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524294 1524294 0 0.0
.debug_aranges 132376 132376 0 0.0
.debug_frame 485468 485468 0 0.0
.debug_info 39168937 39168938 1 0.0
.debug_line 5273467 5273467 0 0.0
.debug_loc 3369088 3369088 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3463114 3463114 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 116616 116616 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567064 567064 0 0.0
.symtab 171936 171936 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955936 955938 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283907 1283907 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668430 1668430 0 0.0
.debug_aranges 140472 140472 0 0.0
.debug_frame 512804 512804 0 0.0
.debug_info 43440305 43440305 0 0.0
.debug_line 5670476 5670476 0 0.0
.debug_loc 3563615 3563615 0 0.0
.debug_ranges 383696 383696 0 0.0
.debug_str 3860711 3860711 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 130280 130280 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627384 627384 0 0.0
.symtab 190096 190096 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029682 1029682 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678467 678467 0 0.0
(read/write) 173068 173068 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588304 588304 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642763 642763 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563456 563456 0 0.0
lock-ftd LP_CC2652R7 (read only) 676519 676519 0 0.0
(read/write) 172584 172584 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598768 598768 0 0.0
lock-mtd LP_CC2652R7 (read only) 661203 661203 0 0.0
(read/write) 183156 183156 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103355 103355 0 0.0
.text 557368 557368 0 0.0
pump-app LP_CC2652R7 (read only) 689055 689055 0 0.0
(read/write) 160784 160784 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90799 90799 0 0.0
.text 597772 597772 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673331 673331 0 0.0
(read/write) 176604 176604 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86347 0 0.0
.text 586504 586504 0 0.0
shell LP_CC2652R7 (read only) 669686 669686 0 0.0
(read/write) 184168 184168 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582772 582772 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587454 587454 0 0.0
.app_xip_area 463664 463664 0 0.0
.bss 66208 66208 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) 591554 591554 0 0.0
.app_xip_area 462468 462468 0 0.0
.bss 71496 71496 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) 544010 544010 0 0.0
.app_xip_area 425740 425740 0 0.0
.bss 60736 60736 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) 974580 974580 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 820132 820132 0 0.0
BRD4161A+rs911x (read/write) 1035368 1035368 0 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 846596 846596 0 0.0
BRD4187C (read/write) 1147176 1147176 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981408 981408 0 0.0
lock-app BRD4161A+wf200 (read/write) 1160560 1160560 0 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000252 1000252 0 0.0
window-app BRD4187C (read/write) 1140396 1140396 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973188 973188 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213514 1213516 2 0.0
(read/write) 1786582 1786582 0 0.0
.dram0.bss 76680 76680 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256408 256408 0 0.0
.flash.text 1213514 1213516 2 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1224391 1224391 0 0.0
(read/write) 562548 562540 -8 -0.0
.dram0.bss 82056 82056 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313528 313520 -8 -0.0
.flash.text 1219007 1219007 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662100 662100 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563772 563772 0 0.0
light k32w0+release (read/write) 672192 672192 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592492 592492 0 0.0
lock k32w0+release (read/write) 633660 633660 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553180 553180 0 0.0
linux all-clusters-app debug (read only) 3077881 3077881 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281355 281355 0 0.0
.text 2612034 2612034 0 0.0
all-clusters-minimal-app debug (read only) 2903577 2903577 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79512 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 280843 280843 0 0.0
.text 2441282 2441282 0 0.0
bridge-app debug+rpc (read only) 2402481 2402481 0 0.0
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 211008 211008 0 0.0
.text 2024114 2024114 0 0.0
chip-tool debug (read only) 11071537 11071537 0 0.0
(read/write) 658464 658464 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623200 623200 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592229 592229 0 0.0
.text 8955604 8955604 0 0.0
chip-tool-ipv6only arm64 (read only) 10424956 10424956 0 0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518460 518460 0 0.0
.text 8250708 8250708 0 0.0
lighting-app debug+rpc (read only) 2633537 2633537 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73992 73992 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 227904 227904 0 0.0
.text 2228930 2228930 0 0.0
lock-app debug (read only) 2592809 2592809 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 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 244232 244232 0 0.0
.text 2176866 2176866 0 0.0
ota-provider-app debug (read only) 2388977 2388977 0 0.0
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216712 216712 0 0.0
.text 2003714 2003714 0 0.0
ota-requestor-app debug (read only) 2554193 2554193 0 0.0
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223760 223760 0 0.0
.text 2152786 2152786 0 0.0
shell debug (read only) 2615089 2615089 0 0.0
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239602 239602 0 0.0
.text 2215970 2215970 0 0.0
thermostat-no-ble arm64 (read only) 2384300 2384300 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145028 145028 0 0.0
.text 1995376 1995376 0 0.0
tv-app debug (read only) 3247233 3247233 0 0.0
(read/write) 261992 261992 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268600 268600 0 0.0
.text 2784642 2784642 0 0.0
tv-casting-app debug (read only) 5573217 5573217 0 0.0
(read/write) 161880 161880 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101216 101216 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355385 355385 0 0.0
.text 4942162 4942162 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452672 2452672 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415316 1415316 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188435 1188435 0 0.0
bss 145285 145285 0 0.0
rodata 144728 144728 0 0.0
text 817352 817352 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167867 1167867 0 0.0
bss 144512 144512 0 0.0
rodata 136520 136520 0 0.0
text 805898 805902 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746868 1746868 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 1235876 1235876 0 0.0
.debug_aranges 110728 110728 0 0.0
.debug_frame 371396 371396 0 0.0
.debug_info 27027690 27027690 0 0.0
.debug_line 3687746 3687746 0 0.0
.debug_loc 3606504 3606504 0 0.0
.debug_ranges 340032 340032 0 0.0
.debug_str 3432511 3432511 0 0.0
.heap 841968 841968 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 570636 570636 0 0.0
.symtab 421600 421600 0 0.0
.text 1547104 1547104 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1689404 1689404 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 1227719 1227719 0 0.0
.debug_aranges 110200 110200 0 0.0
.debug_frame 374476 374476 0 0.0
.debug_info 26764320 26764320 0 0.0
.debug_line 3708730 3708730 0 0.0
.debug_loc 3594110 3594110 0 0.0
.debug_ranges 338648 338648 0 0.0
.debug_str 3421531 3421531 0 0.0
.heap 842704 842704 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 534725 534725 0 0.0
.symtab 408032 408032 0 0.0
.text 1490376 1490376 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1607564 1607564 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 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 1062180 1062180 0 0.0
.debug_aranges 102400 102400 0 0.0
.debug_frame 344788 344788 0 0.0
.debug_info 22229530 22229530 0 0.0
.debug_line 3277857 3277857 0 0.0
.debug_loc 3291595 3291595 0 0.0
.debug_ranges 303928 303928 0 0.0
.debug_str 3227066 3227066 0 0.0
.heap 850888 850888 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 471050 471050 0 0.0
.symtab 376400 376400 0 0.0
.text 1416720 1416720 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1641588 1641588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1064155 1064155 0 0.0
.debug_aranges 102800 102800 0 0.0
.debug_frame 346664 346664 0 0.0
.debug_info 22463155 22463156 1 0.0
.debug_line 3274977 3274977 0 0.0
.debug_loc 3319448 3319448 0 0.0
.debug_ranges 305888 305888 0 0.0
.debug_str 3246423 3246423 0 0.0
.heap 845896 845896 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 473453 473453 0 0.0
.symtab 378096 378096 0 0.0
.text 1445752 1445752 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151104 1151104 0 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598204 598204 0 0.0
lock-app qpg6105+debug (read/write) 1116880 1116880 0 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563976 563976 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937776 937776 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649064 649066 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875768 875768 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613050 613052 2 0.0
light-switch-app tlsr9518adk80d (read/write) 791124 791124 0 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554512 554514 2 0.0
lighting-app tlsr9518adk80d (read/write) 875348 875356 8 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624476 624478 2 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805616 805616 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565890 565892 2 0.0

@github-actions
Copy link

github-actions bot commented Nov 18, 2022

PR #23670: Size comparison from b568009 to 7d6bb83

Increases (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b568009 7d6bb83 change % change
bl602 lighting-app bl602 (read/write) 1375978 1376898 920 0.1
.text 1059786 1060710 924 0.1
bl602+rpc (read/write) 1421794 1422722 928 0.1
.text 1091280 1092206 926 0.1
bl702 lighting-app bl702 (read/write) 1195671 1196551 880 0.1
.debug_abbrev 1524294 1524420 126 0.0
.debug_aranges 132376 132408 32 0.0
.debug_frame 485468 485636 168 0.0
.debug_info 39168937 3917468 5746 0.0
.debug_line 5273467 5275149 1682 0.0
.debug_loc 3369088 3370247 1159 0.0
.debug_ranges 360272 360688 416 0.1
.debug_str 3463114 3466584 3470 0.1
.strtab 567064 567670 606 0.1
.symtab 171936 172000 64 0.0
.text 955936 956804 868 0.1
bl702+rpc (read/write) 1283907 1285027 1120 0.1
.debug_abbrev 1668430 1668574 144 0.0
.debug_aranges 140472 140504 32 0.0
.debug_frame 512804 512972 168 0.0
.debug_info 43440305 43446020 5715 0.0
.debug_line 5670476 5672158 1682 0.0
.debug_loc 3563615 3564789 1174 0.0
.debug_ranges 383696 384112 416 0.1
.debug_str 3860711 3864181 3470 0.1
.strtab 627384 627990 606 0.1
.symtab 190096 190160 64 0.0
.text 1029682 1030806 1124 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678467 679107 640 0.1
.text 588304 588944 640 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 642763 643387 624 0.1
.text 563456 564080 624 0.1
lock-ftd LP_CC2652R7 (read only) 676519 677159 640 0.1
.text 598768 599408 640 0.1
lock-mtd LP_CC2652R7 (read only) 661203 661851 648 0.1
.text 557368 558016 648 0.1
pump-app LP_CC2652R7 (read only) 689055 689695 640 0.1
.text 597772 598412 640 0.1
pump-controller-app LP_CC2652R7 (read only) 673331 673979 648 0.1
.text 586504 587152 648 0.1
shell LP_CC2652R7 (read only) 669686 670342 656 0.1
.text 582772 583428 656 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587454 588094 640 0.1
.app_xip_area 463664 464304 640 0.1
lock cyw930739m2evb_01 (read/write) 591554 592194 640 0.1
.app_xip_area 462468 463108 640 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544010 544666 656 0.1
.app_xip_area 425740 426396 656 0.2
efr32 lighting-app BRD4161A+rpc (read/write) 974580 975220 640 0.1
.text 820132 820772 640 0.1
BRD4161A+rs911x (read/write) 1035368 1036104 736 0.1
.text 846596 847332 736 0.1
BRD4187C (read/write) 1147176 1147920 744 0.1
.text 981408 982152 744 0.1
lock-app BRD4161A+wf200 (read/write) 1160560 1161216 656 0.1
.text 1000252 1000908 656 0.1
window-app BRD4187C (read/write) 1140396 1141140 744 0.1
.text 973188 973932 744 0.1
esp32 all-clusters-app c3devkit (read only) 1213514 1214190 676 0.1
.flash.text 1213514 1214190 676 0.1
m5stack (read only) 1224391 1224983 592 0.0
.flash.text 1219007 1219599 592 0.0
k32w contact k32w0+release (read/write) 662100 662692 592 0.1
.text 563772 564364 592 0.1
light k32w0+release (read/write) 672192 672784 592 0.1
.text 592492 593084 592 0.1
lock k32w0+release (read/write) 633660 634268 608 0.1
.text 553180 553788 608 0.1
linux all-clusters-app debug (read only) 3077881 3080825 2944 0.1
.text 2612034 2614978 2944 0.1
all-clusters-minimal-app debug (read only) 2903577 2906473 2896 0.1
.text 2441282 2444178 2896 0.1
bridge-app debug+rpc (read only) 2402481 2403761 1280 0.1
.text 2024114 2025394 1280 0.1
chip-tool debug (read only) 11071537 11082305 10768 0.1
(read/write) 658464 659456 992 0.2
.data.rel.ro 623200 624176 976 0.2
.rodata 592229 593061 832 0.1
.text 8955604 8963236 7632 0.1
chip-tool-ipv6only arm64 (read only) 10424956 10435116 10160 0.1
(read/write) 706529 707505 976 0.1
.data.rel.ro 650832 651808 976 0.1
.got 13928 13936 8 0.1
.rodata 518460 519244 784 0.2
.text 8250708 8257748 7040 0.1
lighting-app debug+rpc (read only) 2633537 2636657 3120 0.1
.rodata 227904 227936 32 0.0
.text 2228930 2232018 3088 0.1
lock-app debug (read only) 2592809 2595849 3040 0.1
.text 2176866 2179906 3040 0.1
ota-provider-app debug (read only) 2388977 2390241 1264 0.1
.text 2003714 2004978 1264 0.1
ota-requestor-app debug (read only) 2554193 2557025 2832 0.1
.text 2152786 2155618 2832 0.1
shell debug (read only) 2615089 2616321 1232 0.0
.text 2215970 2217202 1232 0.1
thermostat-no-ble arm64 (read only) 2384300 2386948 2648 0.1
.rodata 145028 145036 8 0.0
.text 1995376 1998016 2640 0.1
tv-app debug (read only) 3247233 3248241 1008 0.0
.text 2784642 2785650 1008 0.0
tv-casting-app debug (read only) 5573217 5574305 1088 0.0
.text 4942162 4943250 1088 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452672 2453456 784 0.0
.text 1415316 1416100 784 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188435 1189091 656 0.1
text 817352 818000 648 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167867 1168491 624 0.1
text 805898 806526 628 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746868 1747612 744 0.0
.debug_abbrev 1235876 1235976 100 0.0
.debug_aranges 110728 110768 40 0.0
.debug_frame 371396 371568 172 0.0
.debug_info 27027690 27035540 7850 0.0
.debug_line 3687746 3689321 1575 0.0
.debug_loc 3606504 3609851 3347 0.1
.debug_ranges 340032 340456 424 0.1
.debug_str 3432511 3435952 3441 0.1
.strtab 570636 571307 671 0.1
.symtab 421600 421760 160 0.0
.text 1547104 1547848 744 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1689404 1690108 704 0.0
.debug_abbrev 1227719 1227819 100 0.0
.debug_aranges 110200 110240 40 0.0
.debug_frame 374476 374648 172 0.0
.debug_info 26764320 26772170 7850 0.0
.debug_line 3708730 3710313 1583 0.0
.debug_loc 3594110 3597457 3347 0.1
.debug_ranges 338648 339072 424 0.1
.debug_str 3421531 3424972 3441 0.1
.strtab 534725 535396 671 0.1
.symtab 408032 408192 160 0.0
.text 1490376 1491080 704 0.0
light cy8ckit_062s2_43012 (read/write) 1607564 1608300 736 0.0
.debug_abbrev 1062180 1062280 100 0.0
.debug_aranges 102400 102440 40 0.0
.debug_frame 344788 344960 172 0.0
.debug_info 22229530 22237381 7851 0.0
.debug_line 3277857 3279426 1569 0.0
.debug_loc 3291595 3294912 3317 0.1
.debug_ranges 303928 304352 424 0.1
.debug_str 3227066 3230550 3484 0.1
.strtab 471050 471721 671 0.1
.symtab 376400 376560 160 0.0
.text 1416720 1417456 736 0.1
lock cy8ckit_062s2_43012 (read/write) 1641588 1642308 720 0.0
.debug_abbrev 1064155 1064255 100 0.0
.debug_aranges 102800 102840 40 0.0
.debug_frame 346664 346836 172 0.0
.debug_info 22463155 22471005 7850 0.0
.debug_line 3274977 3276543 1566 0.0
.debug_loc 3319448 3322780 3332 0.1
.debug_ranges 305888 306312 424 0.1
.debug_str 3246423 3249907 3484 0.1
.strtab 473453 474124 671 0.1
.symtab 378096 378256 160 0.0
.text 1445752 1446472 720 0.0
qpg lighting-app qpg6105+debug (read/write) 1151104 1151728 624 0.1
.text 598204 598828 624 0.1
lock-app qpg6105+debug (read/write) 1116880 1117504 624 0.1
.text 563976 564600 624 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 937776 938416 640 0.1
text 649064 649702 638 0.1
all-clusters-minimal-app tlsr9518adk80d (read/write) 875768 876384 616 0.1
text 613050 613668 618 0.1
light-switch-app tlsr9518adk80d (read/write) 791124 791764 640 0.1
text 554512 555150 638 0.1
lighting-app tlsr9518adk80d (read/write) 875348 875988 640 0.1
text 624476 625114 638 0.1
ota-requestor-app tlsr9518adk80d (read/write) 805616 806256 640 0.1
text 565890 566534 644 0.1
Decreases (8 builds for cc13x2_26x2, esp32)
platform target config section b568009 7d6bb83 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173068 172428 -640 -0.4
lock-ftd LP_CC2652R7 (read/write) 172584 171944 -640 -0.4
lock-mtd LP_CC2652R7 (read/write) 183156 182508 -648 -0.4
pump-app LP_CC2652R7 (read/write) 160784 160144 -640 -0.4
pump-controller-app LP_CC2652R7 (read/write) 176604 175956 -648 -0.4
shell LP_CC2652R7 (read/write) 184168 183512 -656 -0.4
esp32 all-clusters-app c3devkit (read/write) 1786582 1786574 -8 -0.0
.flash.rodata 256408 256400 -8 -0.0
m5stack (read/write) 562548 562540 -8 -0.0
.flash.rodata 313528 313520 -8 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b568009 7d6bb83 change % change
bl602 lighting-app bl602 (read/write) 1375978 1376898 920 0.1
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059786 1060710 924 0.1
bl602+rpc (read/write) 1421794 1422722 928 0.1
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091280 1092206 926 0.1
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195671 1196551 880 0.1
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524294 1524420 126 0.0
.debug_aranges 132376 132408 32 0.0
.debug_frame 485468 485636 168 0.0
.debug_info 39168937 3917468 5746 0.0
.debug_line 5273467 5275149 1682 0.0
.debug_loc 3369088 3370247 1159 0.0
.debug_ranges 360272 360688 416 0.1
.debug_str 3463114 3466584 3470 0.1
.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 116616 116616 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567064 567670 606 0.1
.symtab 171936 172000 64 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955936 956804 868 0.1
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283907 1285027 1120 0.1
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668430 1668574 144 0.0
.debug_aranges 140472 140504 32 0.0
.debug_frame 512804 512972 168 0.0
.debug_info 43440305 43446020 5715 0.0
.debug_line 5670476 5672158 1682 0.0
.debug_loc 3563615 3564789 1174 0.0
.debug_ranges 383696 384112 416 0.1
.debug_str 3860711 3864181 3470 0.1
.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 130280 130280 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627384 627990 606 0.1
.symtab 190096 190160 64 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029682 1030806 1124 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678467 679107 640 0.1
(read/write) 173068 172428 -640 -0.4
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588304 588944 640 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 642763 643387 624 0.1
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563456 564080 624 0.1
lock-ftd LP_CC2652R7 (read only) 676519 677159 640 0.1
(read/write) 172584 171944 -640 -0.4
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598768 599408 640 0.1
lock-mtd LP_CC2652R7 (read only) 661203 661851 648 0.1
(read/write) 183156 182508 -648 -0.4
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103355 103355 0 0.0
.text 557368 558016 648 0.1
pump-app LP_CC2652R7 (read only) 689055 689695 640 0.1
(read/write) 160784 160144 -640 -0.4
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90799 90799 0 0.0
.text 597772 598412 640 0.1
pump-controller-app LP_CC2652R7 (read only) 673331 673979 648 0.1
(read/write) 176604 175956 -648 -0.4
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86347 0 0.0
.text 586504 587152 648 0.1
shell LP_CC2652R7 (read only) 669686 670342 656 0.1
(read/write) 184168 183512 -656 -0.4
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582772 583428 656 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587454 588094 640 0.1
.app_xip_area 463664 464304 640 0.1
.bss 66208 66208 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) 591554 592194 640 0.1
.app_xip_area 462468 463108 640 0.1
.bss 71496 71496 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) 544010 544666 656 0.1
.app_xip_area 425740 426396 656 0.2
.bss 60736 60736 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) 974580 975220 640 0.1
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 820132 820772 640 0.1
BRD4161A+rs911x (read/write) 1035368 1036104 736 0.1
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 846596 847332 736 0.1
BRD4187C (read/write) 1147176 1147920 744 0.1
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981408 982152 744 0.1
lock-app BRD4161A+wf200 (read/write) 1160560 1161216 656 0.1
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000252 1000908 656 0.1
window-app BRD4187C (read/write) 1140396 1141140 744 0.1
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973188 973932 744 0.1
esp32 all-clusters-app c3devkit (read only) 1213514 1214190 676 0.1
(read/write) 1786582 1786574 -8 -0.0
.dram0.bss 76680 76680 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256408 256400 -8 -0.0
.flash.text 1213514 1214190 676 0.1
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1224391 1224983 592 0.0
(read/write) 562548 562540 -8 -0.0
.dram0.bss 82056 82056 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313528 313520 -8 -0.0
.flash.text 1219007 1219599 592 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662100 662692 592 0.1
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563772 564364 592 0.1
light k32w0+release (read/write) 672192 672784 592 0.1
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592492 593084 592 0.1
lock k32w0+release (read/write) 633660 634268 608 0.1
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553180 553788 608 0.1
linux all-clusters-app debug (read only) 3077881 3080825 2944 0.1
(read/write) 158472 158472 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281355 281355 0 0.0
.text 2612034 2614978 2944 0.1
all-clusters-minimal-app debug (read only) 2903577 2906473 2896 0.1
(read/write) 149872 149872 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79512 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 280843 280843 0 0.0
.text 2441282 2444178 2896 0.1
bridge-app debug+rpc (read only) 2402481 2403761 1280 0.1
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 211008 211008 0 0.0
.text 2024114 2025394 1280 0.1
chip-tool debug (read only) 11071537 11082305 10768 0.1
(read/write) 658464 659456 992 0.2
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623200 624176 976 0.2
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592229 593061 832 0.1
.text 8955604 8963236 7632 0.1
chip-tool-ipv6only arm64 (read only) 10424956 10435116 10160 0.1
(read/write) 706529 707505 976 0.1
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 651808 976 0.1
.dynamic 560 560 0 0.0
.got 13928 13936 8 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518460 519244 784 0.2
.text 8250708 8257748 7040 0.1
lighting-app debug+rpc (read only) 2633537 2636657 3120 0.1
(read/write) 132456 132456 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73992 73992 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 227904 227936 32 0.0
.text 2228930 2232018 3088 0.1
lock-app debug (read only) 2592809 2595849 3040 0.1
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 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 244232 244232 0 0.0
.text 2176866 2179906 3040 0.1
ota-provider-app debug (read only) 2388977 2390241 1264 0.1
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216712 216712 0 0.0
.text 2003714 2004978 1264 0.1
ota-requestor-app debug (read only) 2554193 2557025 2832 0.1
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223760 223760 0 0.0
.text 2152786 2155618 2832 0.1
shell debug (read only) 2615089 2616321 1232 0.0
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239602 239602 0 0.0
.text 2215970 2217202 1232 0.1
thermostat-no-ble arm64 (read only) 2384300 2386948 2648 0.1
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145028 145036 8 0.0
.text 1995376 1998016 2640 0.1
tv-app debug (read only) 3247233 3248241 1008 0.0
(read/write) 261992 261992 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268600 268600 0 0.0
.text 2784642 2785650 1008 0.0
tv-casting-app debug (read only) 5573217 5574305 1088 0.0
(read/write) 161880 161880 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101216 101216 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355385 355385 0 0.0
.text 4942162 4943250 1088 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452672 2453456 784 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415316 1416100 784 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188435 1189091 656 0.1
bss 145285 145285 0 0.0
rodata 144728 144728 0 0.0
text 817352 818000 648 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167867 1168491 624 0.1
bss 144512 144512 0 0.0
rodata 136520 136520 0 0.0
text 805898 806526 628 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746868 1747612 744 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 1235876 1235976 100 0.0
.debug_aranges 110728 110768 40 0.0
.debug_frame 371396 371568 172 0.0
.debug_info 27027690 27035540 7850 0.0
.debug_line 3687746 3689321 1575 0.0
.debug_loc 3606504 3609851 3347 0.1
.debug_ranges 340032 340456 424 0.1
.debug_str 3432511 3435952 3441 0.1
.heap 841968 841968 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 570636 571307 671 0.1
.symtab 421600 421760 160 0.0
.text 1547104 1547848 744 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1689404 1690108 704 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 1227719 1227819 100 0.0
.debug_aranges 110200 110240 40 0.0
.debug_frame 374476 374648 172 0.0
.debug_info 26764320 26772170 7850 0.0
.debug_line 3708730 3710313 1583 0.0
.debug_loc 3594110 3597457 3347 0.1
.debug_ranges 338648 339072 424 0.1
.debug_str 3421531 3424972 3441 0.1
.heap 842704 842704 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 534725 535396 671 0.1
.symtab 408032 408192 160 0.0
.text 1490376 1491080 704 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1607564 1608300 736 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 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 1062180 1062280 100 0.0
.debug_aranges 102400 102440 40 0.0
.debug_frame 344788 344960 172 0.0
.debug_info 22229530 22237381 7851 0.0
.debug_line 3277857 3279426 1569 0.0
.debug_loc 3291595 3294912 3317 0.1
.debug_ranges 303928 304352 424 0.1
.debug_str 3227066 3230550 3484 0.1
.heap 850888 850888 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 471050 471721 671 0.1
.symtab 376400 376560 160 0.0
.text 1416720 1417456 736 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1641588 1642308 720 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1064155 1064255 100 0.0
.debug_aranges 102800 102840 40 0.0
.debug_frame 346664 346836 172 0.0
.debug_info 22463155 22471005 7850 0.0
.debug_line 3274977 3276543 1566 0.0
.debug_loc 3319448 3322780 3332 0.1
.debug_ranges 305888 306312 424 0.1
.debug_str 3246423 3249907 3484 0.1
.heap 845896 845896 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 473453 474124 671 0.1
.symtab 378096 378256 160 0.0
.text 1445752 1446472 720 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151104 1151728 624 0.1
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598204 598828 624 0.1
lock-app qpg6105+debug (read/write) 1116880 1117504 624 0.1
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563976 564600 624 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 937776 938416 640 0.1
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649064 649702 638 0.1
all-clusters-minimal-app tlsr9518adk80d (read/write) 875768 876384 616 0.1
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613050 613668 618 0.1
light-switch-app tlsr9518adk80d (read/write) 791124 791764 640 0.1
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554512 555150 638 0.1
lighting-app tlsr9518adk80d (read/write) 875348 875988 640 0.1
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624476 625114 638 0.1
ota-requestor-app tlsr9518adk80d (read/write) 805616 806256 640 0.1
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565890 566534 644 0.1

@andy31415 andy31415 merged commit df48908 into project-chip:master Nov 21, 2022
@tehampson tehampson deleted the fix-hex-parsing branch November 21, 2022 15:10
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.

5 participants