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

Update the RegulatoryLocation and LocationCapability get and set logic #23579

Merged

Conversation

Jerry-ESP
Copy link
Contributor

@Jerry-ESP Jerry-ESP commented Nov 11, 2022

Currently interfaces for get and set RegulatoryLocation, LocationCapability are uncorrectly, the value we read out is not what we write but a fixed value, so I changed the logic according to spec.

In this PR

  1. Add macro CONFIG_ENABLE_ESP32_LOCATIONCAPABILITY to enable or disable read LocationCapability from flash.
  2. Add kConfigKey_LocationCapability defination into ChipFactory namespace.
  3. Get RegulatoryLocation from flash instead of fixed value.

fix #23580:

@Jerry-ESP Jerry-ESP force-pushed the ESP32/add-RegulatoryLocation-init branch from 0dab361 to 7041fad Compare November 11, 2022 07:09
@github-actions
Copy link

github-actions bot commented Nov 11, 2022

PR #23579: Size comparison from 008df4d to 7522e43

Increases (4 builds for esp32, telink)
platform target config section 008df4d 7522e43 change % change
esp32 all-clusters-app c3devkit (read only) 1224290 1224538 248 0.0
(read/write) 1788606 1788646 40 0.0
.dram0.bss 76944 76952 8 0.0
.flash.rodata 258176 258200 24 0.0
.flash.text 1224290 1224538 248 0.0
m5stack (read only) 1234187 1234299 112 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228915 112 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790692 790700 8 0.0
text 554148 554150 2 0.0
lighting-app tlsr9518adk80d text 624112 624116 4 0.0
Decreases (3 builds for psoc6, qpg, telink)
platform target config section 008df4d 7522e43 change % change
psoc6 light cy8ckit_062s2_43012 .debug_info 22225723 22225722 -1 -0.0
qpg lock-app qpg6105+debug (read/write) 1115060 1115052 -8 -0.0
.text 562156 562148 -8 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 612690 612688 -2 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 008df4d 7522e43 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 1059188 1059188 0 0.0
bl602+rpc (read/write) 1421082 1421082 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090682 1090682 0 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 5271709 0 0.0
.debug_loc 3367110 3367110 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462152 3462152 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 43430529 43430529 0 0.0
.debug_line 5667078 5667078 0 0.0
.debug_loc 3561346 3561346 0 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859441 3859441 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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
1029216 1029216 0 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 676295 0 0.0
(read/write) 172808 172808 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598544 0 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 587230 0 0.0
.app_xip_area 463440 463440 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) 591338 591338 0 0.0
.app_xip_area 462252 462252 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) 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) 1034704 1034704 0 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 845940 845940 0 0.0
BRD4187C (read/write) 1146552 1146552 0 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 980792 980792 0 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160120 0 0.0
.bss 158256 158256 0 0.0
.data 2020 2020 0 0.0
.text 999820 999820 0 0.0
window-app BRD4187C (read/write) 1139772 1139772 0 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 972572 972572 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224538 248 0.0
(read/write) 1788606 1788646 40 0.0
.dram0.bss 76944 76952 8 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258176 258200 24 0.0
.flash.text 1224290 1224538 248 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234299 112 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228915 112 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 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) 2392092 2392092 0 0.0
(read/write) 143777 143777 0 0.0
.bss 55393 55393 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77328 77328 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 144724 144724 0 0.0
.text 2004000 2004000 0 0.0
mbed 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
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
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 27023894 27023894 0 0.0
.debug_line 3685941 3685941 0 0.0
.debug_loc 3603743 3603743 0 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431043 3431043 0 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570257 0 0.0
.symtab 421440 421440 0 0.0
.text 1546480 1546480 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) 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 26760523 0 0.0
.debug_line 3706925 3706925 0 0.0
.debug_loc 3591380 3591380 0 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420063 3420063 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 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 22225723 22225722 -1 -0.0
.debug_line 3276050 3276050 0 0.0
.debug_loc 3288865 3288865 0 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225598 3225598 0 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 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 1640964 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 1063995 1063995 0 0.0
.debug_aranges 102776 102776 0 0.0
.debug_frame 346552 346552 0 0.0
.debug_info 22459349 22459349 0 0.0
.debug_line 3273170 3273170 0 0.0
.debug_loc 3316718 3316718 0 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244969 3244969 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473074 0 0.0
.symtab 377936 377936 0 0.0
.text 1445128 1445128 0 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 1115052 -8 -0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562148 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937352 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648704 648704 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875344 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612690 612688 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 790692 790700 8 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554148 554150 2 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874924 0 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624112 624116 4 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805192 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565530 0 0.0

@Jerry-ESP Jerry-ESP changed the title [ESP32] Add RegulatoryLocation and LocationCapability value init and get function Update the RegulatoryLocation and LocationCapability get and set logic Nov 11, 2022
@github-actions
Copy link

github-actions bot commented Nov 11, 2022

PR #23579: Size comparison from 008df4d to 68b87d9

