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

Support CPP codegen at compile time #23614

Merged
merged 22 commits into from
Nov 19, 2022

Conversation

andy31415
Copy link
Contributor

Converted callback_stubs.cpp because its content is the simplest.
This is to ensure our build system has the capability to codegen at compiletime - previous #23247 added header support (and setting up propper include pats), this PR adds CPP file support.

Changes:

  • deleted all callback_stubs.cpp: generated code and references to it
  • created compile-time template for callback stubs
  • updated/fixed some codegen logic to handle cpp files (added target files, fixed dependency quoting)

Testing:

  • manually verified that all-clusters-app callback_stubs.cpp and newly generated code are the same. They are identical except license header (new codegen does not create that) and some ordering differences in content
  • Updated existing unit tests
  • added 2 large unit tests on fixed copies of matter files from lighting and all-clusters.

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23614: Size comparison from 6519b91 to 62c8500

Increases (8 builds for bl602, bl702, telink)
platform target config section 6519b91 62c8500 change % change
bl602 lighting-app bl602 .text 1059186 1059188 2 0.0
bl602+rpc (read/write) 1421074 1421082 8 0.0
.text 1090680 1090682 2 0.0
bl702 lighting-app bl702+rpc .debug_info 43430527 43430529 2 0.0
.text 1029212 1029216 4 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
text 612686 612806 120 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
text 554150 554200 50 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
text 624114 624170 56 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
text 565530 565564 34 0.0
Decreases (2 builds for bl702)
platform target config section 6519b91 62c8500 change % change
bl702 lighting-app bl702 .debug_line 5271709 5271668 -41 -0.0
.debug_str 3462160 3462119 -41 -0.0
bl702+rpc .debug_line 5667078 5667037 -41 -0.0
.debug_str 3859469 3859428 -41 -0.0
Full report (16 builds for bl602, bl702, k32w, linux, qpg, telink)
platform target config section 6519b91 62c8500 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375258 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059188 2 0.0
bl602+rpc (read/write) 1421074 1421082 8 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090680 1090682 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195127 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 1523919 1523919 0 0.0
.debug_aranges 132304 132304 0 0.0
.debug_frame 485212 485212 0 0.0
.debug_info 39161306 39161306 0 0.0
.debug_line 5271709 5271668 -41 -0.0
.debug_loc 3367110 3367110 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462160 3462119 -41 -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 116488 116488 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566531 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955516 955516 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283267 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 1667931 1667931 0 0.0
.debug_aranges 140368 140368 0 0.0
.debug_frame 512416 512416 0 0.0
.debug_info 43430527 43430529 2 0.0
.debug_line 5667078 5667037 -41 -0.0
.debug_loc 3561346 3561346 0 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859469 3859428 -41 -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 130120 130120 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 626746 0 0.0
.symtab 189920 189920 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029212 1029216 4 0.0
k32w contact k32w0+release (read/write) 661796 661796 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563468 0 0.0
light k32w0+release (read/write) 671800 671800 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592100 0 0.0
lock k32w0+release (read/write) 633356 633356 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552876 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10433596 10433596 0 0.0
(read/write) 706353 706353 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650672 0 0.0
.dynamic 560 560 0 0.0
.got 13912 13912 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518220 0 0.0
.text 8260020 8260020 0 0.0
thermostat-no-ble arm64 (read only) 2392812 2392812 0 0.0
(read/write) 143489 143489 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77096 77096 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144788 144788 0 0.0
.text 2004560 2004560 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149312 0 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596412 0 0.0
lock-app qpg6105+debug (read/write) 1115060 1115060 0 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562156 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612806 120 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554200 50 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624170 56 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565564 34 0.0

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23614: Size comparison from 6519b91 to 0ed6188

