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

[python tools] Add to flake8 in workflow and fix python files (part #25193) #27881

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

DamMicSzm
Copy link
Contributor

This pull request is a part of #25193 ( part fix python files in python tools )

Problem

Python files need prevent things like syntax errors, typos, bad style, etc... it saves time for reviewing your code. Many python files needed bug fixes.

Changes

Fix all python files in python tools where linter find problem. Adding python tests to check with flake8.

Testing

CI will test and maybe some another manual testing

@github-actions
Copy link

github-actions bot commented Jul 11, 2023

PR #27881: Size comparison from bdee512 to 6eaf5a1

Increases (8 builds for bl602, bl702, esp32, telink)
platform target config section bdee512 6eaf5a1 change % change
bl602 lighting-app bl602 .text 1051796 1051798 2 0.0
bl702 lighting-app bl702+rpc (read/write) 1277351 1277355 4 0.0
.debug_info 47110032 47110033 1 0.0
.text 1020236 1020238 2 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089228 2 0.0
.flash.text 1089226 1089228 2 0.0
telink bridge-app tlsr9518adk80d text 643234 643236 2 0.0
contact-sensor-app tlsr9518adk80d text 586396 586398 2 0.0
light-switch-app tlsr9518adk80d text 611858 611860 2 0.0
lighting-app tlsr9518adk80d text 682150 682152 2 0.0
ota-requestor-app tlsr9518adk80d text 608250 608252 2 0.0
Decreases (9 builds for bl702, bl702l, psoc6, qpg, telink)
platform target config section bdee512 6eaf5a1 change % change
bl702 lighting-app bl702 (read/write) 1178723 1178719 -4 -0.0
.debug_info 41919551 41919549 -2 -0.0
.text 945850 945846 -4 -0.0
bl702l lighting-app bl702l (read/write) 1159104 1159100 -4 -0.0
.debug_info 41912901 41912900 -1 -0.0
.text 934410 934408 -2 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29732537 29732536 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 23218215 23218213 -2 -0.0
qpg lock-app qpg6105+debug (read/write) 1130616 1130608 -8 -0.0
.text 577460 577452 -8 -0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 965160 965152 -8 -0.0
text 668182 668180 -2 -0.0
pump-app tlsr9518adk80d text 592158 592156 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 578132 578130 -2 -0.0
window-covering tlsr9518adk80d text 612468 612466 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section bdee512 6eaf5a1 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367730 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051796 1051798 2 0.0
bl602+rpc (read/write) 1415158 1415158 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083680 1083680 0 0.0
bl702 lighting-app bl702 (read/write) 1178723 1178719 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151280 151280 0 0.0
.debug_frame 556432 556432 0 0.0
.debug_info 41919551 41919549 -2 -0.0
.debug_line 5612196 5612196 0 0.0
.debug_loc 3821638 3821638 0 0.0
.debug_ranges 397320 397320 0 0.0
.debug_str 4381823 4381823 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945850 945846 -4 -0.0
bl702+rpc (read/write) 1277351 1277355 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717665 1717665 0 0.0
.debug_aranges 159792 159792 0 0.0
.debug_frame 585284 585284 0 0.0
.debug_info 47110032 47110033 1 0.0
.debug_line 6039488 6039488 0 0.0
.debug_loc 4027468 4027468 0 0.0
.debug_ranges 423064 423064 0 0.0
.debug_str 4810463 4810463 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020238 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159104 1159100 -4 -0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145424 145424 0 0.0
.debug_frame 535064 535064 0 0.0
.debug_info 41912901 41912900 -1 -0.0
.debug_line 5518094 5518094 0 0.0
.debug_loc 3754237 3754237 0 0.0
.debug_ranges 402216 402216 0 0.0
.debug_str 4392517 4392517 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934410 934408 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608306 608306 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948503 948503 0 0.0
.debug_aranges 119832 119832 0 0.0
.debug_frame 409352 409352 0 0.0
.debug_info 20030060 20030060 0 0.0
.debug_line 2885742 2885742 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740746 1740746 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108223 108223 0 0.0
.debug_str 3825107 3825107 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501268 501268 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545519 0 0.0
.app_xip_area 437977 437977 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530575 530575 0 0.0
.app_xip_area 418057 418057 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568615 0 0.0
.app_xip_area 462161 462161 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541759 541759 0 0.0
.app_xip_area 432353 432353 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005052 0 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 820080 820080 0 0.0
BRD4187C (read/write) 1030112 1030112 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864924 864924 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080760 0 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901792 901792 0 0.0
window-app BRD4187C (read/write) 1100456 1100456 0 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952364 0 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089228 2 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089226 1089228 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135835 1135835 0 0.0
(read/write) 497174 497174 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246296 0 0.0
.flash.text 1130451 1130451 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586652 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586116 0 0.0
light k32w0+release (read only) 585356 585356 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584820 0 0.0
lock k32w0+release (read only) 557932 557932 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557396 557396 0 0.0
linux all-clusters-app debug (read only) 3345269 3345269 0 0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233448 0 0.0
.text 2918981 2918981 0 0.0
all-clusters-minimal-app debug (read only) 3058621 3058621 0 0.0
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224552 0 0.0
.text 2647189 2647189 0 0.0
bridge-app debug (read only) 2527149 2527149 0 0.0
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173064 0 0.0
.text 2180949 2180949 0 0.0
chip-tool debug (read only) 18400473 18400473 0 0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810049 0 0.0
.text 15615779 15615779 0 0.0
chip-tool-ipv6only arm64 (read only) 17698368 17698368 0 0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718592 0 0.0
.text 14820548 14820548 0 0.0
lighting-app debug+rpc+ui (read only) 5211817 5211817 0 0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329556 329556 0 0.0
.text 4642483 4642483 0 0.0
lock-app debug (read only) 2619845 2619845 0 0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200552 0 0.0
.text 2254325 2254325 0 0.0
ota-provider-app debug (read only) 2216189 2216189 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154184 0 0.0
.text 1919669 1919669 0 0.0
ota-requestor-app debug (read only) 2385141 2385141 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158248 0 0.0
.text 2075685 2075685 0 0.0
shell debug (read only) 2881393 2881393 0 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2510994 2510994 0 0.0
thermostat-no-ble arm64 (read only) 2611676 2611676 0 0.0
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215716 2215716 0 0.0
tv-app debug (read only) 3322161 3322161 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222872 0 0.0
.text 2902290 2902290 0 0.0
tv-casting-app debug (read only) 9322073 9322073 0 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331308 0 0.0
.text 8555762 8555762 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224940 0 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851056 851056 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326084 1326084 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762616 762616 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151920 1151920 0 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807600 807600 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746620 1746620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314554 1314554 0 0.0
.debug_aranges 151336 151336 0 0.0
.debug_frame 507020 507020 0 0.0
.debug_info 29732537 29732536 -1 -0.0
.debug_line 4093591 4093591 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346236 2346236 0 0.0
.debug_rnglists 146741 146741 0 0.0
.debug_str 4435020 4435020 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546252 1546252 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1664972 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282284 1282284 0 0.0
.debug_aranges 148568 148568 0 0.0
.debug_frame 502816 502816 0 0.0
.debug_info 28449015 28449015 0 0.0
.debug_line 4046714 4046714 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304479 2304479 0 0.0
.debug_rnglists 143491 143491 0 0.0
.debug_str 4377191 4377191 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597644 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1119162 1119162 0 0.0
.debug_aranges 138928 138928 0 0.0
.debug_frame 466784 466784 0 0.0
.debug_info 23218215 23218213 -2 -0.0
.debug_line 3618551 3618551 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145580 2145580 0 0.0
.debug_rnglists 133525 133525 0 0.0
.debug_str 4190942 4190942 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405332 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101368 1101368 0 0.0
.debug_aranges 137024 137024 0 0.0
.debug_frame 460044 460044 0 0.0
.debug_info 22916084 22916084 0 0.0
.debug_line 3553836 3553836 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114160 2114160 0 0.0
.debug_rnglists 131049 131049 0 0.0
.debug_str 4146126 4146126 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172504 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619344 0 0.0
lock-app qpg6105+debug (read/write) 1130616 1130608 -8 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577452 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050788 1050788 0 0.0
bss 98292 98292 0 0.0
text 721638 721638 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965160 965152 -8 -0.0
bss 96288 96288 0 0.0
text 668182 668180 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930560 930560 0 0.0
bss 100312 100312 0 0.0
text 643234 643236 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862252 862252 0 0.0
bss 89972 89972 0 0.0
text 586396 586398 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890864 890864 0 0.0
bss 90516 90516 0 0.0
text 611858 611860 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969116 969116 0 0.0
bss 98652 98652 0 0.0
text 682150 682152 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980488 980488 0 0.0
bss 102900 102900 0 0.0
text 689670 689670 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038600 1038600 0 0.0
bss 100208 100208 0 0.0
text 727042 727042 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069964 1069964 0 0.0
bss 111292 111292 0 0.0
text 747190 747190 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917364 917364 0 0.0
bss 90636 90636 0 0.0
text 615062 615062 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884860 884860 0 0.0
bss 91248 91248 0 0.0
text 608250 608252 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867852 867852 0 0.0
bss 90104 90104 0 0.0
text 592158 592156 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854872 854872 0 0.0
bss 89904 89904 0 0.0
text 582500 582500 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851028 851028 0 0.0
bss 89812 89812 0 0.0
text 578132 578130 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896940 896940 0 0.0
bss 90348 90348 0 0.0
text 617546 617546 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892312 892312 0 0.0
bss 90640 90640 0 0.0
text 612468 612466 -2 -0.0

src/app/ota_image_tool.py Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jul 11, 2023

PR #27881: Size comparison from aaa2542 to 3fb0309

Increases (9 builds for cc32xx, esp32, psoc6, qpg, telink)
platform target config section aaa2542 3fb0309 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20030061 20030062 1 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089228 2 0.0
.flash.text 1089226 1089228 2 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28449014 28449015 1 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172504 8 0.0
.text 619336 619344 8 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 668418 668420 2 0.0
light-switch-app tlsr9518adk80d text 612138 612140 2 0.0
lighting-app-shell tlsr9518adk80d text 747418 747420 2 0.0
lock-app tlsr9518adk80d text 615342 615344 2 0.0
temperature-measurement-app tlsr9518adk80d text 578406 578408 2 0.0
Decreases (10 builds for bl602, esp32, nrfconnect, psoc6, telink)
platform target config section aaa2542 3fb0309 change % change
bl602 lighting-app bl602+rpc (read/write) 1415166 1415158 -8 -0.0
.text 1083682 1083680 -2 -0.0
esp32 all-clusters-app m5stack (read/write) 497178 497174 -4 -0.0
.flash.rodata 246300 246296 -4 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 851056 851052 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326084 1326068 -16 -0.0
text 762616 762612 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23218214 23218213 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22916086 22916084 -2 -0.0
telink lighting-app-factory-data tlsr9518adk80d text 689900 689898 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 727272 727270 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 885172 885164 -8 -0.0
text 608490 608486 -4 -0.0
pump-app tlsr9518adk80d text 592434 592432 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section aaa2542 3fb0309 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367730 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051798 1051798 0 0.0
bl602+rpc (read/write) 1415166 1415158 -8 -0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083682 1083680 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178719 1178719 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151280 151280 0 0.0
.debug_frame 556432 556432 0 0.0
.debug_info 41919549 41919549 0 0.0
.debug_line 5612196 5612196 0 0.0
.debug_loc 3821638 3821638 0 0.0
.debug_ranges 397320 397320 0 0.0
.debug_str 4381823 4381823 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945846 0 0.0
bl702+rpc (read/write) 1277355 1277355 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717665 1717665 0 0.0
.debug_aranges 159792 159792 0 0.0
.debug_frame 585284 585284 0 0.0
.debug_info 47110033 47110033 0 0.0
.debug_line 6039488 6039488 0 0.0
.debug_loc 4027468 4027468 0 0.0
.debug_ranges 423064 423064 0 0.0
.debug_str 4810463 4810463 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020238 1020238 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159100 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145424 145424 0 0.0
.debug_frame 535064 535064 0 0.0
.debug_info 41912899 41912899 0 0.0
.debug_line 5518094 5518094 0 0.0
.debug_loc 3754237 3754237 0 0.0
.debug_ranges 402216 402216 0 0.0
.debug_str 4392517 4392517 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934406 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608306 608306 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948503 948503 0 0.0
.debug_aranges 119832 119832 0 0.0
.debug_frame 409352 409352 0 0.0
.debug_info 20030061 20030062 1 0.0
.debug_line 2885742 2885742 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740746 1740746 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108223 108223 0 0.0
.debug_str 3825107 3825107 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501268 501268 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545519 0 0.0
.app_xip_area 437977 437977 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530575 530575 0 0.0
.app_xip_area 418057 418057 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568615 0 0.0
.app_xip_area 462161 462161 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541759 541759 0 0.0
.app_xip_area 432353 432353 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005052 0 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 820080 820080 0 0.0
BRD4187C (read/write) 1030112 1030112 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864924 864924 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080760 0 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901792 901792 0 0.0
window-app BRD4187C (read/write) 1100456 1100456 0 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952364 0 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089228 2 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089226 1089228 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135835 1135835 0 0.0
(read/write) 497178 497174 -4 -0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246300 246296 -4 -0.0
.flash.text 1130451 1130451 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586652 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586116 0 0.0
light k32w0+release (read only) 585356 585356 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584820 0 0.0
lock k32w0+release (read only) 557932 557932 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557396 557396 0 0.0
linux all-clusters-app debug (read only) 3345269 3345269 0 0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233448 0 0.0
.text 2918981 2918981 0 0.0
all-clusters-minimal-app debug (read only) 3058621 3058621 0 0.0
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224552 0 0.0
.text 2647189 2647189 0 0.0
bridge-app debug (read only) 2527149 2527149 0 0.0
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173064 0 0.0
.text 2180949 2180949 0 0.0
chip-tool debug (read only) 18400473 18400473 0 0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810049 0 0.0
.text 15615779 15615779 0 0.0
chip-tool-ipv6only arm64 (read only) 17698368 17698368 0 0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718592 0 0.0
.text 14820548 14820548 0 0.0
lighting-app debug+rpc+ui (read only) 5211817 5211817 0 0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329556 329556 0 0.0
.text 4642483 4642483 0 0.0
lock-app debug (read only) 2619845 2619845 0 0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200552 0 0.0
.text 2254325 2254325 0 0.0
ota-provider-app debug (read only) 2216189 2216189 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154184 0 0.0
.text 1919669 1919669 0 0.0
ota-requestor-app debug (read only) 2385141 2385141 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158248 0 0.0
.text 2075685 2075685 0 0.0
shell debug (read only) 2881393 2881393 0 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2510994 2510994 0 0.0
thermostat-no-ble arm64 (read only) 2611676 2611676 0 0.0
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215716 2215716 0 0.0
tv-app debug (read only) 3322161 3322161 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222872 0 0.0
.text 2902290 2902290 0 0.0
tv-casting-app debug (read only) 9322073 9322073 0 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331308 0 0.0
.text 8555762 8555762 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224940 0 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851056 851052 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326084 1326068 -16 -0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762616 762612 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151920 1151920 0 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807600 807600 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746620 1746620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314554 1314554 0 0.0
.debug_aranges 151336 151336 0 0.0
.debug_frame 507020 507020 0 0.0
.debug_info 29732536 29732536 0 0.0
.debug_line 4093591 4093591 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346236 2346236 0 0.0
.debug_rnglists 146741 146741 0 0.0
.debug_str 4435020 4435020 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546252 1546252 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1664972 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282284 1282284 0 0.0
.debug_aranges 148568 148568 0 0.0
.debug_frame 502816 502816 0 0.0
.debug_info 28449014 28449015 1 0.0
.debug_line 4046714 4046714 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304479 2304479 0 0.0
.debug_rnglists 143491 143491 0 0.0
.debug_str 4377191 4377191 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597644 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1119162 1119162 0 0.0
.debug_aranges 138928 138928 0 0.0
.debug_frame 466784 466784 0 0.0
.debug_info 23218214 23218213 -1 -0.0
.debug_line 3618551 3618551 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145580 2145580 0 0.0
.debug_rnglists 133525 133525 0 0.0
.debug_str 4190942 4190942 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405332 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101368 1101368 0 0.0
.debug_aranges 137024 137024 0 0.0
.debug_frame 460044 460044 0 0.0
.debug_info 22916086 22916084 -2 -0.0
.debug_line 3553836 3553836 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114160 2114160 0 0.0
.debug_rnglists 131049 131049 0 0.0
.debug_str 4146126 4146126 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172504 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619336 619344 8 0.0
lock-app qpg6105+debug (read/write) 1130616 1130616 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577460 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051092 1051092 0 0.0
bss 98292 98292 0 0.0
text 721874 721874 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965464 965464 0 0.0
bss 96288 96288 0 0.0
text 668418 668420 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930852 930852 0 0.0
bss 100308 100308 0 0.0
text 643468 643468 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862596 862596 0 0.0
bss 89972 89972 0 0.0
text 586676 586676 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891208 891208 0 0.0
bss 90516 90516 0 0.0
text 612138 612140 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969408 969408 0 0.0
bss 98648 98648 0 0.0
text 682380 682380 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980780 980780 0 0.0
bss 102896 102896 0 0.0
text 689900 689898 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038892 1038892 0 0.0
bss 100204 100204 0 0.0
text 727272 727270 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070256 1070256 0 0.0
bss 111288 111288 0 0.0
text 747418 747420 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917708 917708 0 0.0
bss 90636 90636 0 0.0
text 615342 615344 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 885172 885164 -8 -0.0
bss 91248 91248 0 0.0
text 608490 608486 -4 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868196 868196 0 0.0
bss 90104 90104 0 0.0
text 592434 592432 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 855216 855216 0 0.0
bss 89904 89904 0 0.0
text 582778 582778 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851372 851372 0 0.0
bss 89812 89812 0 0.0
text 578406 578408 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897284 897284 0 0.0
bss 90348 90348 0 0.0
text 617822 617822 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892664 892664 0 0.0
bss 90640 90640 0 0.0
text 612748 612748 0 0.0

@woody-apple
Copy link
Contributor

@Damian-Nordic Sorry, looks like you have a merge conflict now :(

@github-actions
Copy link

github-actions bot commented Jul 12, 2023

PR #27881: Size comparison from 9bf0fe6 to a95bf0d

Increases (10 builds for bl602, bl702, psoc6, telink)
platform target config section 9bf0fe6 a95bf0d change % change
bl602 lighting-app bl602 .text 1051990 1051992 2 0.0
bl602+rpc .text 1083874 1083876 2 0.0
bl702 lighting-app bl702+rpc (read/write) 1277547 1277551 4 0.0
.debug_info 47286898 47286900 2 0.0
.text 1020430 1020434 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29932547 29932548 1 0.0
lock cy8ckit_062s2_43012 .debug_info 23074334 23074335 1 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1051140 1051148 8 0.0
text 721926 721930 4 0.0
light-switch-app tlsr9518adk80d text 612190 612194 4 0.0
lock-app tlsr9518adk80d text 615394 615396 2 0.0
pump-app tlsr9518adk80d text 592486 592488 2 0.0
pump-controller-app tlsr9518adk80d text 582832 582834 2 0.0
Decreases (12 builds for bl702, bl702l, esp32, nrfconnect, psoc6, qpg, telink)
platform target config section 9bf0fe6 a95bf0d change % change
bl702 lighting-app bl702 (read/write) 1178915 1178911 -4 -0.0
.debug_info 42083894 42083892 -2 -0.0
.text 946044 946040 -4 -0.0
bl702l lighting-app bl702l (read/write) 1159296 1159292 -4 -0.0
.debug_info 42077244 42077242 -2 -0.0
.text 934604 934600 -4 -0.0
esp32 all-clusters-app c3devkit (read only) 1089280 1089278 -2 -0.0
.flash.text 1089280 1089278 -2 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 762612 762608 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23375947 23375945 -2 -0.0
qpg lock-app qpg6105+debug (read/write) 1130616 1130608 -8 -0.0
.text 577460 577452 -8 -0.0
telink bridge-app tlsr9518adk80d text 643522 643520 -2 -0.0
contact-sensor-app tlsr9518adk80d text 586732 586730 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 727328 727324 -4 -0.0
lighting-app-shell tlsr9518adk80d text 747476 747474 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 578464 578462 -2 -0.0
thermostat tlsr9518adk80d (read/write) 897340 897332 -8 -0.0
text 617880 617876 -4 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 9bf0fe6 a95bf0d change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051990 1051992 2 0.0
bl602+rpc (read/write) 1415358 1415358 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083874 1083876 2 0.0
bl702 lighting-app bl702 (read/write) 1178915 1178911 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1556703 1556703 0 0.0
.debug_aranges 151296 151296 0 0.0
.debug_frame 556512 556512 0 0.0
.debug_info 42083894 42083892 -2 -0.0
.debug_line 5617399 5617399 0 0.0
.debug_loc 3822821 3822821 0 0.0
.debug_ranges 397504 397504 0 0.0
.debug_str 4382598 4382598 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946044 946040 -4 -0.0
bl702+rpc (read/write) 1277547 1277551 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1723262 1723262 0 0.0
.debug_aranges 159808 159808 0 0.0
.debug_frame 585364 585364 0 0.0
.debug_info 47286898 47286900 2 0.0
.debug_line 6044999 6044999 0 0.0
.debug_loc 4028681 4028681 0 0.0
.debug_ranges 423248 423248 0 0.0
.debug_str 4812986 4812986 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020430 1020434 4 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159296 1159292 -4 -0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1557606 1557606 0 0.0
.debug_aranges 145440 145440 0 0.0
.debug_frame 535144 535144 0 0.0
.debug_info 42077244 42077242 -2 -0.0
.debug_line 5523315 5523315 0 0.0
.debug_loc 3755496 3755496 0 0.0
.debug_ranges 402400 402400 0 0.0
.debug_str 4393292 4393292 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934604 934600 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608394 608394 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951471 951471 0 0.0
.debug_aranges 119856 119856 0 0.0
.debug_frame 409452 409452 0 0.0
.debug_info 20182633 20182633 0 0.0
.debug_line 2892028 2892028 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1741980 1741980 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108283 108283 0 0.0
.debug_str 3825444 3825444 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501356 501356 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545527 545527 0 0.0
.app_xip_area 437985 437985 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530583 530583 0 0.0
.app_xip_area 418065 418065 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568607 568607 0 0.0
.app_xip_area 462153 462153 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541759 541759 0 0.0
.app_xip_area 432353 432353 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005164 1005164 0 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 820192 820192 0 0.0
BRD4187C (read/write) 1030112 1030112 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864924 864924 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080744 1080744 0 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901776 901776 0 0.0
window-app BRD4187C (read/write) 1100568 1100568 0 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952476 952476 0 0.0
esp32 all-clusters-app c3devkit (read only) 1089280 1089278 -2 -0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089280 1089278 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135827 1135827 0 0.0
(read/write) 497174 497174 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246296 0 0.0
.flash.text 1130443 1130443 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586652 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586116 0 0.0
light k32w0+release (read only) 585356 585356 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584820 0 0.0
lock k32w0+release (read only) 557932 557932 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557396 557396 0 0.0
linux all-clusters-app debug (read only) 5158841 5158841 0 0.0
(read/write) 244736 244736 0 0.0
.bss 127520 127520 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 105632 105632 0 0.0
.dynamic 624 624 0 0.0
.got 5400 5400 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 278862 278862 0 0.0
.text 4645171 4645171 0 0.0
all-clusters-minimal-app debug (read only) 4873217 4873217 0 0.0
(read/write) 230464 230464 0 0.0
.bss 125408 125408 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 93632 93632 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 269838 269838 0 0.0
.text 4374275 4374275 0 0.0
bridge-app debug (read only) 2744065 2744065 0 0.0
(read/write) 132160 132160 0 0.0
.bss 50424 50424 0 0.0
.data 4976 4976 0 0.0
.data.rel.ro 70656 70656 0 0.0
.dynamic 624 624 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 212360 212360 0 0.0
.text 2355363 2355363 0 0.0
chip-tool debug (read only) 18524817 18524817 0 0.0
(read/write) 1054256 1054256 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 948208 948208 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 827401 827401 0 0.0
.text 15717347 15717347 0 0.0
chip-tool-ipv6only arm64 (read only) 17809392 17809392 0 0.0
(read/write) 1121848 1121848 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 985424 985424 0 0.0
.dynamic 560 560 0 0.0
.got 23512 23512 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 734208 734208 0 0.0
.text 14910468 14910468 0 0.0
lighting-app debug+rpc+ui (read only) 5212729 5212729 0 0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 331668 331668 0 0.0
.text 4641283 4641283 0 0.0
lock-app debug (read only) 4434513 4434513 0 0.0
(read/write) 201048 201048 0 0.0
.bss 112528 112528 0 0.0
.data 4048 4048 0 0.0
.data.rel.ro 77712 77712 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 245198 245198 0 0.0
.text 3982227 3982227 0 0.0
ota-provider-app debug (read only) 4022761 4022761 0 0.0
(read/write) 187704 187704 0 0.0
.bss 111712 111712 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 65904 65904 0 0.0
.dynamic 624 624 0 0.0
.got 4504 4504 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 198638 198638 0 0.0
.text 3639395 3639395 0 0.0
ota-requestor-app debug (read only) 4201289 4201289 0 0.0
(read/write) 195496 195496 0 0.0
.bss 114176 114176 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 70744 70744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 202894 202894 0 0.0
.text 3804947 3804947 0 0.0
shell debug (read only) 2883729 2883729 0 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 203730 203730 0 0.0
.text 2511186 2511186 0 0.0
thermostat-no-ble arm64 (read only) 4408128 4408128 0 0.0
(read/write) 241432 241432 0 0.0
.bss 121000 121000 0 0.0
.data 3192 3192 0 0.0
.data.rel.ro 100984 100984 0 0.0
.dynamic 560 560 0 0.0
.got 11800 11800 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160620 160620 0 0.0
.text 3913380 3913380 0 0.0
tv-app debug (read only) 5160105 5160105 0 0.0
(read/write) 345464 345464 0 0.0
.bss 238432 238432 0 0.0
.data 6224 6224 0 0.0
.data.rel.ro 93448 93448 0 0.0
.dynamic 624 624 0 0.0
.got 5592 5592 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 269950 269950 0 0.0
.text 4652195 4652195 0 0.0
tv-casting-app debug (read only) 9544345 9544345 0 0.0
(read/write) 224000 224000 0 0.0
.bss 52224 52224 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 162184 162184 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 372548 372548 0 0.0
.text 8733267 8733267 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224940 0 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851060 851060 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326068 1326068 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762612 762608 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151920 1151920 0 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807604 807604 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746732 1746732 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1318230 1318230 0 0.0
.debug_aranges 151360 151360 0 0.0
.debug_frame 507120 507120 0 0.0
.debug_info 29932547 29932548 1 0.0
.debug_line 4098832 4098832 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2347485 2347485 0 0.0
.debug_rnglists 146801 146801 0 0.0
.debug_str 4435357 4435357 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546364 1546364 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1665084 1665084 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1285895 1285895 0 0.0
.debug_aranges 148592 148592 0 0.0
.debug_frame 502916 502916 0 0.0
.debug_info 28641840 28641840 0 0.0
.debug_line 4051823 4051823 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2305728 2305728 0 0.0
.debug_rnglists 143551 143551 0 0.0
.debug_str 4377528 4377528 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466564 1466564 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597756 1597756 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122122 1122122 0 0.0
.debug_aranges 138952 138952 0 0.0
.debug_frame 466884 466884 0 0.0
.debug_info 23375947 23375945 -2 -0.0
.debug_line 3623109 3623109 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2146829 2146829 0 0.0
.debug_rnglists 133585 133585 0 0.0
.debug_str 4191279 4191279 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405444 1405444 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628652 1628652 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104389 1104389 0 0.0
.debug_aranges 137048 137048 0 0.0
.debug_frame 460144 460144 0 0.0
.debug_info 23074334 23074335 1 0.0
.debug_line 3558492 3558492 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2115409 2115409 0 0.0
.debug_rnglists 131109 131109 0 0.0
.debug_str 4146463 4146463 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408884 1408884 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172504 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619344 0 0.0
lock-app qpg6105+debug (read/write) 1130616 1130608 -8 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577452 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051140 1051148 8 0.0
bss 98292 98292 0 0.0
text 721926 721930 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965520 965520 0 0.0
bss 96288 96288 0 0.0
text 668474 668474 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930908 930908 0 0.0
bss 100308 100308 0 0.0
text 643522 643520 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862652 862652 0 0.0
bss 89972 89972 0 0.0
text 586732 586730 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891264 891264 0 0.0
bss 90516 90516 0 0.0
text 612190 612194 4 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969464 969464 0 0.0
bss 98648 98648 0 0.0
text 682436 682436 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980836 980836 0 0.0
bss 102896 102896 0 0.0
text 689950 689950 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038948 1038948 0 0.0
bss 100204 100204 0 0.0
text 727328 727324 -4 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070312 1070312 0 0.0
bss 111288 111288 0 0.0
text 747476 747474 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917764 917764 0 0.0
bss 90636 90636 0 0.0
text 615394 615396 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 885220 885220 0 0.0
bss 91248 91248 0 0.0
text 608542 608542 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868252 868252 0 0.0
bss 90104 90104 0 0.0
text 592486 592488 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 855272 855272 0 0.0
bss 89904 89904 0 0.0
text 582832 582834 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851428 851428 0 0.0
bss 89812 89812 0 0.0
text 578464 578462 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897340 897332 -8 -0.0
bss 90348 90348 0 0.0
text 617880 617876 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892720 892720 0 0.0
bss 90640 90640 0 0.0
text 612802 612802 0 0.0

@mergify mergify bot merged commit ab4509c into project-chip:master Jul 12, 2023
49 checks passed
@DamMicSzm DamMicSzm deleted the flake8-fix-tools branch July 13, 2023 08:19
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.

6 participants