Increases (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 008df4d 68b87d9 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.text 1059188 1059246 58 0.0
bl602+rpc (read/write) 1421082 1421138 56 0.0
.text 1090682 1090744 62 0.0
bl702 lighting-app bl702 (read/write) 1195127 1195191 64 0.0
.debug_frame 485212 485220 8 0.0
.debug_info 39161306 39161509 203 0.0
.debug_line 5271709 5271811 102 0.0
.debug_loc 3367110 3367192 82 0.0
.text 955516 955578 62 0.0
bl702+rpc (read/write) 1283267 1283331 64 0.0
.debug_frame 512416 512424 8 0.0
.debug_info 43430529 43430731 202 0.0
.debug_line 5667078 5667180 102 0.0
.debug_loc 3561346 3561428 82 0.0
.text 1029216 1029276 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678227 64 0.0
.text 588000 588064 64 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642523 64 0.0
.text 563152 563216 64 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676359 64 0.0
.text 598544 598608 64 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688807 64 0.0
.text 597500 597564 64 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669446 64 0.0
.text 582468 582532 64 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 0.0
lock cyw930739m2evb_01 (read/write) 591338 591386 48 0.0
.app_xip_area 462252 462300 48 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543762 48 0.0
.app_xip_area 425444 425492 48 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974236 64 0.0
.text 819724 819788 64 0.0
BRD4161A+rs911x (read/write) 1034704 1034752 48 0.0
.text 845940 845988 48 0.0
BRD4187C (read/write) 1146552 1146600 48 0.0
.text 980792 980840 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160168 48 0.0
.text 999820 999868 48 0.0
window-app BRD4187C (read/write) 1139772 1139820 48 0.0
.text 972572 972620 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224406 116 0.0
(read/write) 1788606 1788638 32 0.0
.dram0.bss 76944 76952 8 0.0
.flash.rodata 258176 258192 16 0.0
.flash.text 1224290 1224406 116 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564444 24 0.0
.dram0.bss 82320 82328 8 0.0
.flash.rodata 315136 315152 16 0.0
.flash.text 1228803 1228815 12 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671864 64 0.0
.text 592100 592164 64 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.text 552876 552924 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452400 64 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
text 805532 805588 56 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746244 1746292 48 0.0
.debug_frame 371284 371296 12 0.0
.debug_info 27023894 27024190 296 0.0
.debug_line 3685941 3686050 109 0.0
.debug_loc 3603743 3603813 70 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688780 1688844 64 0.0
.debug_frame 374364 374376 12 0.0
.debug_info 26760523 26760820 297 0.0
.debug_line 3706925 3707034 109 0.0
.debug_loc 3591380 3591450 70 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489816 64 0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1607004 48 0.0
.debug_frame 344676 344688 12 0.0
.debug_info 22225723 22226021 298 0.0
.debug_line 3276050 3276159 109 0.0
.debug_loc 3288865 3288935 70 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 0.0
lock cy8ckit_062s2_43012 (read/write) 1640964 1641028 64 0.0
.debug_frame 346552 346564 12 0.0
.debug_info 22459349 22459644 295 0.0
.debug_line 3273170 3273279 109 0.0
.debug_loc 3316718 3316788 70 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445192 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937424 72 0.0
text 648704 648774 70 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
text 612690 612760 70 0.0
light-switch-app tlsr9518adk80d (read/write) 790692 790772 80 0.0
text 554148 554224 76 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
text 624112 624186 74 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
text 565530 565600 70 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 008df4d 68b87d9 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173308 -64 -0.0
lock-ftd LP_CC2652R7 (read/write) 172808 172744 -64 -0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183484 -56 -0.0
pump-app LP_CC2652R7 (read/write) 161096 161032 -64 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176908 176852 -56 -0.0
shell LP_CC2652R7 (read/write) 184472 184408 -64 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 008df4d 68b87d9 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059188 1059246 58 0.0
bl602+rpc (read/write) 1421082 1421138 56 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090682 1090744 62 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195191 64 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 485220 8 0.0
.debug_info 39161306 39161509 203 0.0
.debug_line 5271709 5271811 102 0.0
.debug_loc 3367110 3367192 82 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462152 3462152 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 955578 62 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283331 64 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 512424 8 0.0
.debug_info 43430529 43430731 202 0.0
.debug_line 5667078 5667180 102 0.0
.debug_loc 3561346 3561428 82 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859441 3859441 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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
1029216 1029276 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678227 64 0.0
(read/write) 173372 173308 -64 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588064 64 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642523 64 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 563216 64 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676359 64 0.0
(read/write) 172808 172744 -64 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598608 64 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
(read/write) 183540 183484 -56 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688807 64 0.0
(read/write) 161096 161032 -64 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597564 64 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
(read/write) 176908 176852 -56 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669446 64 0.0
(read/write) 184472 184408 -64 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582532 64 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 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 591386 48 0.0
.app_xip_area 462252 462300 48 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 543762 48 0.0
.app_xip_area 425444 425492 48 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 974236 64 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819788 64 0.0
BRD4161A+rs911x (read/write) 1034704 1034752 48 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 845940 845988 48 0.0
BRD4187C (read/write) 1146552 1146600 48 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 980792 980840 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160168 48 0.0
.bss 158256 158256 0 0.0
.data 2020 2020 0 0.0
.text 999820 999868 48 0.0
window-app BRD4187C (read/write) 1139772 1139820 48 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 972572 972620 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224406 116 0.0
(read/write) 1788606 1788638 32 0.0
.dram0.bss 76944 76952 8 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258176 258192 16 0.0
.flash.text 1224290 1224406 116 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564444 24 0.0
.dram0.bss 82320 82328 8 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315152 16 0.0
.flash.text 1228803 1228815 12 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671864 64 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592164 64 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552924 48 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) 2392092 2392092 0 0.0
(read/write) 143777 143777 0 0.0
.bss 55393 55393 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77328 77328 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 144724 144724 0 0.0
.text 2004000 2004000 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452400 64 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805588 56 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746292 48 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 371296 12 0.0
.debug_info 27023894 27024190 296 0.0
.debug_line 3685941 3686050 109 0.0
.debug_loc 3603743 3603813 70 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431043 3431043 0 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570257 0 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 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) 1688780 1688844 64 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 374376 12 0.0
.debug_info 26760523 26760820 297 0.0
.debug_line 3706925 3707034 109 0.0
.debug_loc 3591380 3591450 70 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420063 3420063 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534346 534346 0 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489816 64 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 1607004 48 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 344688 12 0.0
.debug_info 22225723 22226021 298 0.0
.debug_line 3276050 3276159 109 0.0
.debug_loc 3288865 3288935 70 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225598 3225598 0 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470671 470671 0 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 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 1641028 64 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 346564 12 0.0
.debug_info 22459349 22459644 295 0.0
.debug_line 3273170 3273279 109 0.0
.debug_loc 3316718 3316788 70 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244969 3244969 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473074 0 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445192 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937424 72 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648704 648774 70 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612690 612760 70 0.0
light-switch-app tlsr9518adk80d (read/write) 790692 790772 80 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554148 554224 76 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624112 624186 74 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565600 70 0.0