Increases (13 builds for bl602, bl702, cc13x2_26x2, linux, nrfconnect, telink)
platform target config section 6519b91 0ed6188 change % change
bl602 lighting-app bl602 .text 1059186 1059188 2 0.0
bl702 lighting-app bl702+rpc .debug_info 43430527 43430529 2 0.0
.text 1029212 1029216 4 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 172808 172824 16 0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183548 8 0.0
linux all-clusters-app debug (read only) 3085417 3085449 32 0.0
.rodata 280939 280971 32 0.0
nrfconnect light-switch-app nrf52840dk_nrf52840 text 760392 760396 4 0.0
lighting-app nrf5340dk_nrf5340_cpuapp text 736362 736366 4 0.0
lock-app nrf52840dk_nrf52840 text 771602 771606 4 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
text 612686 612808 122 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
text 554150 554202 52 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
text 624114 624166 52 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
text 565530 565564 34 0.0
Decreases (9 builds for bl602, bl702, cc13x2_26x2, esp32, linux, nrfconnect)
platform target config section 6519b91 0ed6188 change % change
bl602 lighting-app bl602+rpc .text 1090680 1090678 -2 -0.0
bl702 lighting-app bl702 .debug_line 5271709 5271668 -41 -0.0
.debug_str 3462160 3462119 -41 -0.0
bl702+rpc .debug_line 5667078 5667037 -41 -0.0
.debug_str 3859469 3859428 -41 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 676295 676279 -16 -0.0
.text 598544 598528 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 660819 660811 -8 -0.0
.text 557032 557024 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224288 -4 -0.0
.flash.text 1224292 1224288 -4 -0.0
linux ota-provider-app debug (read only) 2396497 2396465 -32 -0.0
.rodata 216328 216296 -32 -0.0
shell debug (read only) 2621521 2621473 -48 -0.0
.rodata 239250 239218 -32 -0.0
.text 2223042 2223026 -16 -0.0
nrfconnect pump-controller-app nrf52840dk_nrf52840 text 742286 742282 -4 -0.0
Full report (46 builds for bl602, bl702, cc13x2_26x2, esp32, k32w, linux, nrfconnect, qpg, telink)
platform target config section 6519b91 0ed6188 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375258 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059188 2 0.0
bl602+rpc (read/write) 1421074 1421074 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090680 1090678 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195127 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 1523919 1523919 0 0.0
.debug_aranges 132304 132304 0 0.0
.debug_frame 485212 485212 0 0.0
.debug_info 39161306 39161306 0 0.0
.debug_line 5271709 5271668 -41 -0.0
.debug_loc 3367110 3367110 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462160 3462119 -41 -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 116488 116488 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566531 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955516 955516 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283267 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 1667931 1667931 0 0.0
.debug_aranges 140368 140368 0 0.0
.debug_frame 512416 512416 0 0.0
.debug_info 43430527 43430529 2 0.0
.debug_line 5667078 5667037 -41 -0.0
.debug_loc 3561346 3561346 0 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859469 3859428 -41 -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 130120 130120 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 626746 0 0.0
.symtab 189920 189920 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029212 1029216 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678163 0 0.0
(read/write) 173372 173372 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588000 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642459 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 563152 563152 0 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676279 -16 -0.0
(read/write) 172808 172824 16 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598528 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 660819 660811 -8 -0.0
(read/write) 183540 183548 8 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557024 -8 -0.0
pump-app LP_CC2652R7 (read only) 688743 688743 0 0.0
(read/write) 161096 161096 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597500 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673027 0 0.0
(read/write) 176908 176908 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586240 0 0.0
shell LP_CC2652R7 (read only) 669382 669382 0 0.0
(read/write) 184472 184472 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582468 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224288 -4 -0.0
(read/write) 1788614 1788614 0 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258184 0 0.0
.flash.text 1224292 1224288 -4 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234187 0 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1228803 1228803 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661796 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563468 0 0.0
light k32w0+release (read/write) 671800 671800 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592100 0 0.0
lock k32w0+release (read/write) 633356 633356 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552876 0 0.0
linux all-clusters-app debug (read only) 3085417 3085449 32 0.0
(read/write) 158312 158312 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86984 86984 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 280939 280971 32 0.0
.text 2620274 2620274 0 0.0
all-clusters-minimal-app debug (read only) 2911113 2911113 0 0.0
(read/write) 149712 149712 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79352 79352 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 280427 280427 0 0.0
.text 2449522 2449522 0 0.0
bridge-app debug+rpc (read only) 2410065 2410065 0 0.0
(read/write) 129448 129448 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68616 68616 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 210688 210688 0 0.0
.text 2032306 2032306 0 0.0
chip-tool debug (read only) 11079241 11079241 0 0.0
(read/write) 658304 658304 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623040 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 591837 591837 0 0.0
.text 8963988 8963988 0 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10433596 0 0.0
(read/write) 706353 706353 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650672 0 0.0
.dynamic 560 560 0 0.0
.got 13912 13912 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518220 0 0.0
.text 8260020 8260020 0 0.0
lighting-app debug+rpc (read only) 2641089 2641089 0 0.0
(read/write) 132296 132296 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73832 73832 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 227552 227552 0 0.0
.text 2237122 2237122 0 0.0
lock-app debug (read only) 2600329 2600329 0 0.0
(read/write) 127216 127216 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70680 70680 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 243848 243848 0 0.0
.text 2185058 2185058 0 0.0
ota-provider-app debug (read only) 2396497 2396465 -32 -0.0
(read/write) 120744 120744 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64600 64600 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 216328 216296 -32 -0.0
.text 2011906 2011906 0 0.0
ota-requestor-app debug (read only) 2561809 2561809 0 0.0
(read/write) 129088 129088 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69960 69960 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 223408 223408 0 0.0
.text 2161042 2161042 0 0.0
shell debug (read only) 2621521 2621473 -48 -0.0
(read/write) 142808 142808 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77880 77880 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 239250 239218 -32 -0.0
.text 2223042 2223026 -16 -0.0
thermostat-no-ble arm64 (read only) 2392812 2392812 0 0.0
(read/write) 143489 143489 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77096 77096 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144788 144788 0 0.0
.text 2004560 2004560 0 0.0
tv-app debug (read only) 3254881 3254881 0 0.0
(read/write) 261832 261832 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80224 80224 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 268216 268216 0 0.0
.text 2792962 2792962 0 0.0
tv-casting-app debug (read only) 5580961 5580961 0 0.0
(read/write) 161720 161720 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101056 101056 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 355001 355001 0 0.0
.text 4950578 4950578 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187855 0 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 816982 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167283 0 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805532 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1100003 1100003 0 0.0
bss 136891 136891 0 0.0
rodata 121672 121672 0 0.0
text 760392 760396 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1148707 1148707 0 0.0
bss 148073 148073 0 0.0
rodata 116744 116744 0 0.0
text 801584 801584 0 0.0
nrf52840dongle_nrf52840 (read/write) 1085875 1085875 0 0.0
bss 154334 154334 0 0.0
rodata 94416 94416 0 0.0
text 752794 752794 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1080426 1080426 0 0.0
bss 143016 143016 0 0.0
rodata 117964 117964 0 0.0
text 736362 736366 4 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1133607 1133607 0 0.0
bss 137896 137896 0 0.0
rodata 143204 143204 0 0.0
text 771602 771606 4 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1036262 1036262 0 0.0
bss 133781 133781 0 0.0
rodata 135608 135608 0 0.0
text 683792 683792 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1088887 1088887 0 0.0
bss 136720 136720 0 0.0
rodata 118940 118940 0 0.0
text 752188 752188 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075207 1075207 0 0.0
bss 136487 136487 0 0.0
rodata 115420 115420 0 0.0
text 742286 742282 -4 -0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149312 0 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596412 0 0.0
lock-app qpg6105+debug (read/write) 1115060 1115060 0 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562156 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612808 122 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554202 52 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624166 52 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565564 34 0.0

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23614: Size comparison from 6519b91 to 8cfde15