@Jerry-ESP Jerry-ESP force-pushed the ESP32/add-RegulatoryLocation-init branch from 68b87d9 to d65aae2 Compare November 14, 2022 07:48
@github-actions
Copy link

github-actions bot commented Nov 14, 2022

PR #23579: Size comparison from 030bd45 to d65aae2

Increases (22 builds for bl702, cc13x2_26x2, k32w, mbed, nrfconnect, qpg, telink)
platform target config section 030bd45 d65aae2 change % change
bl702 lighting-app bl702 (read/write) 1195127 1195191 64 0.0
.debug_frame 485212 485220 8 0.0
.debug_info 39161305 39161454 149 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.text 955514 955576 62 0.0
bl702+rpc (read/write) 1283267 1283331 64 0.0
.debug_frame 512416 512424 8 0.0
.debug_info 43430527 43430675 148 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.text 1029212 1029272 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 0.0
.text 563152 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
.text 582468 582524 56 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.text 552876 552924 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452400 64 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187903 48 0.0
text 816982 817030 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
text 805532 805584 52 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937344 937416 72 0.0
text 648700 648772 72 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875408 64 0.0
text 612686 612756 70 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790764 64 0.0
text 554150 554220 70 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
text 624116 624184 68 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
text 565530 565600 70 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 030bd45 d65aae2 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173316 -56 -0.0
lock-ftd LP_CC2652R7 (read/write) 172808 172752 -56 -0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183484 -56 -0.0
pump-app LP_CC2652R7 (read/write) 161096 161040 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176908 176852 -56 -0.0
shell LP_CC2652R7 (read/write) 184472 184416 -56 -0.0
Full report (24 builds for bl702, cc13x2_26x2, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section 030bd45 d65aae2 change % change
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3262 3262 0 0.0
(read/write) 1195127 1195191 64 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 485220 8 0.0
.debug_info 39161305 39161454 149 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462152 3462152 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 955514 955576 62 0.0
bl702+rpc 0 0 0 0.0
(read only) 3262 3262 0 0.0
(read/write) 1283267 1283331 64 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 512424 8 0.0
.debug_info 43430527 43430675 148 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859441 3859441 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 1029212 1029272 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
(read/write) 173372 173316 -56 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 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 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
(read/write) 172808 172752 -56 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
(read/write) 183540 183484 -56 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
(read/write) 161096 161040 -56 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
(read/write) 176908 176852 -56 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
(read/write) 184472 184416 -56 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582524 56 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552924 48 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) 2392092 2392092 0 0.0
(read/write) 143777 143777 0 0.0
.bss 55393 55393 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77328 77328 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 144724 144724 0 0.0
.text 2004000 2004000 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452400 64 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187903 48 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817030 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805584 52 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937344 937416 72 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648700 648772 72 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875408 64 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612756 70 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790764 64 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554220 70 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624116 624184 68 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565600 70 0.0

@Jerry-ESP Jerry-ESP force-pushed the ESP32/add-RegulatoryLocation-init branch from d65aae2 to 0cd9c7e Compare November 14, 2022 11:14
@github-actions
Copy link

github-actions bot commented Nov 14, 2022

PR #23579: Size comparison from 030bd45 to 0cd9c7e

Increases (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, nrfconnect, psoc6, qpg, telink)
platform target config section 030bd45 0cd9c7e change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.text 1059186 1059246 60 0.0
bl602+rpc (read/write) 1421074 1421138 64 0.0
.text 1090678 1090740 62 0.0
bl702 lighting-app bl702 (read/write) 1195127 1195191 64 0.0
.debug_frame 485212 485220 8 0.0
.debug_info 39161305 39161453 148 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.text 955514 955574 60 0.0
bl702+rpc (read/write) 1283267 1283331 64 0.0
.debug_frame 512416 512424 8 0.0
.debug_info 43430527 43430677 150 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.text 1029212 1029276 64 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 0.0
.text 563152 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
.text 582468 582524 56 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 0.0
lock cyw930739m2evb_01 (read/write) 591338 591386 48 0.0
.app_xip_area 462252 462300 48 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543762 48 0.0
.app_xip_area 425444 425492 48 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974220 48 0.0
.text 819724 819772 48 0.0
BRD4161A+rs911x (read/write) 1034704 1034752 48 0.0
.text 845940 845988 48 0.0
BRD4187C (read/write) 1146552 1146600 48 0.0
.text 980792 980840 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160168 48 0.0
.text 999820 999868 48 0.0
window-app BRD4187C (read/write) 1139772 1139820 48 0.0
.text 972572 972620 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224400 110 0.0
(read/write) 1788614 1788646 32 0.0
.dram0.bss 76944 76952 8 0.0
.flash.rodata 258184 258200 16 0.0
.flash.text 1224290 1224400 110 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228815 12 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.text 552876 552924 48 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
text 805532 805584 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746244 1746292 48 0.0
.debug_frame 371284 371296 12 0.0
.debug_info 27023893 27024134 241 0.0
.debug_line 3685941 3686031 90 0.0
.debug_loc 3603743 3603813 70 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688780 1688828 48 0.0
.debug_frame 374364 374376 12 0.0
.debug_info 26760523 26760764 241 0.0
.debug_line 3706925 3707015 90 0.0
.debug_loc 3591380 3591450 70 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489800 48 0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1607004 48 0.0
.debug_frame 344676 344688 12 0.0
.debug_info 22225723 22225964 241 0.0
.debug_line 3276050 3276140 90 0.0
.debug_loc 3288865 3288935 70 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 0.0
lock cy8ckit_062s2_43012 (read/write) 1640964 1641012 48 0.0
.debug_frame 346552 346564 12 0.0
.debug_info 22459347 22459588 241 0.0
.debug_line 3273170 3273260 90 0.0
.debug_loc 3316718 3316788 70 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445176 48 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937344 937416 72 0.0
text 648700 648772 72 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
text 612686 612758 72 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790772 72 0.0
text 554150 554222 72 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
text 624116 624186 70 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805264 72 0.0
text 565530 565602 72 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 030bd45 0cd9c7e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173316 -56 -0.0
lock-ftd LP_CC2652R7 (read/write) 172808 172752 -56 -0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183484 -56 -0.0
pump-app LP_CC2652R7 (read/write) 161096 161040 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176908 176852 -56 -0.0
shell LP_CC2652R7 (read/write) 184472 184416 -56 -0.0
Full report (39 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 030bd45 0cd9c7e change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059246 60 0.0
bl602+rpc (read/write) 1421074 1421138 64 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090678 1090740 62 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195191 64 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 485220 8 0.0
.debug_info 39161305 39161453 148 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462152 3462152 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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
955514 955574 60 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283331 64 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 512424 8 0.0
.debug_info 43430527 43430677 150 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859441 3859441 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 1029276 64 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
(read/write) 173372 173316 -56 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 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 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
(read/write) 172808 172752 -56 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
(read/write) 183540 183484 -56 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
(read/write) 161096 161040 -56 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
(read/write) 176908 176852 -56 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
(read/write) 184472 184416 -56 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582524 56 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 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 591386 48 0.0
.app_xip_area 462252 462300 48 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 543762 48 0.0
.app_xip_area 425444 425492 48 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 974220 48 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819772 48 0.0
BRD4161A+rs911x (read/write) 1034704 1034752 48 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 845940 845988 48 0.0
BRD4187C (read/write) 1146552 1146600 48 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 980792 980840 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160168 48 0.0
.bss 158256 158256 0 0.0
.data 2020 2020 0 0.0
.text 999820 999868 48 0.0
window-app BRD4187C (read/write) 1139772 1139820 48 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 972572 972620 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224400 110 0.0
(read/write) 1788614 1788646 32 0.0
.dram0.bss 76944 76952 8 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258200 16 0.0
.flash.text 1224290 1224400 110 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228815 12 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552924 48 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) 2392092 2392092 0 0.0
(read/write) 143777 143777 0 0.0
.bss 55393 55393 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77328 77328 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 144724 144724 0 0.0
.text 2004000 2004000 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805584 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746292 48 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 371296 12 0.0
.debug_info 27023893 27024134 241 0.0
.debug_line 3685941 3686031 90 0.0
.debug_loc 3603743 3603813 70 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431043 3431043 0 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570257 0 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 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) 1688780 1688828 48 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 374376 12 0.0
.debug_info 26760523 26760764 241 0.0
.debug_line 3706925 3707015 90 0.0
.debug_loc 3591380 3591450 70 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420063 3420063 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534346 534346 0 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489800 48 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 1607004 48 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 344688 12 0.0
.debug_info 22225723 22225964 241 0.0
.debug_line 3276050 3276140 90 0.0
.debug_loc 3288865 3288935 70 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225598 3225598 0 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470671 470671 0 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 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 1641012 48 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 346564 12 0.0
.debug_info 22459347 22459588 241 0.0
.debug_line 3273170 3273260 90 0.0
.debug_loc 3316718 3316788 70 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244969 3244969 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473074 0 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445176 48 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937344 937416 72 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648700 648772 72 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612758 72 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790772 72 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554222 72 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624116 624186 70 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805264 72 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565602 72 0.0

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23579: Size comparison from 9a41c9c to 3949a10