Increases (14 builds for bl602, bl702, cc13x2_26x2, linux, nrfconnect, psoc6, telink)
platform target config section 6519b91 8cfde15 change % change
bl602 lighting-app bl602+rpc (read/write) 1421074 1421082 8 0.0
.text 1090680 1090682 2 0.0
bl702 lighting-app bl702 .debug_info 39161306 39161307 1 0.0
.text 955516 955518 2 0.0
bl702+rpc .debug_info 43430527 43430529 2 0.0
.text 1029212 1029216 4 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 172808 172824 16 0.0
linux all-clusters-app debug (read only) 3085417 3085449 32 0.0
.rodata 280939 280971 32 0.0
nrfconnect light-switch-app nrf52840dk_nrf52840 text 760392 760396 4 0.0
lighting-app nrf5340dk_nrf5340_cpuapp text 736362 736366 4 0.0
lock-app nrf52840dk_nrf52840 text 771602 771606 4 0.0
psoc6 lock cy8ckit_062s2_43012 (read/write) 1640964 1640980 16 0.0
.text 1445128 1445144 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
text 612686 612808 122 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
text 554150 554200 50 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
text 624114 624166 52 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
text 565530 565562 32 0.0
Decreases (13 builds for bl702, cc13x2_26x2, cyw30739, esp32, linux, nrfconnect, psoc6)
platform target config section 6519b91 8cfde15 change % change
bl702 lighting-app bl702 .debug_line 5271709 5271668 -41 -0.0
.debug_str 3462160 3462119 -41 -0.0
bl702+rpc .debug_line 5667078 5667037 -41 -0.0
.debug_str 3859469 3859428 -41 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 676295 676279 -16 -0.0
.text 598544 598528 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587222 -8 -0.0
.app_xip_area 463440 463432 -8 -0.0
lock cyw930739m2evb_01 (read/write) 591338 591330 -8 -0.0
.app_xip_area 462252 462244 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224290 -2 -0.0
.flash.text 1224292 1224290 -2 -0.0
linux ota-provider-app debug (read only) 2396497 2396465 -32 -0.0
.rodata 216328 216296 -32 -0.0
shell debug (read only) 2621521 2621473 -48 -0.0
.rodata 239250 239218 -32 -0.0
.text 2223042 2223026 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 816982 816978 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27023893 27023885 -8 -0.0
.debug_line 3685941 3685903 -38 -0.0
.debug_str 3431051 3431013 -38 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26760523 26760514 -9 -0.0
.debug_line 3706925 3706879 -46 -0.0
.debug_str 3420071 3420025 -46 -0.0
light cy8ckit_062s2_43012 .debug_info 22225724 22225722 -2 -0.0
.debug_line 3276050 3276012 -38 -0.0
.debug_str 3225606 3225568 -38 -0.0
lock cy8ckit_062s2_43012 .debug_line 3273170 3273132 -38 -0.0
.debug_str 3244977 3244939 -38 -0.0
Full report (63 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6519b91 8cfde15 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375258 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059186 0 0.0
bl602+rpc (read/write) 1421074 1421082 8 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090680 1090682 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195127 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 1523919 1523919 0 0.0
.debug_aranges 132304 132304 0 0.0
.debug_frame 485212 485212 0 0.0
.debug_info 39161306 39161307 1 0.0
.debug_line 5271709 5271668 -41 -0.0
.debug_loc 3367110 3367110 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462160 3462119 -41 -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 116488 116488 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566531 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955516 955518 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283267 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 1667931 1667931 0 0.0
.debug_aranges 140368 140368 0 0.0
.debug_frame 512416 512416 0 0.0
.debug_info 43430527 43430529 2 0.0
.debug_line 5667078 5667037 -41 -0.0
.debug_loc 3561346 3561346 0 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859469 3859428 -41 -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 130120 130120 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 626746 0 0.0
.symtab 189920 189920 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029212 1029216 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678163 0 0.0
(read/write) 173372 173372 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588000 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642459 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 563152 563152 0 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676279 -16 -0.0
(read/write) 172808 172824 16 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598528 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 660819 660819 0 0.0
(read/write) 183540 183540 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557032 0 0.0
pump-app LP_CC2652R7 (read only) 688743 688743 0 0.0
(read/write) 161096 161096 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597500 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673027 0 0.0
(read/write) 176908 176908 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586240 0 0.0
shell LP_CC2652R7 (read only) 669382 669382 0 0.0
(read/write) 184472 184472 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582468 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587222 -8 -0.0
.app_xip_area 463440 463432 -8 -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) 591338 591330 -8 -0.0
.app_xip_area 462252 462244 -8 -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) 543714 543714 0 0.0
.app_xip_area 425444 425444 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) 974172 974172 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819724 0 0.0
BRD4161A+rs911x (read/write) 1034744 1034744 0 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 845972 845972 0 0.0
BRD4187C (read/write) 1146576 1146576 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 980808 980808 0 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160144 0 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 999836 999836 0 0.0
window-app BRD4187C (read/write) 1139812 1139812 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 972604 972604 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224290 -2 -0.0
(read/write) 1788614 1788614 0 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258184 0 0.0
.flash.text 1224292 1224290 -2 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234187 0 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1228803 1228803 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661796 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563468 0 0.0
light k32w0+release (read/write) 671800 671800 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592100 0 0.0
lock k32w0+release (read/write) 633356 633356 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552876 0 0.0
linux all-clusters-app debug (read only) 3085417 3085449 32 0.0
(read/write) 158312 158312 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86984 86984 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 280939 280971 32 0.0
.text 2620274 2620274 0 0.0
all-clusters-minimal-app debug (read only) 2911113 2911113 0 0.0
(read/write) 149712 149712 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79352 79352 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 280427 280427 0 0.0
.text 2449522 2449522 0 0.0
bridge-app debug+rpc (read only) 2410065 2410065 0 0.0
(read/write) 129448 129448 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68616 68616 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 210688 210688 0 0.0
.text 2032306 2032306 0 0.0
chip-tool debug (read only) 11079241 11079241 0 0.0
(read/write) 658304 658304 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623040 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 591837 591837 0 0.0
.text 8963988 8963988 0 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10433596 0 0.0
(read/write) 706353 706353 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650672 0 0.0
.dynamic 560 560 0 0.0
.got 13912 13912 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518220 0 0.0
.text 8260020 8260020 0 0.0
lighting-app debug+rpc (read only) 2641089 2641089 0 0.0
(read/write) 132296 132296 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73832 73832 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 227552 227552 0 0.0
.text 2237122 2237122 0 0.0
lock-app debug (read only) 2600329 2600329 0 0.0
(read/write) 127216 127216 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70680 70680 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 243848 243848 0 0.0
.text 2185058 2185058 0 0.0
ota-provider-app debug (read only) 2396497 2396465 -32 -0.0
(read/write) 120744 120744 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64600 64600 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 216328 216296 -32 -0.0
.text 2011906 2011906 0 0.0
ota-requestor-app debug (read only) 2561809 2561809 0 0.0
(read/write) 129088 129088 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69960 69960 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 223408 223408 0 0.0
.text 2161042 2161042 0 0.0
shell debug (read only) 2621521 2621473 -48 -0.0
(read/write) 142808 142808 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77880 77880 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 239250 239218 -32 -0.0
.text 2223042 2223026 -16 -0.0
thermostat-no-ble arm64 (read only) 2392812 2392812 0 0.0
(read/write) 143489 143489 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77096 77096 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144788 144788 0 0.0
.text 2004560 2004560 0 0.0
tv-app debug (read only) 3254881 3254881 0 0.0
(read/write) 261832 261832 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80224 80224 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 268216 268216 0 0.0
.text 2792962 2792962 0 0.0
tv-casting-app debug (read only) 5580961 5580961 0 0.0
(read/write) 161720 161720 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101056 101056 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 355001 355001 0 0.0
.text 4950578 4950578 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2528548 2528548 0 0.0
.bss 222736 222736 0 0.0
.data 5592 5592 0 0.0
.text 1491164 1491164 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477448 2477448 0 0.0
.bss 222008 222008 0 0.0
.data 5568 5568 0 0.0
.text 1440044 1440044 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2465236 2465236 0 0.0
.bss 216708 216708 0 0.0
.data 5848 5848 0 0.0
.text 1427852 1427852 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452336 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1414980 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2413884 2413884 0 0.0
.bss 215024 215024 0 0.0
.data 5752 5752 0 0.0
.text 1376500 1376500 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187855 0 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 816978 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167283 0 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805532 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1100003 1100003 0 0.0
bss 136891 136891 0 0.0
rodata 121672 121672 0 0.0
text 760392 760396 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1148707 1148707 0 0.0
bss 148073 148073 0 0.0
rodata 116744 116744 0 0.0
text 801584 801584 0 0.0
nrf52840dongle_nrf52840 (read/write) 1085875 1085875 0 0.0
bss 154334 154334 0 0.0
rodata 94416 94416 0 0.0
text 752794 752794 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1080426 1080426 0 0.0
bss 143016 143016 0 0.0
rodata 117964 117964 0 0.0
text 736362 736366 4 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1133607 1133607 0 0.0
bss 137896 137896 0 0.0
rodata 143204 143204 0 0.0
text 771602 771606 4 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1036262 1036262 0 0.0
bss 133781 133781 0 0.0
rodata 135608 135608 0 0.0
text 683792 683792 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1088887 1088887 0 0.0
bss 136720 136720 0 0.0
rodata 118940 118940 0 0.0
text 752188 752188 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075207 1075207 0 0.0
bss 136487 136487 0 0.0
rodata 115420 115420 0 0.0
text 742286 742286 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746244 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 1235716 1235716 0 0.0
.debug_aranges 110704 110704 0 0.0
.debug_frame 371284 371284 0 0.0
.debug_info 27023893 27023885 -8 -0.0
.debug_line 3685941 3685903 -38 -0.0
.debug_loc 3603774 3603774 0 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431051 3431013 -38 -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 570257 570257 0 0.0
.symtab 421440 421440 0 0.0
.text 0 0 0 0.0
1546480 1546480 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1688780 1688780 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 1227559 1227559 0 0.0
.debug_aranges 110176 110176 0 0.0
.debug_frame 374364 374364 0 0.0
.debug_info 26760523 26760514 -9 -0.0
.debug_line 3706925 3706879 -46 -0.0
.debug_loc 3591380 3591380 0 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420071 3420025 -46 -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 534346 534346 0 0.0
.symtab 407872 407872 0 0.0
.text 1489752 1489752 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) 1606956 1606956 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 1062020 1062020 0 0.0
.debug_aranges 102376 102376 0 0.0
.debug_frame 344676 344676 0 0.0
.debug_info 22225724 22225722 -2 -0.0
.debug_line 3276050 3276012 -38 -0.0
.debug_loc 3288865 3288865 0 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225606 3225568 -38 -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 470671 470671 0 0.0
.symtab 376240 376240 0 0.0
.text 1416112 1416112 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) 1640964 1640980 16 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 1063995 1063995 0 0.0
.debug_aranges 102776 102776 0 0.0
.debug_frame 346552 346552 0 0.0
.debug_info 22459348 22459348 0 0.0
.debug_line 3273170 3273132 -38 -0.0
.debug_loc 3316718 3316718 0 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244977 3244939 -38 -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 473074 473074 0 0.0
.symtab 377936 377936 0 0.0
.text 1445128 1445144 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149312 0 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596412 0 0.0
lock-app qpg6105+debug (read/write) 1115060 1115060 0 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562156 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937472 120 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 648828 126 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875464 120 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612808 122 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790748 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554200 50 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874980 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624166 52 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805224 32 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565562 32 0.0