Increases (49 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 9a41c9c 3949a10 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.text 1059186 1059246 60 0.0
bl602+rpc (read/write) 1421082 1421138 56 0.0
.text 1090682 1090738 56 0.0
bl702 lighting-app bl702 (read/write) 1195127 1195191 64 0.0
.debug_frame 485212 485220 8 0.0
.debug_info 39161307 39161454 147 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.text 955518 955576 58 0.0
bl702+rpc (read/write) 1283267 1283331 64 0.0
.debug_frame 512416 512424 8 0.0
.debug_info 43430528 43430676 148 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.text 1029214 1029274 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 0.0
.text 563152 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
.text 582468 582524 56 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 0.0
lock cyw930739m2evb_01 (read/write) 591338 591386 48 0.0
.app_xip_area 462252 462300 48 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543754 40 0.0
.app_xip_area 425444 425484 40 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974220 48 0.0
.text 819724 819772 48 0.0
BRD4161A+rs911x (read/write) 1034744 1034792 48 0.0
.text 845972 846020 48 0.0
BRD4187C (read/write) 1146576 1146624 48 0.0
.text 980808 980856 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160192 48 0.0
.text 999836 999884 48 0.0
window-app BRD4187C (read/write) 1139812 1139860 48 0.0
.text 972604 972652 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224288 1224404 116 0.0
(read/write) 1788614 1788638 24 0.0
.dram0.bss 76944 76952 8 0.0
.flash.rodata 258184 258192 8 0.0
.flash.text 1224288 1224404 116 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228815 12 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.text 552876 552924 48 0.0
linux all-clusters-app debug (read only) 3085417 3085657 240 0.0
.text 2620274 2620514 240 0.0
all-clusters-minimal-app debug (read only) 2911113 2911353 240 0.0
.text 2449522 2449762 240 0.0
bridge-app debug+rpc (read only) 2410065 2410321 256 0.0
.text 2032306 2032562 256 0.0
chip-tool debug (read only) 11079241 11079497 256 0.0
.text 8963988 8964244 256 0.0
lighting-app debug+rpc (read only) 2641089 2641345 256 0.0
.text 2237122 2237378 256 0.0
lock-app debug (read only) 2600329 2600585 256 0.0
.text 2185058 2185314 256 0.0
ota-provider-app debug (read only) 2396497 2396753 256 0.0
.text 2011906 2012162 256 0.0
ota-requestor-app debug (read only) 2561809 2562065 256 0.0
.text 2161042 2161298 256 0.0
shell debug (read only) 2621521 2621761 240 0.0
.text 2223042 2223282 240 0.0
tv-app debug (read only) 3254881 3255137 256 0.0
.text 2792962 2793218 256 0.0
tv-casting-app debug (read only) 5580961 5581217 256 0.0
.text 4950578 4950834 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452400 64 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
text 805532 805580 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746244 1746292 48 0.0
.debug_frame 371284 371296 12 0.0
.debug_info 27023893 27024133 240 0.0
.debug_line 3685941 3686031 90 0.0
.debug_loc 3603743 3603813 70 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688780 1688828 48 0.0
.debug_frame 374364 374376 12 0.0
.debug_info 26760524 26760763 239 0.0
.debug_line 3706925 3707015 90 0.0
.debug_loc 3591380 3591450 70 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489800 48 0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1607004 48 0.0
.debug_frame 344676 344688 12 0.0
.debug_info 22225722 22225963 241 0.0
.debug_line 3276050 3276140 90 0.0
.debug_loc 3288865 3288935 70 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 0.0
lock cy8ckit_062s2_43012 (read/write) 1640964 1641012 48 0.0
.debug_frame 346552 346564 12 0.0
.debug_info 22459348 22459589 241 0.0
.debug_line 3273170 3273260 90 0.0
.debug_loc 3316718 3316788 70 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445176 48 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937416 64 0.0
text 648702 648772 70 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
text 612690 612758 68 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790764 64 0.0
text 554152 554218 66 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
text 624114 624182 68 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
text 565532 565598 66 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 9a41c9c 3949a10 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173316 -56 -0.0
lock-ftd LP_CC2652R7 (read/write) 172808 172752 -56 -0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183484 -56 -0.0
pump-app LP_CC2652R7 (read/write) 161096 161040 -56 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176908 176852 -56 -0.0
shell LP_CC2652R7 (read/write) 184472 184416 -56 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 9a41c9c 3949a10 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375314 56 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059246 60 0.0
bl602+rpc (read/write) 1421082 1421138 56 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090682 1090738 56 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195191 64 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 485220 8 0.0
.debug_info 39161307 39161454 147 0.0
.debug_line 5271709 5271789 80 0.0
.debug_loc 3367110 3367162 52 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462152 3462152 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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
955518 955576 58 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283331 64 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 512424 8 0.0
.debug_info 43430528 43430676 148 0.0
.debug_line 5667078 5667158 80 0.0
.debug_loc 3561346 3561398 52 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859441 3859441 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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
1029214 1029274 60 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678219 56 0.0
(read/write) 173372 173316 -56 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588056 56 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642515 56 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 563208 56 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676351 56 0.0
(read/write) 172808 172752 -56 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598600 56 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660875 56 0.0
(read/write) 183540 183484 -56 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557088 56 0.0
pump-app LP_CC2652R7 (read only) 688743 688799 56 0.0
(read/write) 161096 161040 -56 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597556 56 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673083 56 0.0
(read/write) 176908 176852 -56 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586296 56 0.0
shell LP_CC2652R7 (read only) 669382 669438 56 0.0
(read/write) 184472 184416 -56 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582524 56 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587278 48 0.0
.app_xip_area 463440 463488 48 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 591386 48 0.0
.app_xip_area 462252 462300 48 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 543754 40 0.0
.app_xip_area 425444 425484 40 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 974220 48 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819772 48 0.0
BRD4161A+rs911x (read/write) 1034744 1034792 48 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 845972 846020 48 0.0
BRD4187C (read/write) 1146576 1146624 48 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 980808 980856 48 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160192 48 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 999836 999884 48 0.0
window-app BRD4187C (read/write) 1139812 1139860 48 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 972604 972652 48 0.0
esp32 all-clusters-app c3devkit (read only) 1224288 1224404 116 0.0
(read/write) 1788614 1788638 24 0.0
.dram0.bss 76944 76952 8 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258192 8 0.0
.flash.text 1224288 1224404 116 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234199 12 0.0
(read/write) 564420 564436 16 0.0
.dram0.bss 82320 82328 8 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315144 8 0.0
.flash.text 1228803 1228815 12 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661844 48 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563516 48 0.0
light k32w0+release (read/write) 671800 671848 48 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592148 48 0.0
lock k32w0+release (read/write) 633356 633404 48 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552924 48 0.0
linux all-clusters-app debug (read only) 3085417 3085657 240 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 280939 0 0.0
.text 2620274 2620514 240 0.0
all-clusters-minimal-app debug (read only) 2911113 2911353 240 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 2449762 240 0.0
bridge-app debug+rpc (read only) 2410065 2410321 256 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 2032562 256 0.0
chip-tool debug (read only) 11079241 11079497 256 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 8964244 256 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 2641345 256 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 2237378 256 0.0
lock-app debug (read only) 2600329 2600585 256 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 2185314 256 0.0
ota-provider-app debug (read only) 2396497 2396753 256 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 216328 0 0.0
.text 2011906 2012162 256 0.0
ota-requestor-app debug (read only) 2561809 2562065 256 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 2161298 256 0.0
shell debug (read only) 2621521 2621761 240 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 239250 0 0.0
.text 2223042 2223282 240 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 3255137 256 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 2793218 256 0.0
tv-casting-app debug (read only) 5580961 5581217 256 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 4950834 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452400 64 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415044 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1187919 64 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817034 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167331 48 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805580 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746292 48 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 371296 12 0.0
.debug_info 27023893 27024133 240 0.0
.debug_line 3685941 3686031 90 0.0
.debug_loc 3603743 3603813 70 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431043 3431043 0 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570257 0 0.0
.symtab 421440 421456 16 0.0
.text 1546480 1546528 48 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) 1688780 1688828 48 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 374376 12 0.0
.debug_info 26760524 26760763 239 0.0
.debug_line 3706925 3707015 90 0.0
.debug_loc 3591380 3591450 70 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420063 3420063 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534346 534346 0 0.0
.symtab 407872 407888 16 0.0
.text 1489752 1489800 48 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 1607004 48 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 344688 12 0.0
.debug_info 22225722 22225963 241 0.0
.debug_line 3276050 3276140 90 0.0
.debug_loc 3288865 3288935 70 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225598 3225598 0 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470671 470671 0 0.0
.symtab 376240 376256 16 0.0
.text 1416112 1416160 48 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 1641012 48 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 346564 12 0.0
.debug_info 22459348 22459589 241 0.0
.debug_line 3273170 3273260 90 0.0
.debug_loc 3316718 3316788 70 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244969 3244969 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473074 0 0.0
.symtab 377936 377952 16 0.0
.text 1445128 1445176 48 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149360 48 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596460 48 0.0
lock-app qpg6105+debug (read/write) 1115060 1115108 48 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562204 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937416 64 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 648772 70 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875416 72 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612690 612758 68 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790764 64 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554152 554218 66 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874996 72 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624182 68 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805256 64 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565532 565598 66 0.0

@Jerry-ESP Jerry-ESP force-pushed the ESP32/add-RegulatoryLocation-init branch from 3949a10 to f9e04b5 Compare November 18, 2022 02:40
@github-actions
Copy link

github-actions bot commented Nov 18, 2022

PR #23579: Size comparison from 6978de7 to f9e04b5

Increases (49 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6978de7 f9e04b5 change % change
bl602 lighting-app bl602 (read/write) 1376570 1376678 108 0.0
.text 1060378 1060454 76 0.0
bl602+rpc (read/write) 1422386 1422502 116 0.0
.text 1091872 1091948 76 0.0
bl702 lighting-app bl702 (read/write) 1196199 1196295 96 0.0
.debug_frame 485500 485508 8 0.0
.debug_info 39171768 39171981 213 0.0
.debug_line 5274364 5274476 112 0.0
.debug_loc 3369789 3369841 52 0.0
.rodata 116616 116648 32 0.0
.text 956450 956528 78 0.0
bl702+rpc (read/write) 1284675 1284803 128 0.0
.debug_frame 512836 512844 8 0.0
.debug_info 43443105 43443319 214 0.0
.debug_line 5671373 5671485 112 0.0
.debug_loc 3564345 3564397 52 0.0
.rodata 130280 130328 48 0.0
.text 1030450 1030530 80 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678851 678955 104 0.0
.rodata 89851 89883 32 0.0
.text 588688 588760 72 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643163 643267 104 0.0
.rodata 78987 79019 32 0.0
.text 563856 563928 72 0.0
lock-ftd LP_CC2652R7 (read only) 676903 677007 104 0.0
.rodata 77271 77311 40 0.1
.text 599152 599216 64 0.0
lock-mtd LP_CC2652R7 (read only) 661603 661715 112 0.0
.rodata 103355 103395 40 0.0
.text 557768 557840 72 0.0
pump-app LP_CC2652R7 (read only) 689439 689543 104 0.0
.rodata 90799 90831 32 0.0
.text 598156 598228 72 0.0
pump-controller-app LP_CC2652R7 (read only) 673731 673843 112 0.0
.rodata 86347 86387 40 0.0
.text 586904 586976 72 0.0
shell LP_CC2652R7 (read only) 670086 670190 104 0.0
.rodata 86598 86630 32 0.0
.text 583172 583244 72 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587838 587886 48 0.0
.app_xip_area 464048 464096 48 0.0
lock cyw930739m2evb_01 (read/write) 591938 591986 48 0.0
.app_xip_area 462852 462900 48 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544402 544506 104 0.0
.app_xip_area 426132 426236 104 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974980 975076 96 0.0
.text 820532 820628 96 0.0
BRD4161A+rs911x (read/write) 1035832 1035928 96 0.0
.text 847060 847156 96 0.0
BRD4187C (read/write) 1147648 1147752 104 0.0
.text 981880 981984 104 0.0
lock-app BRD4161A+wf200 (read/write) 1160960 1161064 104 0.0
.text 1000652 1000756 104 0.0
window-app BRD4187C (read/write) 1140868 1140972 104 0.0
.text 973660 973764 104 0.0
esp32 all-clusters-app c3devkit (read only) 1213852 1213968 116 0.0
(read/write) 1786582 1786630 48 0.0
.dram0.bss 76680 76688 8 0.0
.flash.rodata 256408 256456 48 0.0
.flash.text 1213852 1213968 116 0.0
m5stack (read only) 1224783 1224887 104 0.0
(read/write) 562540 562596 56 0.0
.dram0.bss 82056 82064 8 0.0
.flash.rodata 313520 313568 48 0.0
.flash.text 1219399 1219503 104 0.0
k32w contact k32w0+release (read/write) 662436 662484 48 0.0
.text 564108 564156 48 0.0
light k32w0+release (read/write) 672544 672656 112 0.0
.text 592844 592956 112 0.0
lock k32w0+release (read/write) 633996 634044 48 0.0
.text 553516 553564 48 0.0
linux all-clusters-app debug (read only) 3079609 3079929 320 0.0
.text 2613762 2614082 320 0.0
all-clusters-minimal-app debug (read only) 2905289 2905625 336 0.0
.text 2442994 2443330 336 0.0
bridge-app debug+rpc (read only) 2402481 2402817 336 0.0
.text 2024114 2024450 336 0.0
chip-tool debug (read only) 11071537 11071873 336 0.0
.text 8955604 8955940 336 0.0
lighting-app debug+rpc (read only) 2635297 2635633 336 0.0
.text 2230658 2230994 336 0.0
lock-app debug (read only) 2594537 2594857 320 0.0
.text 2178594 2178914 320 0.0
ota-provider-app debug (read only) 2388977 2389313 336 0.0
.text 2003714 2004050 336 0.0
ota-requestor-app debug (read only) 2555921 2556257 336 0.0
.text 2154514 2154850 336 0.0
shell debug (read only) 2615089 2615425 336 0.0
.text 2215970 2216306 336 0.0
tv-app debug (read only) 3247233 3247569 336 0.0
.text 2784642 2784978 336 0.0
tv-casting-app debug (read only) 5573217 5573553 336 0.0
.text 4942162 4942498 336 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453200 2453296 96 0.0
.text 1415844 1415940 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188835 1188935 100 0.0
rodata 144728 144764 36 0.0
text 817744 817812 68 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168251 1168363 112 0.0
rodata 136520 136552 32 0.0
text 806294 806362 68 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1747340 1747436 96 0.0
.debug_frame 371432 371444 12 0.0
.debug_info 27031215 27031569 354 0.0
.debug_line 3688449 3688581 132 0.0
.debug_loc 3607850 3607942 92 0.0
.symtab 421664 421696 32 0.0
.text 1547576 1547672 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1689868 1689972 104 0.0
.debug_frame 374512 374524 12 0.0
.debug_info 26767844 26768199 355 0.0
.debug_line 3709433 3709565 132 0.0
.debug_loc 3595456 3595548 92 0.0
.symtab 408096 408128 32 0.0
.text 1490840 1490944 104 0.0
light cy8ckit_062s2_43012 (read/write) 1608028 1608148 120 0.0
.debug_frame 344824 344836 12 0.0
.debug_info 22233053 22233409 356 0.0
.debug_line 3278555 3278687 132 0.0
.debug_loc 3292849 3292941 92 0.0
.symtab 376464 376496 32 0.0
.text 1417184 1417304 120 0.0
lock cy8ckit_062s2_43012 (read/write) 1642052 1642156 104 0.0
.debug_frame 346700 346712 12 0.0
.debug_info 22466680 22467035 355 0.0
.debug_line 3275678 3275810 132 0.0
.debug_loc 3320762 3320854 92 0.0
.symtab 378160 378192 32 0.0
.text 1446216 1446320 104 0.0
qpg lighting-app qpg6105+debug (read/write) 1151472 1151576 104 0.0
.text 598572 598676 104 0.0
lock-app qpg6105+debug (read/write) 1117232 1117328 96 0.0
.text 564328 564424 96 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 938096 938220 124 0.0
text 649384 649472 88 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876088 876212 124 0.0
text 613372 613460 88 0.0
light-switch-app tlsr9518adk80d (read/write) 791444 791568 124 0.0
text 554832 554918 86 0.0
lighting-app tlsr9518adk80d (read/write) 875668 875792 124 0.0
text 624796 624882 86 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805936 806060 124 0.0
text 566210 566298 88 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 6978de7 f9e04b5 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 172684 172580 -104 -0.1
lock-ftd LP_CC2652R7 (read/write) 172200 172096 -104 -0.1
lock-mtd LP_CC2652R7 (read/write) 182756 182644 -112 -0.1
pump-app LP_CC2652R7 (read/write) 160400 160296 -104 -0.1
pump-controller-app LP_CC2652R7 (read/write) 176204 176092 -112 -0.1
shell LP_CC2652R7 (read/write) 183768 183664 -104 -0.1
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6978de7 f9e04b5 change % change
bl602 lighting-app bl602 (read/write) 1376570 1376678 108 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1060378 1060454 76 0.0
bl602+rpc (read/write) 1422386 1422502 116 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091872 1091948 76 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196199 1196295 96 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 1524392 1524392 0 0.0
.debug_aranges 132384 132384 0 0.0
.debug_frame 485500 485508 8 0.0
.debug_info 39171768 39171981 213 0.0
.debug_line 5274364 5274476 112 0.0
.debug_loc 3369789 3369841 52 0.0
.debug_ranges 360400 360400 0 0.0
.debug_str 3465269 3465269 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116616 116648 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567394 567394 0 0.0
.symtab 171968 171968 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956450 956528 78 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284675 1284803 128 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 1668546 1668546 0 0.0
.debug_aranges 140480 140480 0 0.0
.debug_frame 512836 512844 8 0.0
.debug_info 43443105 43443319 214 0.0
.debug_line 5671373 5671485 112 0.0
.debug_loc 3564345 3564397 52 0.0
.debug_ranges 383824 383824 0 0.0
.debug_str 3862866 3862866 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130280 130328 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627714 627714 0 0.0
.symtab 190128 190128 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030450 1030530 80 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678851 678955 104 0.0
(read/write) 172684 172580 -104 -0.1
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89883 32 0.0
.text 588688 588760 72 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643163 643267 104 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 79019 32 0.0
.text 563856 563928 72 0.0
lock-ftd LP_CC2652R7 (read only) 676903 677007 104 0.0
(read/write) 172200 172096 -104 -0.1
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77311 40 0.1
.text 599152 599216 64 0.0
lock-mtd LP_CC2652R7 (read only) 661603 661715 112 0.0
(read/write) 182756 182644 -112 -0.1
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103355 103395 40 0.0
.text 557768 557840 72 0.0
pump-app LP_CC2652R7 (read only) 689439 689543 104 0.0
(read/write) 160400 160296 -104 -0.1
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90799 90831 32 0.0
.text 598156 598228 72 0.0
pump-controller-app LP_CC2652R7 (read only) 673731 673843 112 0.0
(read/write) 176204 176092 -112 -0.1
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86387 40 0.0
.text 586904 586976 72 0.0
shell LP_CC2652R7 (read only) 670086 670190 104 0.0
(read/write) 183768 183664 -104 -0.1
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86630 32 0.0
.text 583172 583244 72 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587838 587886 48 0.0
.app_xip_area 464048 464096 48 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) 591938 591986 48 0.0
.app_xip_area 462852 462900 48 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) 544402 544506 104 0.0
.app_xip_area 426132 426236 104 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) 974980 975076 96 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 820532 820628 96 0.0
BRD4161A+rs911x (read/write) 1035832 1035928 96 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 847060 847156 96 0.0
BRD4187C (read/write) 1147648 1147752 104 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981880 981984 104 0.0
lock-app BRD4161A+wf200 (read/write) 1160960 1161064 104 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000652 1000756 104 0.0
window-app BRD4187C (read/write) 1140868 1140972 104 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973660 973764 104 0.0
esp32 all-clusters-app c3devkit (read only) 1213852 1213968 116 0.0
(read/write) 1786582 1786630 48 0.0
.dram0.bss 76680 76688 8 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256408 256456 48 0.0
.flash.text 1213852 1213968 116 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1224783 1224887 104 0.0
(read/write) 562540 562596 56 0.0
.dram0.bss 82056 82064 8 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313520 313568 48 0.0
.flash.text 1219399 1219503 104 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662436 662484 48 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564108 564156 48 0.0
light k32w0+release (read/write) 672544 672656 112 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592844 592956 112 0.0
lock k32w0+release (read/write) 633996 634044 48 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553516 553564 48 0.0
linux all-clusters-app debug (read only) 3079609 3079929 320 0.0
(read/write) 158472 158472 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281355 281355 0 0.0
.text 2613762 2614082 320 0.0
all-clusters-minimal-app debug (read only) 2905289 2905625 336 0.0
(read/write) 149872 149872 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280843 280843 0 0.0
.text 2442994 2443330 336 0.0
bridge-app debug+rpc (read only) 2402481 2402817 336 0.0
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 211008 211008 0 0.0
.text 2024114 2024450 336 0.0
chip-tool debug (read only) 11071537 11071873 336 0.0
(read/write) 658464 658464 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623200 623200 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592229 592229 0 0.0
.text 8955604 8955940 336 0.0
chip-tool-ipv6only arm64 (read only) 10424956 10424956 0 0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518460 518460 0 0.0
.text 8250708 8250708 0 0.0
lighting-app debug+rpc (read only) 2635297 2635633 336 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 227936 227936 0 0.0
.text 2230658 2230994 336 0.0
lock-app debug (read only) 2594537 2594857 320 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244232 244232 0 0.0
.text 2178594 2178914 320 0.0
ota-provider-app debug (read only) 2388977 2389313 336 0.0
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216712 216712 0 0.0
.text 2003714 2004050 336 0.0
ota-requestor-app debug (read only) 2555921 2556257 336 0.0
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223760 223760 0 0.0
.text 2154514 2154850 336 0.0
shell debug (read only) 2615089 2615425 336 0.0
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239602 239602 0 0.0
.text 2215970 2216306 336 0.0
thermostat-no-ble arm64 (read only) 2385572 2385572 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 145036 145036 0 0.0
.text 1996640 1996640 0 0.0
tv-app debug (read only) 3247233 3247569 336 0.0
(read/write) 261992 261992 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268600 268600 0 0.0
.text 2784642 2784978 336 0.0
tv-casting-app debug (read only) 5573217 5573553 336 0.0
(read/write) 161880 161880 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101216 101216 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355385 355385 0 0.0
.text 4942162 4942498 336 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453200 2453296 96 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415844 1415940 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188835 1188935 100 0.0
bss 145285 145285 0 0.0
rodata 144728 144764 36 0.0
text 817744 817812 68 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168251 1168363 112 0.0
bss 144512 144512 0 0.0
rodata 136520 136552 32 0.0
text 806294 806362 68 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1747340 1747436 96 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 1235950 1235950 0 0.0
.debug_aranges 110736 110736 0 0.0
.debug_frame 371432 371444 12 0.0
.debug_info 27031215 27031569 354 0.0
.debug_line 3688449 3688581 132 0.0
.debug_loc 3607850 3607942 92 0.0
.debug_ranges 340160 340160 0 0.0
.debug_str 3434666 3434666 0 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570966 570966 0 0.0
.symtab 421664 421696 32 0.0
.text 0 0 0 0.0
1547576 1547672 96 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1689868 1689972 104 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 1227793 1227793 0 0.0
.debug_aranges 110208 110208 0 0.0
.debug_frame 374512 374524 12 0.0
.debug_info 26767844 26768199 355 0.0
.debug_line 3709433 3709565 132 0.0
.debug_loc 3595456 3595548 92 0.0
.debug_ranges 338776 338776 0 0.0
.debug_str 3423686 3423686 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535055 535055 0 0.0
.symtab 408096 408128 32 0.0
.text 1490840 1490944 104 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) 1608028 1608148 120 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 1062254 1062254 0 0.0
.debug_aranges 102408 102408 0 0.0
.debug_frame 344824 344836 12 0.0
.debug_info 22233053 22233409 356 0.0
.debug_line 3278555 3278687 132 0.0
.debug_loc 3292849 3292941 92 0.0
.debug_ranges 304056 304056 0 0.0
.debug_str 3229221 3229221 0 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 471380 471380 0 0.0
.symtab 376464 376496 32 0.0
.text 1417184 1417304 120 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) 1642052 1642156 104 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 1064229 1064229 0 0.0
.debug_aranges 102808 102808 0 0.0
.debug_frame 346700 346712 12 0.0
.debug_info 22466680 22467035 355 0.0
.debug_line 3275678 3275810 132 0.0
.debug_loc 3320762 3320854 92 0.0
.debug_ranges 306016 306016 0 0.0
.debug_str 3248578 3248578 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473783 473783 0 0.0
.symtab 378160 378192 32 0.0
.text 1446216 1446320 104 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151472 1151576 104 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598572 598676 104 0.0
lock-app qpg6105+debug (read/write) 1117232 1117328 96 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564328 564424 96 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 938096 938220 124 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649384 649472 88 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876088 876212 124 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613372 613460 88 0.0
light-switch-app tlsr9518adk80d (read/write) 791444 791568 124 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554832 554918 86 0.0
lighting-app tlsr9518adk80d (read/write) 875668 875792 124 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624796 624882 86 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805936 806060 124 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566210 566298 88 0.0

@yufengwangca yufengwangca merged commit 19157d4 into project-chip:master Nov 20, 2022
Jerry-ESP added a commit to Jerry-ESP/connectedhomeip that referenced this pull request Nov 22, 2022
project-chip#23579)

* ESP32: add RegulatoryLocation and LocationCapability value init

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>
andy31415 pushed a commit that referenced this pull request Nov 22, 2022
#23579) (#23713)

* ESP32: add RegulatoryLocation and LocationCapability value init

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>

Co-authored-by: Restyled.io <[email protected]>
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.

[ESP32] The RegulatoryLocation and LocationCapability can not be changed and always be 0
5 participants