Copy link
Contributor

@pan- pan- left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link

github-actions bot commented Nov 16, 2022

PR #23614: Size comparison from d2ae082 to 068476d

Increases (15 builds for bl702, cc13x2_26x2, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
platform target config section d2ae082 068476d change % change
bl702 lighting-app bl702+rpc .debug_info 43432308 43432309 1 0.0
.text 1029652 1029654 2 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 172544 172560 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1160400 1160416 16 0.0
.text 1000092 1000108 16 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224620 2 0.0
(read/write) 1788606 1788614 8 0.0
.flash.rodata 258176 258184 8 0.0
.flash.text 1224618 1224620 2 0.0
linux all-clusters-app debug (read only) 3087657 3087689 32 0.0
.rodata 281131 281163 32 0.0
mbed shell CY8CPROTO_062_4343W+release (read/write) 2414140 2414204 64 0.0
.text 1376756 1376820 64 0.0
nrfconnect light-switch-app nrf52840dk_nrf52840 (read/write) 1100255 1100271 16 0.0
text 760658 760662 4 0.0
pump-controller-app nrf52840dk_nrf52840 text 742548 742552 4 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22228395 22228396 1 0.0
lock cy8ckit_062s2_43012 (read/write) 1641428 1641444 16 0.0
.text 1445592 1445608 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937776 120 0.0
text 649008 649130 122 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875768 120 0.0
text 612990 613110 120 0.0
light-switch-app tlsr9518adk80d (read/write) 790996 791052 56 0.0
text 554452 554504 52 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875284 56 0.0
text 624416 624470 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805528 32 0.0
text 565834 565866 32 0.0
Decreases (13 builds for bl602, bl702, cc13x2_26x2, cyw30739, linux, mbed, nrfconnect, psoc6)
platform target config section d2ae082 068476d change % change
bl602 lighting-app bl602 (read/write) 1375778 1375770 -8 -0.0
.text 1059626 1059624 -2 -0.0
bl702 lighting-app bl702 .debug_line 5273098 5273057 -41 -0.0
.debug_str 3463623 3463582 -41 -0.0
bl702+rpc .debug_line 5668467 5668426 -41 -0.0
.debug_str 3860938 3860897 -41 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 676559 676543 -16 -0.0
.text 598808 598792 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587486 -8 -0.0
.app_xip_area 463704 463696 -8 -0.0
linux ota-provider-app debug (read only) 2398769 2398737 -32 -0.0
.rodata 216552 216520 -32 -0.0
shell debug (read only) 2623761 2623713 -48 -0.0
.rodata 239442 239410 -32 -0.0
.text 2224802 2224786 -16 -0.0
mbed all-clusters-minimal-app CY8CPROTO_062_4343W+release (read/write) 2477768 2477704 -64 -0.0
.text 1440364 1440300 -64 -0.0
nrfconnect lock-app nrf52840dk_nrf52840 text 771872 771868 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27026556 27026548 -8 -0.0
.debug_line 3687259 3687221 -38 -0.0
.debug_str 3432518 3432480 -38 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26763185 26763178 -7 -0.0
.debug_line 3708243 3708197 -46 -0.0
.debug_str 3421538 3421492 -46 -0.0
light cy8ckit_062s2_43012 .debug_line 3277368 3277330 -38 -0.0
.debug_str 3227073 3227035 -38 -0.0
lock cy8ckit_062s2_43012 .debug_line 3274488 3274450 -38 -0.0
.debug_str 3246430 3246392 -38 -0.0
Full report (63 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d2ae082 068476d change % change
bl602 lighting-app bl602 (read/write) 1375778 1375770 -8 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059626 1059624 -2 -0.0
bl602+rpc (read/write) 1421594 1421594 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091118 1091118 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195655 1195655 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 1523925 1523925 0 0.0
.debug_aranges 132328 132328 0 0.0
.debug_frame 485340 485340 0 0.0
.debug_info 39163108 39163108 0 0.0
.debug_line 5273098 5273057 -41 -0.0
.debug_loc 3367914 3367914 0 0.0
.debug_ranges 360296 360296 0 0.0
.debug_str 3463623 3463582 -41 -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 116568 116568 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566910 566910 0 0.0
.symtab 171888 171888 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955956 955956 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283795 1283795 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 1667955 1667955 0 0.0
.debug_aranges 140392 140392 0 0.0
.debug_frame 512544 512544 0 0.0
.debug_info 43432308 43432309 1 0.0
.debug_line 5668467 5668426 -41 -0.0
.debug_loc 3562150 3562150 0 0.0
.debug_ranges 383320 383320 0 0.0
.debug_str 3860938 3860897 -41 -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 130200 130200 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627125 627125 0 0.0
.symtab 190000 190000 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029652 1029654 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678427 678427 0 0.0
(read/write) 173108 173108 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588264 588264 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642723 642723 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 563416 563416 0 0.0
lock-ftd LP_CC2652R7 (read only) 676559 676543 -16 -0.0
(read/write) 172544 172560 16 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598808 598792 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 661083 661083 0 0.0
(read/write) 183276 183276 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557296 557296 0 0.0
pump-app LP_CC2652R7 (read only) 689007 689007 0 0.0
(read/write) 160832 160832 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597764 597764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673291 673291 0 0.0
(read/write) 176644 176644 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586504 586504 0 0.0
shell LP_CC2652R7 (read only) 669646 669646 0 0.0
(read/write) 184208 184208 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582732 582732 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587486 -8 -0.0
.app_xip_area 463704 463696 -8 -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) 591602 591602 0 0.0
.app_xip_area 462516 462516 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) 543978 543978 0 0.0
.app_xip_area 425708 425708 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) 974444 974444 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819996 819996 0 0.0
BRD4161A+rs911x (read/write) 1035208 1035208 0 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 846436 846436 0 0.0
BRD4187C (read/write) 1147032 1147032 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981264 981264 0 0.0
lock-app BRD4161A+wf200 (read/write) 1160400 1160416 16 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000092 1000108 16 0.0
window-app BRD4187C (read/write) 1140268 1140268 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973060 973060 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224620 2 0.0
(read/write) 1788606 1788614 8 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258176 258184 8 0.0
.flash.text 1224618 1224620 2 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234463 1234463 0 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1229079 1229079 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662052 662052 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563724 563724 0 0.0
light k32w0+release (read/write) 672072 672072 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592372 592372 0 0.0
lock k32w0+release (read/write) 633612 633612 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553132 553132 0 0.0
linux all-clusters-app debug (read only) 3087657 3087689 32 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 281131 281163 32 0.0
.text 2622034 2622034 0 0.0
all-clusters-minimal-app debug (read only) 2913385 2913385 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 280651 280651 0 0.0
.text 2451282 2451282 0 0.0
bridge-app debug+rpc (read only) 2412305 2412305 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 210880 210880 0 0.0
.text 2034066 2034066 0 0.0
chip-tool debug (read only) 11081481 11081481 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 592029 592029 0 0.0
.text 8965748 8965748 0 0.0
chip-tool-ipv6only arm64 (read only) 10435580 10435580 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 518412 518412 0 0.0
.text 8261380 8261380 0 0.0
lighting-app debug+rpc (read only) 2643329 2643329 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 227744 227744 0 0.0
.text 2238882 2238882 0 0.0
lock-app debug (read only) 2602601 2602601 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 244072 244072 0 0.0
.text 2186818 2186818 0 0.0
ota-provider-app debug (read only) 2398769 2398737 -32 -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 216552 216520 -32 -0.0
.text 2013666 2013666 0 0.0
ota-requestor-app debug (read only) 2564081 2564081 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 223632 223632 0 0.0
.text 2162802 2162802 0 0.0
shell debug (read only) 2623761 2623713 -48 -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 239442 239410 -32 -0.0
.text 2224802 2224786 -16 -0.0
thermostat-no-ble arm64 (read only) 2394796 2394796 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 144980 144980 0 0.0
.text 2005920 2005920 0 0.0
tv-app debug (read only) 3257121 3257121 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 268408 268408 0 0.0
.text 2794722 2794722 0 0.0
tv-casting-app debug (read only) 5583201 5583201 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 355193 355193 0 0.0
.text 4952338 4952338 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2528804 2528804 0 0.0
.bss 222736 222736 0 0.0
.data 5592 5592 0 0.0
.text 1491420 1491420 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477768 2477704 -64 -0.0
.bss 222008 222008 0 0.0
.data 5568 5568 0 0.0
.text 1440364 1440300 -64 -0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2465492 2465492 0 0.0
.bss 216708 216708 0 0.0
.data 5848 5848 0 0.0
.text 1428108 1428108 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452592 2452592 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415236 1415236 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2414140 2414204 64 0.0
.bss 215024 215024 0 0.0
.data 5752 5752 0 0.0
.text 1376756 1376820 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188127 0 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 817248 817248 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167539 0 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805798 805798 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1100255 1100271 16 0.0
bss 136891 136891 0 0.0
rodata 121668 121668 0 0.0
text 760658 760662 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1148975 1148975 0 0.0
bss 148073 148073 0 0.0
rodata 116740 116740 0 0.0
text 801850 801850 0 0.0
nrf52840dongle_nrf52840 (read/write) 1086143 1086143 0 0.0
bss 154334 154334 0 0.0
rodata 94412 94412 0 0.0
text 753060 753060 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1080698 1080698 0 0.0
bss 143016 143016 0 0.0
rodata 117964 117964 0 0.0
text 736632 736632 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1133879 1133879 0 0.0
bss 137896 137896 0 0.0
rodata 143204 143204 0 0.0
text 771872 771868 -4 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1036518 1036518 0 0.0
bss 133781 133781 0 0.0
rodata 135608 135608 0 0.0
text 684058 684058 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089159 1089159 0 0.0
bss 136720 136720 0 0.0
rodata 118940 118940 0 0.0
text 752454 752454 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075463 1075463 0 0.0
bss 136487 136487 0 0.0
rodata 115420 115420 0 0.0
text 742548 742552 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746708 1746708 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 1235724 1235724 0 0.0
.debug_aranges 110728 110728 0 0.0
.debug_frame 371396 371396 0 0.0
.debug_info 27026556 27026548 -8 -0.0
.debug_line 3687259 3687221 -38 -0.0
.debug_loc 3605093 3605093 0 0.0
.debug_ranges 339592 339592 0 0.0
.debug_str 3432518 3432480 -38 -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 1546944 1546944 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) 1689244 1689244 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 1227567 1227567 0 0.0
.debug_aranges 110200 110200 0 0.0
.debug_frame 374476 374476 0 0.0
.debug_info 26763185 26763178 -7 -0.0
.debug_line 3708243 3708197 -46 -0.0
.debug_loc 3592699 3592699 0 0.0
.debug_ranges 338208 338208 0 0.0
.debug_str 3421538 3421492 -46 -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 1490216 1490216 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) 1607420 1607420 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 1062028 1062028 0 0.0
.debug_aranges 102400 102400 0 0.0
.debug_frame 344788 344788 0 0.0
.debug_info 22228395 22228396 1 0.0
.debug_line 3277368 3277330 -38 -0.0
.debug_loc 3290184 3290184 0 0.0
.debug_ranges 303488 303488 0 0.0
.debug_str 3227073 3227035 -38 -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 1416576 1416576 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) 1641428 1641444 16 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 1064003 1064003 0 0.0
.debug_aranges 102800 102800 0 0.0
.debug_frame 346664 346664 0 0.0
.debug_info 22462021 22462021 0 0.0
.debug_line 3274488 3274450 -38 -0.0
.debug_loc 3318037 3318037 0 0.0
.debug_ranges 305448 305448 0 0.0
.debug_str 3246430 3246392 -38 -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 1445592 1445608 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151072 0 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598172 598172 0 0.0
lock-app qpg6105+debug (read/write) 1116768 1116768 0 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563864 563864 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937776 120 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649008 649130 122 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875768 120 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612990 613110 120 0.0
light-switch-app tlsr9518adk80d (read/write) 790996 791052 56 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554452 554504 52 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875284 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624416 624470 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805528 32 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565834 565866 32 0.0

@github-actions
Copy link

github-actions bot commented Nov 17, 2022

PR #23614: Size comparison from 3fa2104 to 2ebe26a

Increases (15 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, telink)
platform target config section 3fa2104 2ebe26a change % change
bl602 lighting-app bl602+rpc .text 1091278 1091280 2 0.0
bl702 lighting-app bl702+rpc (read/write) 1283891 1283907 16 0.0
.debug_info 43440304 43440305 1 0.0
.text 1029680 1029682 2 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 172584 172600 16 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 591554 591562 8 0.0
.app_xip_area 462468 462476 8 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1160560 1160576 16 0.0
.text 1000252 1000268 16 0.0
esp32 all-clusters-app c3devkit (read only) 1213514 1213516 2 0.0
.flash.text 1213514 1213516 2 0.0
k32w lock k32w0+release (read/write) 633644 633660 16 0.0
.text 553164 553180 16 0.0
linux all-clusters-minimal-app debug (read only) 2903321 2903353 32 0.0
.rodata 280811 280843 32 0.0
nrfconnect light-switch-app nrf52840dk_nrf52840 text 760742 760746 4 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22229530 22229531 1 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937800 937920 120 0.0
text 649090 649212 122 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875792 875912 120 0.0
text 613072 613192 120 0.0
light-switch-app tlsr9518adk80d (read/write) 791148 791196 48 0.0
text 554536 554586 50 0.0
lighting-app tlsr9518adk80d (read/write) 875372 875428 56 0.0
text 624500 624554 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805640 805672 32 0.0
text 565914 565950 36 0.0
Decreases (12 builds for bl602, bl702, cc13x2_26x2, k32w, linux, nrfconnect, psoc6)
platform target config section 3fa2104 2ebe26a change % change
bl602 lighting-app bl602 (read/write) 1375978 1375970 -8 -0.0
.text 1059786 1059784 -2 -0.0
bl702 lighting-app bl702 (read/write) 1195687 1195671 -16 -0.0
.debug_info 39168938 39168936 -2 -0.0
.debug_line 5273467 5273426 -41 -0.0
.debug_str 3463114 3463073 -41 -0.0
.text 955938 955934 -4 -0.0
bl702+rpc .debug_line 5670476 5670435 -41 -0.0
.debug_str 3860711 3860670 -41 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 676519 676503 -16 -0.0
.text 598768 598752 -16 -0.0
k32w contact k32w0+release (read/write) 662100 662084 -16 -0.0
.text 563772 563756 -16 -0.0
linux ota-provider-app debug (read only) 2388689 2388657 -32 -0.0
.rodata 216648 216616 -32 -0.0
tv-casting-app debug (read only) 5572961 5572929 -32 -0.0
.rodata 355353 355321 -32 -0.0
nrfconnect lighting-app nrf5340dk_nrf5340_cpuapp text 736716 736712 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27027690 27027682 -8 -0.0
.debug_line 3687746 3687708 -38 -0.0
.debug_str 3432511 3432473 -38 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26764320 26764312 -8 -0.0
.debug_line 3708730 3708684 -46 -0.0
.debug_str 3421531 3421485 -46 -0.0
light cy8ckit_062s2_43012 .debug_line 3277857 3277819 -38 -0.0
.debug_str 3227066 3227028 -38 -0.0
lock cy8ckit_062s2_43012 .debug_info 22463156 22463155 -1 -0.0
.debug_line 3274977 3274939 -38 -0.0
.debug_str 3246423 3246385 -38 -0.0
Full report (63 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 3fa2104 2ebe26a change % change
bl602 lighting-app bl602 (read/write) 1375978 1375970 -8 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059786 1059784 -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 1091278 1091280 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195687 1195671 -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 39168938 39168936 -2 -0.0
.debug_line 5273467 5273426 -41 -0.0
.debug_loc 3369088 3369088 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3463114 3463073 -41 -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
955938 955934 -4 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283891 1283907 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 43440304 43440305 1 0.0
.debug_line 5670476 5670435 -41 -0.0
.debug_loc 3563615 3563615 0 0.0
.debug_ranges 383696 383696 0 0.0
.debug_str 3860711 3860670 -41 -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
1029680 1029682 2 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 676503 -16 -0.0
(read/write) 172584 172600 16 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598768 598752 -16 -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 591562 8 0.0
.app_xip_area 462468 462476 8 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 1160576 16 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000252 1000268 16 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 562548 0 0.0
.dram0.bss 82056 82056 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313528 313528 0 0.0
.flash.text 1219007 1219007 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662100 662084 -16 -0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563772 563756 -16 -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) 633644 633660 16 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553164 553180 16 0.0
linux all-clusters-app debug (read only) 3077625 3077625 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 281323 281323 0 0.0
.text 2611810 2611810 0 0.0
all-clusters-minimal-app debug (read only) 2903321 2903353 32 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 280811 280843 32 0.0
.text 2441058 2441058 0 0.0
bridge-app debug+rpc (read only) 2402241 2402241 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 210976 210976 0 0.0
.text 2023906 2023906 0 0.0
chip-tool debug (read only) 11071265 11071265 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 592165 592165 0 0.0
.text 8955396 8955396 0 0.0
chip-tool-ipv6only arm64 (read only) 10424780 10424780 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 518428 518428 0 0.0
.text 8250564 8250564 0 0.0
lighting-app debug+rpc (read only) 2633297 2633297 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 227872 227872 0 0.0
.text 2228722 2228722 0 0.0
lock-app debug (read only) 2592521 2592521 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 244168 244168 0 0.0
.text 2176642 2176642 0 0.0
ota-provider-app debug (read only) 2388689 2388657 -32 -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 216648 216616 -32 -0.0
.text 2003490 2003490 0 0.0
ota-requestor-app debug (read only) 2553953 2553953 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 223728 223728 0 0.0
.text 2152578 2152578 0 0.0
shell debug (read only) 2614817 2614817 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 239538 239538 0 0.0
.text 2215762 2215762 0 0.0
thermostat-no-ble arm64 (read only) 2384124 2384124 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 144996 144996 0 0.0
.text 1995232 1995232 0 0.0
tv-app debug (read only) 3246977 3246977 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 268568 268568 0 0.0
.text 2784418 2784418 0 0.0
tv-casting-app debug (read only) 5572961 5572929 -32 -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 355353 355321 -32 -0.0
.text 4941938 4941938 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2528884 2528884 0 0.0
.bss 222736 222736 0 0.0
.data 5592 5592 0 0.0
.text 1491500 1491500 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477784 2477784 0 0.0
.bss 222008 222008 0 0.0
.data 5568 5568 0 0.0
.text 1440380 1440380 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2465572 2465572 0 0.0
.bss 216708 216708 0 0.0
.data 5848 5848 0 0.0
.text 1428188 1428188 0 0.0
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
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2414220 2414220 0 0.0
.bss 215024 215024 0 0.0
.data 5752 5752 0 0.0
.text 1376836 1376836 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188243 1188243 0 0.0
bss 145285 145285 0 0.0
rodata 144552 144552 0 0.0
text 817332 817332 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167675 1167675 0 0.0
bss 144512 144512 0 0.0
rodata 136344 136344 0 0.0
text 805882 805882 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1100391 1100391 0 0.0
bss 136891 136891 0 0.0
rodata 121708 121708 0 0.0
text 760742 760746 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1149103 1149103 0 0.0
bss 148073 148073 0 0.0
rodata 116788 116788 0 0.0
text 801934 801934 0 0.0
nrf52840dongle_nrf52840 (read/write) 1086271 1086271 0 0.0
bss 154334 154334 0 0.0
rodata 94460 94460 0 0.0
text 753144 753144 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1080814 1080814 0 0.0
bss 143016 143016 0 0.0
rodata 118000 118000 0 0.0
text 736716 736712 -4 -0.0
lock-app nrf52840dk_nrf52840 (read/write) 1133995 1133995 0 0.0
bss 137896 137896 0 0.0
rodata 143240 143240 0 0.0
text 771956 771956 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1036650 1036650 0 0.0
bss 133781 133781 0 0.0
rodata 135644 135644 0 0.0
text 684142 684142 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089275 1089275 0 0.0
bss 136720 136720 0 0.0
rodata 118976 118976 0 0.0
text 752538 752538 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075599 1075599 0 0.0
bss 136487 136487 0 0.0
rodata 115460 115460 0 0.0
text 742636 742636 0 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 27027682 -8 -0.0
.debug_line 3687746 3687708 -38 -0.0
.debug_loc 3606504 3606504 0 0.0
.debug_ranges 340032 340032 0 0.0
.debug_str 3432511 3432473 -38 -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 0 0 0 0.0
1547104 1547104 0 0.0
.zero.table 8 8 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 26764312 -8 -0.0
.debug_line 3708730 3708684 -46 -0.0
.debug_loc 3594110 3594110 0 0.0
.debug_ranges 338648 338648 0 0.0
.debug_str 3421531 3421485 -46 -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 22229531 1 0.0
.debug_line 3277857 3277819 -38 -0.0
.debug_loc 3291595 3291595 0 0.0
.debug_ranges 303928 303928 0 0.0
.debug_str 3227066 3227028 -38 -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 22463156 22463155 -1 -0.0
.debug_line 3274977 3274939 -38 -0.0
.debug_loc 3319448 3319448 0 0.0
.debug_ranges 305888 305888 0 0.0
.debug_str 3246423 3246385 -38 -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) 937800 937920 120 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649090 649212 122 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875792 875912 120 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613072 613192 120 0.0
light-switch-app tlsr9518adk80d (read/write) 791148 791196 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554536 554586 50 0.0
lighting-app tlsr9518adk80d (read/write) 875372 875428 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624500 624554 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805640 805672 32 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565914 565950 36 0.0

@andy31415 andy31415 merged commit db49235 into project-chip:master Nov 19, 2022
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