[java-matter-controller] Add the initial version of command parser
Open
yufengwangca
opened this issue 2 years ago
•
6 comments
Add the initial skeleton of command parser to java-matter-controller, two commands "On" and "Off" are added to show how to register the commands with this skeleton.
I try to align the structure of this command parser in java-matter-controller as close as to chip-tool. The following shows the registered parameters for these two commands.
yufengw@yufengw-SEi:~/connectedhomeip/out/android-x86-java-matter-controller/bin$ ./java-matter-controller
Usage:
java_matter_controller command [params]
Supported commands and their parameters:
on paa-trust-store-path cd-trust-store-path commissioner-name commissioner-nodeid use-max-sized-certs only-allow-trusted-cd-keys ble-adapter nodeid fabricid
off paa-trust-store-path cd-trust-store-path commissioner-name commissioner-nodeid use-max-sized-certs only-allow-trusted-cd-keys ble-adapter nodeid fabricid
Supported attribute names for the 'read' command:
PR #23242: Size comparison from 0a0865130c80b5772727a5b77c7f265ed6c07715 to c150a56a17f0017cbe0e425464de0cccf830db61
Increases (6 builds for bl602, bl702, psoc6, qpg)
platform
target
config
section
0a086513
c150a56a
change
% change
bl602
lighting-app
bl602+rpc
.text
1100722
1100724
2
0.0
bl702
lighting-app
bl702
.debug_info
37908960
37908961
1
0.0
.text
957314
957316
2
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26837449
26837450
1
0.0
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26574230
26574231
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22271244
22271245
1
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148800
1148808
8
0.0
.text
595900
595908
8
0.0
Decreases (3 builds for cyw30739, efr32, esp32)
platform
target
config
section
0a086513
c150a56a
change
% change
cyw30739
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
543966
543958
-8
-0.0
.app_xip_area
425632
425624
-8
-0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974060
974044
-16
-0.0
.text
819516
819500
-16
-0.0
esp32
all-clusters-app
c3devkit
(read only)
1223546
1223544
-2
-0.0
(read/write)
1788318
1788310
-8
-0.0
.flash.rodata
257872
257864
-8
-0.0
.flash.text
1223546
1223544
-2
-0.0
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
0a086513
c150a56a
change
% change
bl602
lighting-app
bl602
(read/write)
1389982
1389982
0
0.0
.bss
90745
90745
0
0.0
.data
9928
9928
0
0.0
.text
1069376
1069376
0
0.0
bl602+rpc
(read/write)
1435206
1435206
0
0.0
.bss
98177
98177
0
0.0
.data
10312
10312
0
0.0
.text
1100722
1100724
2
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1188963
1188963
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67118
67118
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4272
4272
0
0.0
.debug_abbrev
1507098
1507098
0
0.0
.debug_aranges
133144
133144
0
0.0
.debug_frame
486648
486648
0
0.0
.debug_info
37908960
37908961
1
0.0
.debug_line
5257427
5257427
0
0.0
.debug_loc
3367638
3367638
0
0.0
.debug_ranges
359456
359456
0
0.0
.debug_str
3457927
3457927
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
116744
116744
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565127
565127
0
0.0
.symtab
171680
171680
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
957314
957316
2
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1284627
1284627
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4800
4800
0
0.0
.debug_abbrev
1644643
1644643
0
0.0
.debug_aranges
140648
140648
0
0.0
.debug_frame
512020
512020
0
0.0
.debug_info
41815575
41815575
0
0.0
.debug_line
5631958
5631958
0
0.0
.debug_loc
3560285
3560285
0
0.0
.debug_ranges
381912
381912
0
0.0
.debug_str
3853897
3853897
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
130136
130136
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
624300
624300
0
0.0
.symtab
189488
189488
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1030760
1030760
0
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677351
677351
0
0.0
(read/write)
174208
174208
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89791
89791
0
0.0
.text
587248
587248
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641599
641599
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
78927
78927
0
0.0
.text
562352
562352
0
0.0
lock-ftd
LP_CC2652R7
(read only)
675851
675851
0
0.0
(read/write)
172844
172844
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77315
77315
0
0.0
.text
598056
598056
0
0.0
lock-mtd
LP_CC2652R7
(read only)
659607
659607
0
0.0
(read/write)
184776
184776
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103135
103135
0
0.0
.text
555992
555992
0
0.0
pump-app
LP_CC2652R7
(read only)
688091
688091
0
0.0
(read/write)
161340
161340
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90731
90731
0
0.0
.text
596876
596876
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672423
672423
0
0.0
(read/write)
177104
177104
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86287
86287
0
0.0
.text
585656
585656
0
0.0
shell
LP_CC2652R7
(read only)
668374
668374
0
0.0
(read/write)
185504
185504
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86502
86502
0
0.0
.text
581556
581556
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588130
588130
0
0.0
.app_xip_area
464716
464716
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592170
592170
0
0.0
.app_xip_area
463460
463460
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
543966
543958
-8
-0.0
.app_xip_area
425632
425624
-8
-0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974060
974044
-16
-0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
819516
819500
-16
-0.0
BRD4161A+rs911x
(read/write)
1031208
1031208
0
0.0
.bss
186680
186680
0
0.0
.data
2092
2092
0
0.0
.text
842416
842416
0
0.0
BRD4187C
(read/write)
1146116
1146116
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980260
980260
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1157008
1157008
0
0.0
.bss
158208
158208
0
0.0
.data
2100
2100
0
0.0
.text
996680
996680
0
0.0
window-app
BRD4187C
(read/write)
1139336
1139336
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972040
972040
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223546
1223544
-2
-0.0
(read/write)
1788318
1788310
-8
-0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
257872
257864
-8
-0.0
.flash.text
1223546
1223544
-2
-0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233623
1233623
0
0.0
(read/write)
564228
564228
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
314928
314928
0
0.0
.flash.text
1228239
1228239
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661268
661268
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563012
563012
0
0.0
light
k32w0+release
(read/write)
671480
671480
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
591852
591852
0
0.0
lock
k32w0+release
(read/write)
633076
633076
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
552668
552668
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10429476
10429476
0
0.0
(read/write)
706353
706353
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650632
650632
0
0.0
.dynamic
560
560
0
0.0
.got
13896
13896
0
0.0
.init
24
24
0
0.0
.init_array
208
208
0
0.0
.rodata
518132
518132
0
0.0
.text
8255780
8255780
0
0.0
thermostat-no-ble
arm64
(read only)
2390524
2390524
0
0.0
(read/write)
143633
143633
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77256
77256
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
144436
144436
0
0.0
.text
2003184
2003184
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452168
2452168
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1414812
1414812
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1183627
1183627
0
0.0
bss
144457
144457
0
0.0
rodata
144396
144396
0
0.0
text
815888
815888
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1162311
1162311
0
0.0
bss
143684
143684
0
0.0
rodata
135968
135968
0
0.0
text
803780
803780
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745420
1745420
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1229571
1229571
0
0.0
.debug_aranges
111880
111880
0
0.0
.debug_frame
373556
373556
0
0.0
.debug_info
26837449
26837450
1
0.0
.debug_line
3673074
3673074
0
0.0
.debug_loc
3590247
3590247
0
0.0
.debug_ranges
339736
339736
0
0.0
.debug_str
3441330
3441330
0
0.0
.heap
841952
841952
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
569695
569695
0
0.0
.symtab
421232
421232
0
0.0
.text
1545640
1545640
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688004
1688004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1221370
1221370
0
0.0
.debug_aranges
111352
111352
0
0.0
.debug_frame
376636
376636
0
0.0
.debug_info
26574230
26574231
1
0.0
.debug_line
3693791
3693791
0
0.0
.debug_loc
3577884
3577884
0
0.0
.debug_ranges
338352
338352
0
0.0
.debug_str
3430343
3430343
0
0.0
.heap
842688
842688
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
533784
533784
0
0.0
.symtab
407664
407664
0
0.0
.text
1488960
1488960
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1606572
1606572
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1055481
1055481
0
0.0
.debug_aranges
103560
103560
0
0.0
.debug_frame
346968
346968
0
0.0
.debug_info
22037953
22037953
0
0.0
.debug_line
3263715
3263715
0
0.0
.debug_loc
3275846
3275846
0
0.0
.debug_ranges
303656
303656
0
0.0
.debug_str
3235875
3235875
0
0.0
.heap
850872
850872
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
470161
470161
0
0.0
.symtab
376112
376112
0
0.0
.text
1415712
1415712
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640260
1640260
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1057420
1057420
0
0.0
.debug_aranges
103952
103952
0
0.0
.debug_frame
348824
348824
0
0.0
.debug_info
22271244
22271245
1
0.0
.debug_line
3260680
3260680
0
0.0
.debug_loc
3303427
3303427
0
0.0
.debug_ranges
305592
305592
0
0.0
.debug_str
3255273
3255273
0
0.0
.heap
845880
845880
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
472512
472512
0
0.0
.symtab
377728
377728
0
0.0
.text
1444408
1444408
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148800
1148808
8
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
595900
595908
8
0.0
lock-app
qpg6105+debug
(read/write)
1113696
1113696
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
560792
560792
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
789364
789364
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
553134
553134
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
811684
811684
0
0.0
bss
73344
73344
0
0.0
noinit
43520
43520
0
0.0
text
571556
571556
0
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
819412
819412
0
0.0
bss
74236
74236
0
0.0
noinit
43520
43520
0
0.0
text
577538
577538
0
0.0
PR #23242: Size comparison from d7cd5aac3fb8a3021d1a792034f78e9fc8e46845 to bb95c5cec7ed23ed6f71a644b4ee7e7db57790fa
Increases (7 builds for bl602, esp32, psoc6, telink)
platform
target
config
section
d7cd5aac
bb95c5ce
change
% change
bl602
lighting-app
bl602
.text
1069636
1069638
2
0.0
bl602+rpc
.text
1100986
1100988
2
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223648
1223650
2
0.0
.flash.text
1223648
1223650
2
0.0
psoc6
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26574284
26574285
1
0.0
light
cy8ckit_062s2_43012
.debug_info
22038006
22038007
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22271296
22271297
1
0.0
telink
lighting-app
tlsr9518adk80d
text
565992
565994
2
0.0
Decreases (5 builds for bl702, esp32, k32w, psoc6, telink)
platform
target
config
section
d7cd5aac
bb95c5ce
change
% change
bl702
lighting-app
bl702
.debug_info
37909063
37909062
-1
-0.0
.text
957578
957576
-2
-0.0
esp32
all-clusters-app
c3devkit
(read/write)
1788342
1788334
-8
-0.0
.flash.rodata
257896
257888
-8
-0.0
k32w
contact
k32w0+release
(read/write)
661284
661268
-16
-0.0
.text
563028
563012
-16
-0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26837503
26837502
-1
-0.0
telink
ota-requestor-app
tlsr9518adk80d
text
564864
564862
-2
-0.0
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
d7cd5aac
bb95c5ce
change
% change
bl602
lighting-app
bl602
(read/write)
1390246
1390246
0
0.0
.bss
90745
90745
0
0.0
.data
9928
9928
0
0.0
.text
1069636
1069638
2
0.0
bl602+rpc
(read/write)
1435470
1435470
0
0.0
.bss
98177
98177
0
0.0
.data
10312
10312
0
0.0
.text
1100986
1100988
2
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189219
1189219
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67118
67118
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4272
4272
0
0.0
.debug_abbrev
1506978
1506978
0
0.0
.debug_aranges
133168
133168
0
0.0
.debug_frame
486752
486752
0
0.0
.debug_info
37909063
37909062
-1
-0.0
.debug_line
5257986
5257986
0
0.0
.debug_loc
3367729
3367729
0
0.0
.debug_ranges
359568
359568
0
0.0
.debug_str
3458100
3458100
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
116744
116744
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565314
565314
0
0.0
.symtab
171728
171728
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
957578
957576
-2
-0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1284883
1284883
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4800
4800
0
0.0
.debug_abbrev
1644523
1644523
0
0.0
.debug_aranges
140672
140672
0
0.0
.debug_frame
512124
512124
0
0.0
.debug_info
41815677
41815677
0
0.0
.debug_line
5632517
5632517
0
0.0
.debug_loc
3560376
3560376
0
0.0
.debug_ranges
382024
382024
0
0.0
.debug_str
3854070
3854070
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
130136
130136
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
624487
624487
0
0.0
.symtab
189536
189536
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031024
1031024
0
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677359
677359
0
0.0
(read/write)
174200
174200
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89791
89791
0
0.0
.text
587256
587256
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641607
641607
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
78927
78927
0
0.0
.text
562360
562360
0
0.0
lock-ftd
LP_CC2652R7
(read only)
675851
675851
0
0.0
(read/write)
172844
172844
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77315
77315
0
0.0
.text
598056
598056
0
0.0
lock-mtd
LP_CC2652R7
(read only)
659615
659615
0
0.0
(read/write)
184768
184768
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103135
103135
0
0.0
.text
556000
556000
0
0.0
pump-app
LP_CC2652R7
(read only)
688131
688131
0
0.0
(read/write)
161300
161300
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90763
90763
0
0.0
.text
596884
596884
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672455
672455
0
0.0
(read/write)
177072
177072
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86319
86319
0
0.0
.text
585656
585656
0
0.0
shell
LP_CC2652R7
(read only)
668382
668382
0
0.0
(read/write)
185496
185496
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86502
86502
0
0.0
.text
581564
581564
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588138
588138
0
0.0
.app_xip_area
464724
464724
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592178
592178
0
0.0
.app_xip_area
463468
463468
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
543998
543998
0
0.0
.app_xip_area
425664
425664
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974092
974092
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
819548
819548
0
0.0
BRD4161A+rs911x
(read/write)
1031448
1031448
0
0.0
.bss
186680
186680
0
0.0
.data
2092
2092
0
0.0
.text
842656
842656
0
0.0
BRD4187C
(read/write)
1146348
1146348
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980492
980492
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1157056
1157056
0
0.0
.bss
158208
158208
0
0.0
.data
2100
2100
0
0.0
.text
996728
996728
0
0.0
window-app
BRD4187C
(read/write)
1139568
1139568
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972272
972272
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223648
1223650
2
0.0
(read/write)
1788342
1788334
-8
-0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
257896
257888
-8
-0.0
.flash.text
1223648
1223650
2
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233699
1233699
0
0.0
(read/write)
564252
564252
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
314952
314952
0
0.0
.flash.text
1228315
1228315
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661284
661268
-16
-0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563028
563012
-16
-0.0
light
k32w0+release
(read/write)
671528
671528
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
591900
591900
0
0.0
lock
k32w0+release
(read/write)
633092
633092
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
552684
552684
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10429700
10429700
0
0.0
(read/write)
706353
706353
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650632
650632
0
0.0
.dynamic
560
560
0
0.0
.got
13896
13896
0
0.0
.init
24
24
0
0.0
.init_array
208
208
0
0.0
.rodata
518148
518148
0
0.0
.text
8255988
8255988
0
0.0
thermostat-no-ble
arm64
(read only)
2390796
2390796
0
0.0
(read/write)
143633
143633
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77256
77256
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
144484
144484
0
0.0
.text
2003408
2003408
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452200
2452200
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1414844
1414844
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1183659
1183659
0
0.0
bss
144457
144457
0
0.0
rodata
144428
144428
0
0.0
text
815888
815888
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1162343
1162343
0
0.0
bss
143684
143684
0
0.0
rodata
136000
136000
0
0.0
text
803784
803784
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745644
1745644
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1229487
1229487
0
0.0
.debug_aranges
111904
111904
0
0.0
.debug_frame
373628
373628
0
0.0
.debug_info
26837503
26837502
-1
-0.0
.debug_line
3673331
3673331
0
0.0
.debug_loc
3590250
3590250
0
0.0
.debug_ranges
339704
339704
0
0.0
.debug_str
3441503
3441503
0
0.0
.heap
841952
841952
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
569882
569882
0
0.0
.symtab
421328
421328
0
0.0
.text
1545864
1545864
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688244
1688244
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1221286
1221286
0
0.0
.debug_aranges
111376
111376
0
0.0
.debug_frame
376708
376708
0
0.0
.debug_info
26574284
26574285
1
0.0
.debug_line
3694048
3694048
0
0.0
.debug_loc
3577887
3577887
0
0.0
.debug_ranges
338320
338320
0
0.0
.debug_str
3430516
3430516
0
0.0
.heap
842688
842688
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
533971
533971
0
0.0
.symtab
407760
407760
0
0.0
.text
1489200
1489200
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1606788
1606788
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1055397
1055397
0
0.0
.debug_aranges
103584
103584
0
0.0
.debug_frame
347040
347040
0
0.0
.debug_info
22038006
22038007
1
0.0
.debug_line
3263972
3263972
0
0.0
.debug_loc
3275848
3275848
0
0.0
.debug_ranges
303624
303624
0
0.0
.debug_str
3236048
3236048
0
0.0
.heap
850872
850872
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
470348
470348
0
0.0
.symtab
376208
376208
0
0.0
.text
1415928
1415928
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640492
1640492
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1057336
1057336
0
0.0
.debug_aranges
103976
103976
0
0.0
.debug_frame
348896
348896
0
0.0
.debug_info
22271296
22271297
1
0.0
.debug_line
3260937
3260937
0
0.0
.debug_loc
3303430
3303430
0
0.0
.debug_ranges
305560
305560
0
0.0
.debug_str
3255446
3255446
0
0.0
.heap
845880
845880
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
472699
472699
0
0.0
.symtab
377824
377824
0
0.0
.text
1444640
1444640
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148824
1148824
0
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
595924
595924
0
0.0
lock-app
qpg6105+debug
(read/write)
1113712
1113712
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
560808
560808
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790300
790300
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
553856
553856
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
805532
805532
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
565992
565994
2
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804416
804416
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
564864
564862
-2
-0.0
PR #23242: Size comparison from 66c0270ba88e026075c91988361cec0a70f7c7c8 to 9e04b8c6f7db3b173b8afbe21c1f0e3e5bc0f1e1
Increases (11 builds for bl702, cc13x2_26x2, k32w, psoc6, qpg, telink)
platform
target
config
section
66c0270b
9e04b8c6
change
% change
bl702
lighting-app
bl702+rpc
(read/write)
1284883
1284899
16
0.0
.debug_info
41815677
41815678
1
0.0
.text
1031024
1031026
2
0.0
cc13x2_26x2
all-clusters-minimal-app
LP_CC2652R7
(read only)
641599
641607
8
0.0
.text
562352
562360
8
0.0
pump-controller-app
LP_CC2652R7
(read only)
672447
672455
8
0.0
.text
585648
585656
8
0.0
k32w
contact
k32w0+release
(read/write)
661268
661284
16
0.0
.text
563012
563028
16
0.0
light
k32w0+release
(read/write)
671512
671528
16
0.0
.text
591884
591900
16
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26837501
26837502
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22271296
22271297
1
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148816
1148824
8
0.0
.text
595916
595924
8
0.0
telink
light-switch-app
tlsr9518adk80d
text
553856
553860
4
0.0
lighting-app
tlsr9518adk80d
text
565992
565996
4
0.0
ota-requestor-app
tlsr9518adk80d
text
564862
564864
2
0.0
Decreases (3 builds for cc13x2_26x2, esp32, psoc6)
platform
target
config
section
66c0270b
9e04b8c6
change
% change
cc13x2_26x2
pump-controller-app
LP_CC2652R7
(read/write)
177080
177072
-8
-0.0
esp32
all-clusters-app
c3devkit
(read only)
1223650
1223648
-2
-0.0
.flash.text
1223650
1223648
-2
-0.0
psoc6
light
cy8ckit_062s2_43012
.debug_info
22038006
22038005
-1
-0.0
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
66c0270b
9e04b8c6
change
% change
bl602
lighting-app
bl602
(read/write)
1390246
1390246
0
0.0
.bss
90745
90745
0
0.0
.data
9928
9928
0
0.0
.text
1069638
1069638
0
0.0
bl602+rpc
(read/write)
1435470
1435470
0
0.0
.bss
98177
98177
0
0.0
.data
10312
10312
0
0.0
.text
1100986
1100986
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189219
1189219
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67118
67118
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4272
4272
0
0.0
.debug_abbrev
1506978
1506978
0
0.0
.debug_aranges
133168
133168
0
0.0
.debug_frame
486752
486752
0
0.0
.debug_info
37909063
37909063
0
0.0
.debug_line
5257986
5257986
0
0.0
.debug_loc
3367729
3367729
0
0.0
.debug_ranges
359568
359568
0
0.0
.debug_str
3458100
3458100
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
116744
116744
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565314
565314
0
0.0
.symtab
171728
171728
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
957578
957578
0
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1284883
1284899
16
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4800
4800
0
0.0
.debug_abbrev
1644523
1644523
0
0.0
.debug_aranges
140672
140672
0
0.0
.debug_frame
512124
512124
0
0.0
.debug_info
41815677
41815678
1
0.0
.debug_line
5632517
5632517
0
0.0
.debug_loc
3560376
3560376
0
0.0
.debug_ranges
382024
382024
0
0.0
.debug_str
3854070
3854070
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
130136
130136
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
624487
624487
0
0.0
.symtab
189536
189536
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031024
1031026
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677359
677359
0
0.0
(read/write)
174200
174200
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89791
89791
0
0.0
.text
587256
587256
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641599
641607
8
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
78927
78927
0
0.0
.text
562352
562360
8
0.0
lock-ftd
LP_CC2652R7
(read only)
675851
675851
0
0.0
(read/write)
172844
172844
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77315
77315
0
0.0
.text
598056
598056
0
0.0
lock-mtd
LP_CC2652R7
(read only)
659615
659615
0
0.0
(read/write)
184768
184768
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103135
103135
0
0.0
.text
556000
556000
0
0.0
pump-app
LP_CC2652R7
(read only)
688131
688131
0
0.0
(read/write)
161300
161300
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90763
90763
0
0.0
.text
596884
596884
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672447
672455
8
0.0
(read/write)
177080
177072
-8
-0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86319
86319
0
0.0
.text
585648
585656
8
0.0
shell
LP_CC2652R7
(read only)
668382
668382
0
0.0
(read/write)
185496
185496
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86502
86502
0
0.0
.text
581564
581564
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588138
588138
0
0.0
.app_xip_area
464724
464724
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592178
592178
0
0.0
.app_xip_area
463468
463468
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
543998
543998
0
0.0
.app_xip_area
425664
425664
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974092
974092
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
819548
819548
0
0.0
BRD4161A+rs911x
(read/write)
1031640
1031640
0
0.0
.bss
186680
186680
0
0.0
.data
2092
2092
0
0.0
.text
842848
842848
0
0.0
BRD4187C
(read/write)
1146348
1146348
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980492
980492
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1157248
1157248
0
0.0
.bss
158208
158208
0
0.0
.data
2100
2100
0
0.0
.text
996920
996920
0
0.0
window-app
BRD4187C
(read/write)
1139568
1139568
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972272
972272
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223650
1223648
-2
-0.0
(read/write)
1788342
1788342
0
0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
257896
257896
0
0.0
.flash.text
1223650
1223648
-2
-0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233699
1233699
0
0.0
(read/write)
564252
564252
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
314952
314952
0
0.0
.flash.text
1228315
1228315
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661268
661284
16
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563012
563028
16
0.0
light
k32w0+release
(read/write)
671512
671528
16
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
591884
591900
16
0.0
lock
k32w0+release
(read/write)
633092
633092
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
552684
552684
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10429700
10429700
0
0.0
(read/write)
706353
706353
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650632
650632
0
0.0
.dynamic
560
560
0
0.0
.got
13896
13896
0
0.0
.init
24
24
0
0.0
.init_array
208
208
0
0.0
.rodata
518148
518148
0
0.0
.text
8255988
8255988
0
0.0
thermostat-no-ble
arm64
(read only)
2390796
2390796
0
0.0
(read/write)
143633
143633
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77256
77256
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
144484
144484
0
0.0
.text
2003408
2003408
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452200
2452200
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1414844
1414844
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1183659
1183659
0
0.0
bss
144457
144457
0
0.0
rodata
144428
144428
0
0.0
text
815888
815888
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1162343
1162343
0
0.0
bss
143684
143684
0
0.0
rodata
136000
136000
0
0.0
text
803784
803784
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745644
1745644
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1229487
1229487
0
0.0
.debug_aranges
111904
111904
0
0.0
.debug_frame
373628
373628
0
0.0
.debug_info
26837501
26837502
1
0.0
.debug_line
3673331
3673331
0
0.0
.debug_loc
3590250
3590250
0
0.0
.debug_ranges
339704
339704
0
0.0
.debug_str
3441503
3441503
0
0.0
.heap
841952
841952
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
569882
569882
0
0.0
.symtab
421328
421328
0
0.0
.text
1545864
1545864
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688244
1688244
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1221286
1221286
0
0.0
.debug_aranges
111376
111376
0
0.0
.debug_frame
376708
376708
0
0.0
.debug_info
26574283
26574283
0
0.0
.debug_line
3694048
3694048
0
0.0
.debug_loc
3577887
3577887
0
0.0
.debug_ranges
338320
338320
0
0.0
.debug_str
3430516
3430516
0
0.0
.heap
842688
842688
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
533971
533971
0
0.0
.symtab
407760
407760
0
0.0
.text
1489200
1489200
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1606788
1606788
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1055397
1055397
0
0.0
.debug_aranges
103584
103584
0
0.0
.debug_frame
347040
347040
0
0.0
.debug_info
22038006
22038005
-1
-0.0
.debug_line
3263972
3263972
0
0.0
.debug_loc
3275848
3275848
0
0.0
.debug_ranges
303624
303624
0
0.0
.debug_str
3236048
3236048
0
0.0
.heap
850872
850872
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
470348
470348
0
0.0
.symtab
376208
376208
0
0.0
.text
1415928
1415928
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640492
1640492
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1057336
1057336
0
0.0
.debug_aranges
103976
103976
0
0.0
.debug_frame
348896
348896
0
0.0
.debug_info
22271296
22271297
1
0.0
.debug_line
3260937
3260937
0
0.0
.debug_loc
3303430
3303430
0
0.0
.debug_ranges
305560
305560
0
0.0
.debug_str
3255446
3255446
0
0.0
.heap
845880
845880
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
472699
472699
0
0.0
.symtab
377824
377824
0
0.0
.text
1444640
1444640
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148816
1148824
8
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
595916
595924
8
0.0
lock-app
qpg6105+debug
(read/write)
1113712
1113712
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
560808
560808
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790300
790300
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
553856
553860
4
0.0
lighting-app
tlsr9518adk80d
(read/write)
805532
805532
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
565992
565996
4
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804416
804416
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
564862
564864
2
0.0
PR #23242: Size comparison from 559c7d5c4dc0aa0ff7554baabaaba60b0abb4ffd to b417d93af5beb91498e2532b80ca1eabf8022519
Increases (3 builds for cc13x2_26x2, cyw30739, psoc6)
platform
target
config
section
559c7d5c
b417d93a
change
% change
cc13x2_26x2
lock-mtd
LP_CC2652R7
(read/write)
184768
184776
8
0.0
cyw30739
lock
cyw930739m2evb_01
(read/write)
592170
592178
8
0.0
.app_xip_area
463460
463468
8
0.0
psoc6
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26574284
26574285
1
0.0
Decreases (3 builds for bl702, cc13x2_26x2)
platform
target
config
section
559c7d5c
b417d93a
change
% change
bl702
lighting-app
bl702
.debug_info
37909064
37909063
-1
-0.0
.text
957578
957576
-2
-0.0
bl702+rpc
.debug_info
41815678
41815677
-1
-0.0
.text
1031024
1031022
-2
-0.0
cc13x2_26x2
lock-mtd
LP_CC2652R7
(read only)
659615
659607
-8
-0.0
.text
556000
555992
-8
-0.0
Full report (36 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
559c7d5c
b417d93a
change
% change
bl602
lighting-app
bl602
(read/write)
1390246
1390246
0
0.0
.bss
90745
90745
0
0.0
.data
9928
9928
0
0.0
.text
1069636
1069636
0
0.0
bl602+rpc
(read/write)
1435462
1435462
0
0.0
.bss
98177
98177
0
0.0
.data
10312
10312
0
0.0
.text
1100984
1100984
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189219
1189219
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67118
67118
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4272
4272
0
0.0
.debug_abbrev
1506980
1506980
0
0.0
.debug_aranges
133168
133168
0
0.0
.debug_frame
486752
486752
0
0.0
.debug_info
37909064
37909063
-1
-0.0
.debug_line
5257986
5257986
0
0.0
.debug_loc
3367729
3367729
0
0.0
.debug_ranges
359568
359568
0
0.0
.debug_str
3458100
3458100
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
116744
116744
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565314
565314
0
0.0
.symtab
171728
171728
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
957578
957576
-2
-0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1284883
1284883
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4800
4800
0
0.0
.debug_abbrev
1644525
1644525
0
0.0
.debug_aranges
140672
140672
0
0.0
.debug_frame
512124
512124
0
0.0
.debug_info
41815678
41815677
-1
-0.0
.debug_line
5632517
5632517
0
0.0
.debug_loc
3560376
3560376
0
0.0
.debug_ranges
382024
382024
0
0.0
.debug_str
3854070
3854070
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
130136
130136
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
624487
624487
0
0.0
.symtab
189536
189536
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031024
1031022
-2
-0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677359
677359
0
0.0
(read/write)
174200
174200
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89791
89791
0
0.0
.text
587256
587256
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641607
641607
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
78927
78927
0
0.0
.text
562360
562360
0
0.0
lock-ftd
LP_CC2652R7
(read only)
675851
675851
0
0.0
(read/write)
172844
172844
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77315
77315
0
0.0
.text
598056
598056
0
0.0
lock-mtd
LP_CC2652R7
(read only)
659615
659607
-8
-0.0
(read/write)
184768
184776
8
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103135
103135
0
0.0
.text
556000
555992
-8
-0.0
pump-app
LP_CC2652R7
(read only)
688131
688131
0
0.0
(read/write)
161300
161300
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90763
90763
0
0.0
.text
596884
596884
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672455
672455
0
0.0
(read/write)
177072
177072
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86319
86319
0
0.0
.text
585656
585656
0
0.0
shell
LP_CC2652R7
(read only)
668382
668382
0
0.0
(read/write)
185496
185496
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86502
86502
0
0.0
.text
581564
581564
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588138
588138
0
0.0
.app_xip_area
464724
464724
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592170
592178
8
0.0
.app_xip_area
463460
463468
8
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
543998
543998
0
0.0
.app_xip_area
425664
425664
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974092
974092
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
819548
819548
0
0.0
BRD4161A+rs911x
(read/write)
1031640
1031640
0
0.0
.bss
186680
186680
0
0.0
.data
2092
2092
0
0.0
.text
842848
842848
0
0.0
BRD4187C
(read/write)
1146348
1146348
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980492
980492
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1157248
1157248
0
0.0
.bss
158208
158208
0
0.0
.data
2100
2100
0
0.0
.text
996920
996920
0
0.0
window-app
BRD4187C
(read/write)
1139568
1139568
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972272
972272
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223650
1223650
0
0.0
(read/write)
1788334
1788334
0
0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
257888
257888
0
0.0
.flash.text
1223650
1223650
0
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233699
1233699
0
0.0
(read/write)
564252
564252
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
314952
314952
0
0.0
.flash.text
1228315
1228315
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661268
661268
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563012
563012
0
0.0
light
k32w0+release
(read/write)
671528
671528
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
591900
591900
0
0.0
lock
k32w0+release
(read/write)
633076
633076
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
552668
552668
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452200
2452200
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1414844
1414844
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1183659
1183659
0
0.0
bss
144457
144457
0
0.0
rodata
144428
144428
0
0.0
text
815888
815888
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1162343
1162343
0
0.0
bss
143684
143684
0
0.0
rodata
136000
136000
0
0.0
text
803784
803784
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
841952
841952
0
0.0
(read/write)
1745644
1745644
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1229489
1229489
0
0.0
.debug_aranges
111904
111904
0
0.0
.debug_frame
373628
373628
0
0.0
.debug_info
26837502
26837502
0
0.0
.debug_line
3673331
3673331
0
0.0
.debug_loc
3590250
3590250
0
0.0
.debug_ranges
339704
339704
0
0.0
.debug_str
3441503
3441503
0
0.0
.heap
841952
841952
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
569882
569882
0
0.0
.symtab
421328
421328
0
0.0
.text
1545864
1545864
0
0.0
.zero.table
8
8
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
842688
842688
0
0.0
(read/write)
1688244
1688244
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1221288
1221288
0
0.0
.debug_aranges
111376
111376
0
0.0
.debug_frame
376708
376708
0
0.0
.debug_info
26574284
26574285
1
0.0
.debug_line
3694048
3694048
0
0.0
.debug_loc
3577887
3577887
0
0.0
.debug_ranges
338320
338320
0
0.0
.debug_str
3430516
3430516
0
0.0
.heap
842688
842688
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
533971
533971
0
0.0
.symtab
407760
407760
0
0.0
.text
1489200
1489200
0
0.0
.zero.table
8
8
0
0.0
light
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
850872
850872
0
0.0
(read/write)
1606788
1606788
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1055399
1055399
0
0.0
.debug_aranges
103584
103584
0
0.0
.debug_frame
347040
347040
0
0.0
.debug_info
22038008
22038008
0
0.0
.debug_line
3263972
3263972
0
0.0
.debug_loc
3275848
3275848
0
0.0
.debug_ranges
303624
303624
0
0.0
.debug_str
3236048
3236048
0
0.0
.heap
850872
850872
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
470348
470348
0
0.0
.symtab
376208
376208
0
0.0
.text
1415928
1415928
0
0.0
.zero.table
8
8
0
0.0
lock
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
845880
845880
0
0.0
(read/write)
1640492
1640492
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1057338
1057338
0
0.0
.debug_aranges
103976
103976
0
0.0
.debug_frame
348896
348896
0
0.0
.debug_info
22271297
22271297
0
0.0
.debug_line
3260937
3260937
0
0.0
.debug_loc
3303430
3303430
0
0.0
.debug_ranges
305560
305560
0
0.0
.debug_str
3255446
3255446
0
0.0
.heap
845880
845880
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
472699
472699
0
0.0
.symtab
377824
377824
0
0.0
.text
1444640
1444640
0
0.0
.zero.table
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1148824
1148824
0
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
595924
595924
0
0.0
lock-app
qpg6105+debug
(read/write)
1113712
1113712
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
560808
560808
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790300
790300
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
553858
553858
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
805532
805532
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
565992
565992
0
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804416
804416
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
564864
564864
0
0.0
PR #23242: Size comparison from 0c2f7c6c09e8542c18da5e4e64cc48545571a384 to 381d614c3cf2bd646352b62b8676be691370914d
Increases (11 builds for bl602, bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
0c2f7c6c
381d614c
change
% change
bl602
lighting-app
bl602
.text
1069916
1069920
4
0.0
bl602+rpc
(read/write)
1435814
1435822
8
0.0
.text
1101264
1101266
2
0.0
bl702
lighting-app
bl702+rpc
.debug_info
41833208
41833209
1
0.0
.text
1031188
1031190
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677559
677567
8
0.0
.text
587384
587392
8
0.0
nrfconnect
all-clusters-minimal-app
nrf52840dk_nrf52840
text
803916
803920
4
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26859254
26859255
1
0.0
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26595884
26595885
1
0.0
light
cy8ckit_062s2_43012
.debug_info
22057379
22057380
1
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149000
1149008
8
0.0
.text
596100
596108
8
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790588
790596
8
0.0
text
554060
554062
2
0.0
ota-requestor-app
tlsr9518adk80d
text
565082
565086
4
0.0
Decreases (5 builds for cc13x2_26x2, efr32, esp32)
platform
target
config
section
0c2f7c6c
381d614c
change
% change
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read/write)
174000
173992
-8
-0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641815
641807
-8
-0.0
.text
562496
562488
-8
-0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974292
974276
-16
-0.0
.text
819748
819732
-16
-0.0
esp32
all-clusters-app
c3devkit
(read only)
1223868
1223864
-4
-0.0
(read/write)
1788414
1788406
-8
-0.0
.flash.rodata
257968
257960
-8
-0.0
.flash.text
1223868
1223864
-4
-0.0
m5stack
(read/write)
564332
564324
-8
-0.0
.flash.rodata
315032
315024
-8
-0.0
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
0c2f7c6c
381d614c
change
% change
bl602
lighting-app
bl602
(read/write)
1390598
1390598
0
0.0
.bss
90745
90745
0
0.0
.data
9928
9928
0
0.0
.text
1069916
1069920
4
0.0
bl602+rpc
(read/write)
1435814
1435822
8
0.0
.bss
98177
98177
0
0.0
.data
10312
10312
0
0.0
.text
1101264
1101266
2
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189507
1189507
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4272
4272
0
0.0
.debug_abbrev
1507974
1507974
0
0.0
.debug_aranges
132000
132000
0
0.0
.debug_frame
484268
484268
0
0.0
.debug_info
37926232
37926232
0
0.0
.debug_line
5256837
5256837
0
0.0
.debug_loc
3367293
3367293
0
0.0
.debug_ranges
358552
358552
0
0.0
.debug_str
3450962
3450962
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
116600
116600
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565413
565413
0
0.0
.symtab
171840
171840
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
957998
957998
0
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1284931
1284931
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4800
4800
0
0.0
.debug_abbrev
1645361
1645361
0
0.0
.debug_aranges
139504
139504
0
0.0
.debug_frame
509640
509640
0
0.0
.debug_info
41833208
41833209
1
0.0
.debug_line
5631555
5631555
0
0.0
.debug_loc
3559912
3559912
0
0.0
.debug_ranges
381008
381008
0
0.0
.debug_str
3846939
3846939
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
130008
130008
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
624586
624586
0
0.0
.symtab
189648
189648
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031188
1031190
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677559
677567
8
0.0
(read/write)
174000
173992
-8
-0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89863
89863
0
0.0
.text
587384
587392
8
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
641815
641807
-8
-0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
78999
78999
0
0.0
.text
562496
562488
-8
-0.0
lock-ftd
LP_CC2652R7
(read only)
676083
676083
0
0.0
(read/write)
172612
172612
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77387
77387
0
0.0
.text
598216
598216
0
0.0
lock-mtd
LP_CC2652R7
(read only)
659807
659807
0
0.0
(read/write)
184576
184576
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103199
103199
0
0.0
.text
556128
556128
0
0.0
pump-app
LP_CC2652R7
(read only)
688339
688339
0
0.0
(read/write)
161092
161092
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90835
90835
0
0.0
.text
597020
597020
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672623
672623
0
0.0
(read/write)
176904
176904
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86383
86383
0
0.0
.text
585760
585760
0
0.0
shell
LP_CC2652R7
(read only)
668582
668582
0
0.0
(read/write)
185296
185296
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86566
86566
0
0.0
.text
581700
581700
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588242
588242
0
0.0
.app_xip_area
464828
464828
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592290
592290
0
0.0
.app_xip_area
463580
463580
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544198
544198
0
0.0
.app_xip_area
425864
425864
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974292
974276
-16
-0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
819748
819732
-16
-0.0
BRD4161A+rs911x
(read/write)
1031920
1031920
0
0.0
.bss
186680
186680
0
0.0
.data
2092
2092
0
0.0
.text
843128
843128
0
0.0
BRD4187C
(read/write)
1146628
1146628
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980772
980772
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1157464
1157464
0
0.0
.bss
158208
158208
0
0.0
.data
2100
2100
0
0.0
.text
997136
997136
0
0.0
window-app
BRD4187C
(read/write)
1139848
1139848
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972552
972552
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223868
1223864
-4
-0.0
(read/write)
1788414
1788406
-8
-0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
257968
257960
-8
-0.0
.flash.text
1223868
1223864
-4
-0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233823
1233823
0
0.0
(read/write)
564332
564324
-8
-0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
315032
315024
-8
-0.0
.flash.text
1228439
1228439
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661380
661380
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563124
563124
0
0.0
light
k32w0+release
(read/write)
671712
671712
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592084
592084
0
0.0
lock
k32w0+release
(read/write)
633188
633188
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
552780
552780
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10431188
10431188
0
0.0
(read/write)
706353
706353
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650632
650632
0
0.0
.dynamic
560
560
0
0.0
.got
13896
13896
0
0.0
.init
24
24
0
0.0
.init_array
208
208
0
0.0
.rodata
518228
518228
0
0.0
.text
8257396
8257396
0
0.0
thermostat-no-ble
arm64
(read only)
2391660
2391660
0
0.0
(read/write)
143633
143633
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77256
77256
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
144548
144548
0
0.0
.text
2004208
2004208
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452400
2452400
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415044
1415044
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1183871
1183871
0
0.0
bss
144457
144457
0
0.0
rodata
144496
144496
0
0.0
text
816028
816028
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1162543
1162543
0
0.0
bss
143684
143684
0
0.0
rodata
136072
136072
0
0.0
text
803916
803920
4
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745924
1745924
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1229891
1229891
0
0.0
.debug_aranges
110680
110680
0
0.0
.debug_frame
371092
371092
0
0.0
.debug_info
26859254
26859255
1
0.0
.debug_line
3673060
3673060
0
0.0
.debug_loc
3590923
3590923
0
0.0
.debug_ranges
338736
338736
0
0.0
.debug_str
3434833
3434833
0
0.0
.heap
841952
841952
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
570130
570130
0
0.0
.symtab
421456
421456
0
0.0
.text
1546144
1546144
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688524
1688524
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1221734
1221734
0
0.0
.debug_aranges
110152
110152
0
0.0
.debug_frame
374172
374172
0
0.0
.debug_info
26595884
26595885
1
0.0
.debug_line
3693804
3693804
0
0.0
.debug_loc
3578560
3578560
0
0.0
.debug_ranges
337352
337352
0
0.0
.debug_str
3423854
3423854
0
0.0
.heap
842688
842688
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
534219
534219
0
0.0
.symtab
407888
407888
0
0.0
.text
1489480
1489480
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1607052
1607052
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1056242
1056242
0
0.0
.debug_aranges
102360
102360
0
0.0
.debug_frame
344504
344504
0
0.0
.debug_info
22057379
22057380
1
0.0
.debug_line
3263439
3263439
0
0.0
.debug_loc
3276259
3276259
0
0.0
.debug_ranges
302656
302656
0
0.0
.debug_str
3229374
3229374
0
0.0
.heap
850872
850872
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
470596
470596
0
0.0
.symtab
376336
376336
0
0.0
.text
1416192
1416192
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640740
1640740
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1058226
1058226
0
0.0
.debug_aranges
102752
102752
0
0.0
.debug_frame
346360
346360
0
0.0
.debug_info
22290568
22290568
0
0.0
.debug_line
3260420
3260420
0
0.0
.debug_loc
3303837
3303837
0
0.0
.debug_ranges
304592
304592
0
0.0
.debug_str
3248768
3248768
0
0.0
.heap
845880
845880
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
472947
472947
0
0.0
.symtab
377952
377952
0
0.0
.text
1444888
1444888
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149000
1149008
8
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
596100
596108
8
0.0
lock-app
qpg6105+debug
(read/write)
1113888
1113888
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
560984
560984
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790588
790596
8
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554060
554062
2
0.0
lighting-app
tlsr9518adk80d
(read/write)
805836
805836
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566212
566212
0
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804728
804728
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565082
565086
4
0.0
PR #23242: Size comparison from 3b81f3f4408336b518abd4ce1324a7e6e4e27d10 to 7fbfae032d136f350d6ee0ffdb444008c71d9d13
Increases (9 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
platform
target
config
section
3b81f3f4
7fbfae03
change
% change
bl602
lighting-app
bl602
.text
1069818
1069820
2
0.0
bl702
lighting-app
bl702
.debug_info
37964827
37964828
1
0.0
.text
957784
957786
2
0.0
bl702+rpc
.debug_info
41877795
41877796
1
0.0
.text
1031490
1031492
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read/write)
173672
173680
8
0.0
pump-app
LP_CC2652R7
(read/write)
160780
160788
8
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26899491
26899492
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22330841
22330842
1
0.0
telink
light-switch-app
tlsr9518adk80d
text
554282
554284
2
0.0
lighting-app
tlsr9518adk80d
text
566430
566434
4
0.0
Decreases (6 builds for cc13x2_26x2, esp32, psoc6, qpg)
platform
target
config
section
3b81f3f4
7fbfae03
change
% change
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677887
677879
-8
-0.0
.text
587688
587680
-8
-0.0
pump-app
LP_CC2652R7
(read only)
688651
688643
-8
-0.0
.text
597308
597300
-8
-0.0
esp32
all-clusters-app
c3devkit
(read/write)
1788478
1788470
-8
-0.0
.flash.rodata
258032
258024
-8
-0.0
m5stack
(read/write)
564404
564396
-8
-0.0
.flash.rodata
315104
315096
-8
-0.0
psoc6
light
cy8ckit_062s2_43012
.debug_info
22097476
22097474
-2
-0.0
qpg
lock-app
qpg6105+debug
(read/write)
1114264
1114256
-8
-0.0
.text
561360
561352
-8
-0.0
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
3b81f3f4
7fbfae03
change
% change
bl602
lighting-app
bl602
(read/write)
1390526
1390526
0
0.0
.bss
90745
90745
0
0.0
.data
9936
9936
0
0.0
.text
1069818
1069820
2
0.0
bl602+rpc
(read/write)
1435982
1435982
0
0.0
.bss
98177
98177
0
0.0
.data
10320
10320
0
0.0
.text
1101422
1101422
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189323
1189323
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4280
4280
0
0.0
.debug_abbrev
1509373
1509373
0
0.0
.debug_aranges
132040
132040
0
0.0
.debug_frame
484428
484428
0
0.0
.debug_info
37964827
37964828
1
0.0
.debug_line
5257208
5257208
0
0.0
.debug_loc
3366388
3366388
0
0.0
.debug_ranges
358064
358064
0
0.0
.debug_str
3451542
3451542
0
0.0
.hbn
509
509
0
0.0
.hbn_noinit
260
260
0
0.0
.init
342
342
0
0.0
.init_array
144
144
0
0.0
.psram
0
0
0
0.0
.riscv.attributes
47
47
0
0.0
.rodata
116616
116616
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565954
565954
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
957784
957786
2
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1285267
1285267
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4816
4816
0
0.0
.debug_abbrev
1646772
1646772
0
0.0
.debug_aranges
139544
139544
0
0.0
.debug_frame
509800
509800
0
0.0
.debug_info
41877795
41877796
1
0.0
.debug_line
5632788
5632788
0
0.0
.debug_loc
3559215
3559215
0
0.0
.debug_ranges
380864
380864
0
0.0
.debug_str
3847670
3847670
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
130024
130024
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
625127
625127
0
0.0
.symtab
189776
189776
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031490
1031492
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677887
677879
-8
-0.0
(read/write)
173672
173680
8
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89887
89887
0
0.0
.text
587688
587680
-8
-0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642135
642135
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
79023
79023
0
0.0
.text
562792
562792
0
0.0
lock-ftd
LP_CC2652R7
(read only)
676395
676395
0
0.0
(read/write)
172300
172300
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77411
77411
0
0.0
.text
598504
598504
0
0.0
lock-mtd
LP_CC2652R7
(read only)
660183
660183
0
0.0
(read/write)
184200
184200
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103263
103263
0
0.0
.text
556440
556440
0
0.0
pump-app
LP_CC2652R7
(read only)
688651
688643
-8
-0.0
(read/write)
160780
160788
8
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90859
90859
0
0.0
.text
597308
597300
-8
-0.0
pump-controller-app
LP_CC2652R7
(read only)
672927
672927
0
0.0
(read/write)
176600
176600
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86407
86407
0
0.0
.text
586040
586040
0
0.0
shell
LP_CC2652R7
(read only)
668906
668906
0
0.0
(read/write)
184972
184972
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86594
86594
0
0.0
.text
581996
581996
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588558
588558
0
0.0
.app_xip_area
465144
465144
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592606
592606
0
0.0
.app_xip_area
463896
463896
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544498
544498
0
0.0
.app_xip_area
426164
426164
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974732
974732
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
820188
820188
0
0.0
BRD4161A+rs911x
(read/write)
1034672
1034672
0
0.0
.bss
186744
186744
0
0.0
.data
2092
2092
0
0.0
.text
845812
845812
0
0.0
BRD4187C
(read/write)
1146720
1146720
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980864
980864
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1160424
1160424
0
0.0
.bss
158272
158272
0
0.0
.data
2100
2100
0
0.0
.text
1000032
1000032
0
0.0
window-app
BRD4187C
(read/write)
1139940
1139940
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972644
972644
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223988
1223988
0
0.0
(read/write)
1788478
1788470
-8
-0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
258032
258024
-8
-0.0
.flash.text
1223988
1223988
0
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1233955
1233955
0
0.0
(read/write)
564404
564396
-8
-0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
315104
315096
-8
-0.0
.flash.text
1228571
1228571
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661692
661692
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563436
563436
0
0.0
light
k32w0+release
(read/write)
672024
672024
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592396
592396
0
0.0
lock
k32w0+release
(read/write)
633484
633484
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
553076
553076
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10436380
10436380
0
0.0
(read/write)
706465
706465
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650720
650720
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
518220
518220
0
0.0
.text
8262324
8262324
0
0.0
thermostat-no-ble
arm64
(read only)
2392828
2392828
0
0.0
(read/write)
143665
143665
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77280
77280
0
0.0
.dynamic
560
560
0
0.0
.got
5184
5184
0
0.0
.init
24
24
0
0.0
.init_array
440
440
0
0.0
.rodata
144548
144548
0
0.0
.text
2005280
2005280
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452768
2452768
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415412
1415412
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1182151
1182151
0
0.0
bss
144457
144457
0
0.0
rodata
144488
144488
0
0.0
text
814308
814308
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1160819
1160819
0
0.0
bss
143684
143684
0
0.0
rodata
136060
136060
0
0.0
text
802204
802204
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745940
1745940
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1231262
1231262
0
0.0
.debug_aranges
110712
110712
0
0.0
.debug_frame
371204
371204
0
0.0
.debug_info
26899491
26899492
1
0.0
.debug_line
3673871
3673871
0
0.0
.debug_loc
3588816
3588816
0
0.0
.debug_ranges
337960
337960
0
0.0
.debug_str
3435299
3435299
0
0.0
.heap
841952
841952
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
570460
570460
0
0.0
.symtab
421744
421744
0
0.0
.text
1546160
1546160
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688548
1688548
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1223105
1223105
0
0.0
.debug_aranges
110184
110184
0
0.0
.debug_frame
374284
374284
0
0.0
.debug_info
26636121
26636121
0
0.0
.debug_line
3694663
3694663
0
0.0
.debug_loc
3576453
3576453
0
0.0
.debug_ranges
336576
336576
0
0.0
.debug_str
3424320
3424320
0
0.0
.heap
842688
842688
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
534549
534549
0
0.0
.symtab
408176
408176
0
0.0
.text
1489504
1489504
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1607004
1607004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1057613
1057613
0
0.0
.debug_aranges
102384
102384
0
0.0
.debug_frame
344600
344600
0
0.0
.debug_info
22097476
22097474
-2
-0.0
.debug_line
3264197
3264197
0
0.0
.debug_loc
3274179
3274179
0
0.0
.debug_ranges
301872
301872
0
0.0
.debug_str
3229759
3229759
0
0.0
.heap
850872
850872
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
470874
470874
0
0.0
.symtab
376560
376560
0
0.0
.text
1416144
1416144
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640780
1640780
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1059619
1059619
0
0.0
.debug_aranges
102784
102784
0
0.0
.debug_frame
346472
346472
0
0.0
.debug_info
22330841
22330842
1
0.0
.debug_line
3261187
3261187
0
0.0
.debug_loc
3301773
3301773
0
0.0
.debug_ranges
303816
303816
0
0.0
.debug_str
3249234
3249234
0
0.0
.heap
845880
845880
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
473277
473277
0
0.0
.symtab
378240
378240
0
0.0
.text
1444928
1444928
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149328
1149328
0
0.0
.bss
110580
110580
0
0.0
.data
832
832
0
0.0
.text
596428
596428
0
0.0
lock-app
qpg6105+debug
(read/write)
1114264
1114256
-8
-0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
561360
561352
-8
-0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790836
790836
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554282
554284
2
0.0
lighting-app
tlsr9518adk80d
(read/write)
806084
806084
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566430
566434
4
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804968
804968
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565302
565302
0
0.0
PR #23242: Size comparison from 753cb9cfa2ca72eb335332a3ee5cacb4def3b40e to a32e1375808b3d2435e80d47e2b9e702d52103de
Increases (3 builds for cc13x2_26x2, psoc6)
platform
target
config
section
753cb9cf
a32e1375
change
% change
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677863
677871
8
0.0
.text
587664
587672
8
0.0
psoc6
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26636120
26636122
2
0.0
light
cy8ckit_062s2_43012
.debug_info
22097474
22097476
2
0.0
Decreases (9 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
platform
target
config
section
753cb9cf
a32e1375
change
% change
bl602
lighting-app
bl602
.text
1069814
1069810
-4
-0.0
bl702
lighting-app
bl702
.debug_info
37964828
37964827
-1
-0.0
.text
957780
957778
-2
-0.0
bl702+rpc
.debug_info
41877797
41877796
-1
-0.0
.text
1031488
1031486
-2
-0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read/write)
173696
173688
-8
-0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642119
642111
-8
-0.0
.text
562776
562768
-8
-0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26899492
26899490
-2
-0.0
lock
cy8ckit_062s2_43012
.debug_info
22330843
22330841
-2
-0.0
telink
light-switch-app
tlsr9518adk80d
text
554266
554264
-2
-0.0
lighting-app
tlsr9518adk80d
(read/write)
806068
806060
-8
-0.0
text
566414
566412
-2
-0.0
Full report (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform
target
config
section
753cb9cf
a32e1375
change
% change
bl602
lighting-app
bl602
(read/write)
1390518
1390518
0
0.0
.bss
90745
90745
0
0.0
.data
9936
9936
0
0.0
.text
1069814
1069810
-4
-0.0
bl602+rpc
(read/write)
1435982
1435982
0
0.0
.bss
98177
98177
0
0.0
.data
10320
10320
0
0.0
.text
1101418
1101418
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189323
1189323
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4280
4280
0
0.0
.debug_abbrev
1509373
1509373
0
0.0
.debug_aranges
132040
132040
0
0.0
.debug_frame
484428
484428
0
0.0
.debug_info
37964828
37964827
-1
-0.0
.debug_line
5257208
5257208
0
0.0
.debug_loc
3366388
3366388
0
0.0
.debug_ranges
358064
358064
0
0.0
.debug_str
3451542
3451542
0
0.0
.hbn
509
509
0
0.0
.hbn_noinit
260
260
0
0.0
.init
342
342
0
0.0
.init_array
144
144
0
0.0
.psram
0
0
0
0.0
.riscv.attributes
47
47
0
0.0
.rodata
116616
116616
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565954
565954
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
957780
957778
-2
-0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1285251
1285251
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4816
4816
0
0.0
.debug_abbrev
1646772
1646772
0
0.0
.debug_aranges
139544
139544
0
0.0
.debug_frame
509800
509800
0
0.0
.debug_info
41877797
41877796
-1
-0.0
.debug_line
5632788
5632788
0
0.0
.debug_loc
3559215
3559215
0
0.0
.debug_ranges
380864
380864
0
0.0
.debug_str
3847670
3847670
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
130024
130024
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
625127
625127
0
0.0
.symtab
189776
189776
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031488
1031486
-2
-0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677863
677871
8
0.0
(read/write)
173696
173688
-8
-0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89887
89887
0
0.0
.text
587664
587672
8
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642119
642111
-8
-0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
79023
79023
0
0.0
.text
562776
562768
-8
-0.0
lock-ftd
LP_CC2652R7
(read only)
676379
676379
0
0.0
(read/write)
172316
172316
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77411
77411
0
0.0
.text
598488
598488
0
0.0
lock-mtd
LP_CC2652R7
(read only)
660167
660167
0
0.0
(read/write)
184216
184216
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103263
103263
0
0.0
.text
556424
556424
0
0.0
pump-app
LP_CC2652R7
(read only)
688635
688635
0
0.0
(read/write)
160796
160796
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90859
90859
0
0.0
.text
597292
597292
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672911
672911
0
0.0
(read/write)
176616
176616
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86407
86407
0
0.0
.text
586024
586024
0
0.0
shell
LP_CC2652R7
(read only)
668890
668890
0
0.0
(read/write)
184988
184988
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86594
86594
0
0.0
.text
581980
581980
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588542
588542
0
0.0
.app_xip_area
465128
465128
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592590
592590
0
0.0
.app_xip_area
463880
463880
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544482
544482
0
0.0
.app_xip_area
426148
426148
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974732
974732
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
820188
820188
0
0.0
BRD4161A+rs911x
(read/write)
1034672
1034672
0
0.0
.bss
186744
186744
0
0.0
.data
2092
2092
0
0.0
.text
845812
845812
0
0.0
BRD4187C
(read/write)
1146720
1146720
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980864
980864
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1160424
1160424
0
0.0
.bss
158272
158272
0
0.0
.data
2100
2100
0
0.0
.text
1000032
1000032
0
0.0
window-app
BRD4187C
(read/write)
1139940
1139940
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972644
972644
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223970
1223970
0
0.0
(read/write)
1788470
1788470
0
0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
258024
258024
0
0.0
.flash.text
1223970
1223970
0
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1234039
1234039
0
0.0
(read/write)
564396
564396
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
315096
315096
0
0.0
.flash.text
1228655
1228655
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661676
661676
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563420
563420
0
0.0
light
k32w0+release
(read/write)
672008
672008
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592380
592380
0
0.0
lock
k32w0+release
(read/write)
633484
633484
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
553076
553076
0
0.0
linux
all-clusters-app
debug
(read only)
3086657
3086657
0
0.0
(read/write)
158360
158360
0
0.0
.bss
62464
62464
0
0.0
.data
2272
2272
0
0.0
.data.rel.ro
87016
87016
0
0.0
.dynamic
608
608
0
0.0
.got
4776
4776
0
0.0
.init
27
27
0
0.0
.init_array
1200
1200
0
0.0
.rodata
281419
281419
0
0.0
.text
2620850
2620850
0
0.0
all-clusters-minimal-app
debug
(read only)
2912449
2912449
0
0.0
(read/write)
149792
149792
0
0.0
.bss
61664
61664
0
0.0
.data
2240
2240
0
0.0
.data.rel.ro
79384
79384
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
1176
1176
0
0.0
.rodata
280907
280907
0
0.0
.text
2450098
2450098
0
0.0
bridge-app
debug+rpc
(read only)
2412801
2412801
0
0.0
(read/write)
129560
129560
0
0.0
.bss
51008
51008
0
0.0
.data
3792
3792
0
0.0
.data.rel.ro
68680
68680
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
848
848
0
0.0
.rodata
211232
211232
0
0.0
.text
2034018
2034018
0
0.0
chip-tool
debug
(read only)
11081345
11081345
0
0.0
(read/write)
658440
658440
0
0.0
.bss
25944
25944
0
0.0
.data
2754
2754
0
0.0
.data.rel.ro
623080
623080
0
0.0
.dynamic
608
608
0
0.0
.got
5216
5216
0
0.0
.init
27
27
0
0.0
.init_array
776
776
0
0.0
.rodata
592221
592221
0
0.0
.text
8965204
8965204
0
0.0
chip-tool-ipv6only
arm64
(read only)
10436396
10436396
0
0.0
(read/write)
706465
706465
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650720
650720
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
518220
518220
0
0.0
.text
8262340
8262340
0
0.0
lighting-app
debug+rpc
(read only)
2640233
2640233
0
0.0
(read/write)
132248
132248
0
0.0
.bss
49984
49984
0
0.0
.data
2288
2288
0
0.0
.data.rel.ro
73800
73800
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
944
944
0
0.0
.rodata
228096
228096
0
0.0
.text
2236162
2236162
0
0.0
lock-app
debug
(read only)
2602241
2602241
0
0.0
(read/write)
127296
127296
0
0.0
.bss
48416
48416
0
0.0
.data
1904
1904
0
0.0
.data.rel.ro
70728
70728
0
0.0
.dynamic
608
608
0
0.0
.got
4672
4672
0
0.0
.init
27
27
0
0.0
.init_array
920
920
0
0.0
.rodata
244328
244328
0
0.0
.text
2186306
2186306
0
0.0
ota-provider-app
debug
(read only)
2398777
2398777
0
0.0
(read/write)
120824
120824
0
0.0
.bss
47936
47936
0
0.0
.data
2128
2128
0
0.0
.data.rel.ro
64648
64648
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
784
784
0
0.0
.rodata
216904
216904
0
0.0
.text
2013330
2013330
0
0.0
ota-requestor-app
debug
(read only)
2563961
2563961
0
0.0
(read/write)
129136
129136
0
0.0
.bss
50464
50464
0
0.0
.data
2496
2496
0
0.0
.data.rel.ro
69992
69992
0
0.0
.dynamic
608
608
0
0.0
.got
4688
4688
0
0.0
.init
27
27
0
0.0
.init_array
872
872
0
0.0
.rodata
223952
223952
0
0.0
.text
2162370
2162370
0
0.0
shell
debug
(read only)
2626433
2626433
0
0.0
(read/write)
143016
143016
0
0.0
.bss
57864
57864
0
0.0
.data
1264
1264
0
0.0
.data.rel.ro
78064
78064
0
0.0
.dynamic
608
608
0
0.0
.got
4136
4136
0
0.0
.init
27
27
0
0.0
.init_array
1048
1048
0
0.0
.rodata
240178
240178
0
0.0
.text
2226610
2226610
0
0.0
thermostat-no-ble
arm64
(read only)
2392844
2392844
0
0.0
(read/write)
143665
143665
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77280
77280
0
0.0
.dynamic
560
560
0
0.0
.got
5184
5184
0
0.0
.init
24
24
0
0.0
.init_array
440
440
0
0.0
.rodata
144548
144548
0
0.0
.text
2005296
2005296
0
0.0
tv-app
debug
(read only)
3236713
3236713
0
0.0
(read/write)
261752
261752
0
0.0
.bss
170552
170552
0
0.0
.data
4256
4256
0
0.0
.data.rel.ro
80272
80272
0
0.0
.dynamic
608
608
0
0.0
.got
4976
4976
0
0.0
.init
27
27
0
0.0
.init_array
1080
1080
0
0.0
.rodata
268184
268184
0
0.0
.text
2775186
2775186
0
0.0
tv-casting-app
debug
(read only)
5585641
5585641
0
0.0
(read/write)
161896
161896
0
0.0
.bss
52120
52120
0
0.0
.data
1936
1936
0
0.0
.data.rel.ro
101224
101224
0
0.0
.dynamic
608
608
0
0.0
.got
4896
4896
0
0.0
.init
27
27
0
0.0
.init_array
1064
1064
0
0.0
.rodata
355961
355961
0
0.0
.text
4954226
4954226
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452768
2452768
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415412
1415412
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745940
1745940
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1231262
1231262
0
0.0
.debug_aranges
110712
110712
0
0.0
.debug_frame
371204
371204
0
0.0
.debug_info
26899492
26899490
-2
-0.0
.debug_line
3673871
3673871
0
0.0
.debug_loc
3588816
3588816
0
0.0
.debug_ranges
337960
337960
0
0.0
.debug_str
3435299
3435299
0
0.0
.heap
841952
841952
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
570460
570460
0
0.0
.symtab
421744
421744
0
0.0
.text
0
0
0
0.0
1546160
1546160
0
0.0
.zero.table
8
8
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688548
1688548
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1223105
1223105
0
0.0
.debug_aranges
110184
110184
0
0.0
.debug_frame
374284
374284
0
0.0
.debug_info
26636120
26636122
2
0.0
.debug_line
3694663
3694663
0
0.0
.debug_loc
3576453
3576453
0
0.0
.debug_ranges
336576
336576
0
0.0
.debug_str
3424320
3424320
0
0.0
.heap
842688
842688
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
534549
534549
0
0.0
.symtab
408176
408176
0
0.0
.text
1489504
1489504
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1607004
1607004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1057613
1057613
0
0.0
.debug_aranges
102384
102384
0
0.0
.debug_frame
344600
344600
0
0.0
.debug_info
22097474
22097476
2
0.0
.debug_line
3264197
3264197
0
0.0
.debug_loc
3274179
3274179
0
0.0
.debug_ranges
301872
301872
0
0.0
.debug_str
3229759
3229759
0
0.0
.heap
850872
850872
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
470874
470874
0
0.0
.symtab
376560
376560
0
0.0
.text
1416144
1416144
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640780
1640780
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1059619
1059619
0
0.0
.debug_aranges
102784
102784
0
0.0
.debug_frame
346472
346472
0
0.0
.debug_info
22330843
22330841
-2
-0.0
.debug_line
3261187
3261187
0
0.0
.debug_loc
3301773
3301773
0
0.0
.debug_ranges
303816
303816
0
0.0
.debug_str
3249234
3249234
0
0.0
.heap
845880
845880
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
473277
473277
0
0.0
.symtab
378240
378240
0
0.0
.text
1444928
1444928
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
110580
110580
0
0.0
.data
832
832
0
0.0
.text
596412
596412
0
0.0
lock-app
qpg6105+debug
(read/write)
1114248
1114248
0
0.0
.bss
106372
106372
0
0.0
.data
836
836
0
0.0
.text
561344
561344
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790820
790820
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554266
554264
-2
-0.0
lighting-app
tlsr9518adk80d
(read/write)
806068
806060
-8
-0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566414
566412
-2
-0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804952
804952
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565286
565286
0
0.0
PR #23242: Size comparison from 8d7669d7142887a8be6aa037be1c407977ae588f to 5021e7a389f6fd273e6213cbfd7dd77c61a5af75
Increases (4 builds for cc13x2_26x2, cyw30739, esp32)
platform
target
config
section
8d7669d7
5021e7a3
change
% change
cc13x2_26x2
pump-app
LP_CC2652R7
(read/write)
160796
160804
8
0.0
cyw30739
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544474
544482
8
0.0
.app_xip_area
426140
426148
8
0.0
esp32
all-clusters-app
c3devkit
(read/write)
1788470
1788478
8
0.0
.flash.rodata
258024
258032
8
0.0
m5stack
(read/write)
564396
564404
8
0.0
.flash.rodata
315096
315104
8
0.0
Decreases (7 builds for bl702, cc13x2_26x2, psoc6)
platform
target
config
section
8d7669d7
5021e7a3
change
% change
bl702
lighting-app
bl702
.debug_info
37964828
37964827
-1
-0.0
.text
957780
957778
-2
-0.0
bl702+rpc
.debug_info
41877797
41877796
-1
-0.0
.text
1031488
1031486
-2
-0.0
cc13x2_26x2
pump-app
LP_CC2652R7
(read only)
688635
688627
-8
-0.0
.text
597292
597284
-8
-0.0
psoc6
all-clusters
cy8ckit_062s2_43012
.debug_info
26899491
26899490
-1
-0.0
all-clusters-minimal
cy8ckit_062s2_43012
.debug_info
26636121
26636120
-1
-0.0
light
cy8ckit_062s2_43012
.debug_info
22097476
22097474
-2
-0.0
lock
cy8ckit_062s2_43012
.debug_info
22330842
22330841
-1
-0.0
Full report (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform
target
config
section
8d7669d7
5021e7a3
change
% change
bl602
lighting-app
bl602
(read/write)
1390518
1390518
0
0.0
.bss
90745
90745
0
0.0
.data
9936
9936
0
0.0
.text
1069810
1069810
0
0.0
bl602+rpc
(read/write)
1435974
1435974
0
0.0
.bss
98177
98177
0
0.0
.data
10320
10320
0
0.0
.text
1101414
1101414
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189323
1189323
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4280
4280
0
0.0
.debug_abbrev
1509373
1509373
0
0.0
.debug_aranges
132040
132040
0
0.0
.debug_frame
484428
484428
0
0.0
.debug_info
37964828
37964827
-1
-0.0
.debug_line
5257208
5257208
0
0.0
.debug_loc
3366388
3366388
0
0.0
.debug_ranges
358064
358064
0
0.0
.debug_str
3451542
3451542
0
0.0
.hbn
509
509
0
0.0
.hbn_noinit
260
260
0
0.0
.init
342
342
0
0.0
.init_array
144
144
0
0.0
.psram
0
0
0
0.0
.riscv.attributes
47
47
0
0.0
.rodata
116616
116616
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565954
565954
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
957780
957778
-2
-0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1285251
1285251
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4816
4816
0
0.0
.debug_abbrev
1646772
1646772
0
0.0
.debug_aranges
139544
139544
0
0.0
.debug_frame
509800
509800
0
0.0
.debug_info
41877797
41877796
-1
-0.0
.debug_line
5632788
5632788
0
0.0
.debug_loc
3559215
3559215
0
0.0
.debug_ranges
380864
380864
0
0.0
.debug_str
3847670
3847670
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
130024
130024
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
625127
625127
0
0.0
.symtab
189776
189776
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031488
1031486
-2
-0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677871
677871
0
0.0
(read/write)
173688
173688
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89887
89887
0
0.0
.text
587672
587672
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642119
642119
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
79023
79023
0
0.0
.text
562776
562776
0
0.0
lock-ftd
LP_CC2652R7
(read only)
676379
676379
0
0.0
(read/write)
172316
172316
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77411
77411
0
0.0
.text
598488
598488
0
0.0
lock-mtd
LP_CC2652R7
(read only)
660167
660167
0
0.0
(read/write)
184216
184216
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103263
103263
0
0.0
.text
556424
556424
0
0.0
pump-app
LP_CC2652R7
(read only)
688635
688627
-8
-0.0
(read/write)
160796
160804
8
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90859
90859
0
0.0
.text
597292
597284
-8
-0.0
pump-controller-app
LP_CC2652R7
(read only)
672911
672911
0
0.0
(read/write)
176616
176616
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86407
86407
0
0.0
.text
586024
586024
0
0.0
shell
LP_CC2652R7
(read only)
668890
668890
0
0.0
(read/write)
184988
184988
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86594
86594
0
0.0
.text
581980
581980
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588542
588542
0
0.0
.app_xip_area
465128
465128
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592590
592590
0
0.0
.app_xip_area
463880
463880
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544474
544482
8
0.0
.app_xip_area
426140
426148
8
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974732
974732
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
820188
820188
0
0.0
BRD4161A+rs911x
(read/write)
1034672
1034672
0
0.0
.bss
186744
186744
0
0.0
.data
2092
2092
0
0.0
.text
845812
845812
0
0.0
BRD4187C
(read/write)
1146720
1146720
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980864
980864
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1160424
1160424
0
0.0
.bss
158272
158272
0
0.0
.data
2100
2100
0
0.0
.text
1000032
1000032
0
0.0
window-app
BRD4187C
(read/write)
1139940
1139940
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972644
972644
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223972
1223972
0
0.0
(read/write)
1788470
1788478
8
0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
258024
258032
8
0.0
.flash.text
1223972
1223972
0
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1234039
1234039
0
0.0
(read/write)
564396
564404
8
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
315096
315104
8
0.0
.flash.text
1228655
1228655
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661676
661676
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563420
563420
0
0.0
light
k32w0+release
(read/write)
672008
672008
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592380
592380
0
0.0
lock
k32w0+release
(read/write)
633484
633484
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
553076
553076
0
0.0
linux
all-clusters-app
debug
(read only)
3086657
3086657
0
0.0
(read/write)
158360
158360
0
0.0
.bss
62464
62464
0
0.0
.data
2272
2272
0
0.0
.data.rel.ro
87016
87016
0
0.0
.dynamic
608
608
0
0.0
.got
4776
4776
0
0.0
.init
27
27
0
0.0
.init_array
1200
1200
0
0.0
.rodata
281419
281419
0
0.0
.text
2620850
2620850
0
0.0
all-clusters-minimal-app
debug
(read only)
2912449
2912449
0
0.0
(read/write)
149792
149792
0
0.0
.bss
61664
61664
0
0.0
.data
2240
2240
0
0.0
.data.rel.ro
79384
79384
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
1176
1176
0
0.0
.rodata
280907
280907
0
0.0
.text
2450098
2450098
0
0.0
bridge-app
debug+rpc
(read only)
2412801
2412801
0
0.0
(read/write)
129560
129560
0
0.0
.bss
51008
51008
0
0.0
.data
3792
3792
0
0.0
.data.rel.ro
68680
68680
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
848
848
0
0.0
.rodata
211232
211232
0
0.0
.text
2034018
2034018
0
0.0
chip-tool
debug
(read only)
11081345
11081345
0
0.0
(read/write)
658440
658440
0
0.0
.bss
25944
25944
0
0.0
.data
2754
2754
0
0.0
.data.rel.ro
623080
623080
0
0.0
.dynamic
608
608
0
0.0
.got
5216
5216
0
0.0
.init
27
27
0
0.0
.init_array
776
776
0
0.0
.rodata
592221
592221
0
0.0
.text
8965204
8965204
0
0.0
chip-tool-ipv6only
arm64
(read only)
10436396
10436396
0
0.0
(read/write)
706465
706465
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650720
650720
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
518220
518220
0
0.0
.text
8262340
8262340
0
0.0
lighting-app
debug+rpc
(read only)
2640233
2640233
0
0.0
(read/write)
132248
132248
0
0.0
.bss
49984
49984
0
0.0
.data
2288
2288
0
0.0
.data.rel.ro
73800
73800
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
944
944
0
0.0
.rodata
228096
228096
0
0.0
.text
2236162
2236162
0
0.0
lock-app
debug
(read only)
2602241
2602241
0
0.0
(read/write)
127296
127296
0
0.0
.bss
48416
48416
0
0.0
.data
1904
1904
0
0.0
.data.rel.ro
70728
70728
0
0.0
.dynamic
608
608
0
0.0
.got
4672
4672
0
0.0
.init
27
27
0
0.0
.init_array
920
920
0
0.0
.rodata
244328
244328
0
0.0
.text
2186306
2186306
0
0.0
ota-provider-app
debug
(read only)
2398777
2398777
0
0.0
(read/write)
120824
120824
0
0.0
.bss
47936
47936
0
0.0
.data
2128
2128
0
0.0
.data.rel.ro
64648
64648
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
784
784
0
0.0
.rodata
216904
216904
0
0.0
.text
2013330
2013330
0
0.0
ota-requestor-app
debug
(read only)
2563961
2563961
0
0.0
(read/write)
129136
129136
0
0.0
.bss
50464
50464
0
0.0
.data
2496
2496
0
0.0
.data.rel.ro
69992
69992
0
0.0
.dynamic
608
608
0
0.0
.got
4688
4688
0
0.0
.init
27
27
0
0.0
.init_array
872
872
0
0.0
.rodata
223952
223952
0
0.0
.text
2162370
2162370
0
0.0
shell
debug
(read only)
2626433
2626433
0
0.0
(read/write)
143016
143016
0
0.0
.bss
57864
57864
0
0.0
.data
1264
1264
0
0.0
.data.rel.ro
78064
78064
0
0.0
.dynamic
608
608
0
0.0
.got
4136
4136
0
0.0
.init
27
27
0
0.0
.init_array
1048
1048
0
0.0
.rodata
240178
240178
0
0.0
.text
2226610
2226610
0
0.0
thermostat-no-ble
arm64
(read only)
2392844
2392844
0
0.0
(read/write)
143665
143665
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77280
77280
0
0.0
.dynamic
560
560
0
0.0
.got
5184
5184
0
0.0
.init
24
24
0
0.0
.init_array
440
440
0
0.0
.rodata
144548
144548
0
0.0
.text
2005296
2005296
0
0.0
tv-app
debug
(read only)
3236713
3236713
0
0.0
(read/write)
261752
261752
0
0.0
.bss
170552
170552
0
0.0
.data
4256
4256
0
0.0
.data.rel.ro
80272
80272
0
0.0
.dynamic
608
608
0
0.0
.got
4976
4976
0
0.0
.init
27
27
0
0.0
.init_array
1080
1080
0
0.0
.rodata
268184
268184
0
0.0
.text
2775186
2775186
0
0.0
tv-casting-app
debug
(read only)
5585641
5585641
0
0.0
(read/write)
161896
161896
0
0.0
.bss
52120
52120
0
0.0
.data
1936
1936
0
0.0
.data.rel.ro
101224
101224
0
0.0
.dynamic
608
608
0
0.0
.got
4896
4896
0
0.0
.init
27
27
0
0.0
.init_array
1064
1064
0
0.0
.rodata
355961
355961
0
0.0
.text
4954226
4954226
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452768
2452768
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415412
1415412
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745940
1745940
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1231262
1231262
0
0.0
.debug_aranges
110712
110712
0
0.0
.debug_frame
371204
371204
0
0.0
.debug_info
26899491
26899490
-1
-0.0
.debug_line
3673871
3673871
0
0.0
.debug_loc
3588816
3588816
0
0.0
.debug_ranges
337960
337960
0
0.0
.debug_str
3435299
3435299
0
0.0
.heap
841952
841952
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
570460
570460
0
0.0
.symtab
421744
421744
0
0.0
.text
0
0
0
0.0
1546160
1546160
0
0.0
.zero.table
8
8
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688548
1688548
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1223105
1223105
0
0.0
.debug_aranges
110184
110184
0
0.0
.debug_frame
374284
374284
0
0.0
.debug_info
26636121
26636120
-1
-0.0
.debug_line
3694663
3694663
0
0.0
.debug_loc
3576453
3576453
0
0.0
.debug_ranges
336576
336576
0
0.0
.debug_str
3424320
3424320
0
0.0
.heap
842688
842688
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
534549
534549
0
0.0
.symtab
408176
408176
0
0.0
.text
1489504
1489504
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1607004
1607004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1057613
1057613
0
0.0
.debug_aranges
102384
102384
0
0.0
.debug_frame
344600
344600
0
0.0
.debug_info
22097476
22097474
-2
-0.0
.debug_line
3264197
3264197
0
0.0
.debug_loc
3274179
3274179
0
0.0
.debug_ranges
301872
301872
0
0.0
.debug_str
3229759
3229759
0
0.0
.heap
850872
850872
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
470874
470874
0
0.0
.symtab
376560
376560
0
0.0
.text
1416144
1416144
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640780
1640780
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1059619
1059619
0
0.0
.debug_aranges
102784
102784
0
0.0
.debug_frame
346472
346472
0
0.0
.debug_info
22330842
22330841
-1
-0.0
.debug_line
3261187
3261187
0
0.0
.debug_loc
3301773
3301773
0
0.0
.debug_ranges
303816
303816
0
0.0
.debug_str
3249234
3249234
0
0.0
.heap
845880
845880
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
473277
473277
0
0.0
.symtab
378240
378240
0
0.0
.text
1444928
1444928
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149968
1149968
0
0.0
.bss
110612
110612
0
0.0
.data
848
848
0
0.0
.text
597068
597068
0
0.0
lock-app
qpg6105+debug
(read/write)
1114760
1114760
0
0.0
.bss
106388
106388
0
0.0
.data
836
836
0
0.0
.text
561856
561856
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790820
790820
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554266
554266
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
806068
806068
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566414
566414
0
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804952
804952
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565286
565286
0
0.0
PR #23242: Size comparison from 16f49ea7df83f62780ad7d2600c8399959937c99 to efd23f86367ab2a676ba259f1217ffc1e490fbf9
Increases (2 builds for psoc6)
platform
target
config
section
16f49ea7
efd23f86
change
% change
psoc6
light
cy8ckit_062s2_43012
.debug_info
22097474
22097475
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22330841
22330842
1
0.0
Decreases (2 builds for qpg, telink)
platform
target
config
section
16f49ea7
efd23f86
change
% change
qpg
lock-app
qpg6105+debug
(read/write)
1114760
1114752
-8
-0.0
.text
561856
561848
-8
-0.0
telink
ota-requestor-app
tlsr9518adk80d
text
565286
565284
-2
-0.0
Full report (31 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
16f49ea7
efd23f86
change
% change
bl602
lighting-app
bl602
(read/write)
1390518
1390518
0
0.0
.bss
90745
90745
0
0.0
.data
9936
9936
0
0.0
.text
1069810
1069810
0
0.0
bl602+rpc
(read/write)
1435974
1435974
0
0.0
.bss
98177
98177
0
0.0
.data
10320
10320
0
0.0
.text
1101416
1101416
0
0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189323
1189323
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4280
4280
0
0.0
.debug_abbrev
1509373
1509373
0
0.0
.debug_aranges
132040
132040
0
0.0
.debug_frame
484428
484428
0
0.0
.debug_info
37964827
37964827
0
0.0
.debug_line
5257208
5257208
0
0.0
.debug_loc
3366388
3366388
0
0.0
.debug_ranges
358064
358064
0
0.0
.debug_str
3451542
3451542
0
0.0
.hbn
509
509
0
0.0
.hbn_noinit
260
260
0
0.0
.init
342
342
0
0.0
.init_array
144
144
0
0.0
.psram
0
0
0
0.0
.riscv.attributes
47
47
0
0.0
.rodata
116616
116616
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565954
565954
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
957778
957778
0
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1285251
1285251
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4816
4816
0
0.0
.debug_abbrev
1646772
1646772
0
0.0
.debug_aranges
139544
139544
0
0.0
.debug_frame
509800
509800
0
0.0
.debug_info
41877795
41877795
0
0.0
.debug_line
5632788
5632788
0
0.0
.debug_loc
3559215
3559215
0
0.0
.debug_ranges
380864
380864
0
0.0
.debug_str
3847670
3847670
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
130024
130024
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
625127
625127
0
0.0
.symtab
189776
189776
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031484
1031484
0
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677871
677871
0
0.0
(read/write)
173688
173688
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89887
89887
0
0.0
.text
587672
587672
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642119
642119
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
79023
79023
0
0.0
.text
562776
562776
0
0.0
lock-ftd
LP_CC2652R7
(read only)
676379
676379
0
0.0
(read/write)
172316
172316
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77411
77411
0
0.0
.text
598488
598488
0
0.0
lock-mtd
LP_CC2652R7
(read only)
660167
660167
0
0.0
(read/write)
184216
184216
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103263
103263
0
0.0
.text
556424
556424
0
0.0
pump-app
LP_CC2652R7
(read only)
688635
688635
0
0.0
(read/write)
160796
160796
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90859
90859
0
0.0
.text
597292
597292
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672911
672911
0
0.0
(read/write)
176616
176616
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86407
86407
0
0.0
.text
586024
586024
0
0.0
shell
LP_CC2652R7
(read only)
668890
668890
0
0.0
(read/write)
184988
184988
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86594
86594
0
0.0
.text
581980
581980
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588542
588542
0
0.0
.app_xip_area
465128
465128
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592590
592590
0
0.0
.app_xip_area
463880
463880
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544482
544482
0
0.0
.app_xip_area
426148
426148
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
k32w
contact
k32w0+release
(read/write)
661676
661676
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563420
563420
0
0.0
light
k32w0+release
(read/write)
672008
672008
0
0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592380
592380
0
0.0
lock
k32w0+release
(read/write)
633484
633484
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
553076
553076
0
0.0
linux
chip-tool-ipv6only
arm64
(read only)
10436396
10436396
0
0.0
(read/write)
706465
706465
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650720
650720
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
518220
518220
0
0.0
.text
8262340
8262340
0
0.0
thermostat-no-ble
arm64
(read only)
2392844
2392844
0
0.0
(read/write)
143665
143665
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77280
77280
0
0.0
.dynamic
560
560
0
0.0
.got
5184
5184
0
0.0
.init
24
24
0
0.0
.init_array
440
440
0
0.0
.rodata
144548
144548
0
0.0
.text
2005296
2005296
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452768
2452768
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415412
1415412
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1188191
1188191
0
0.0
bss
145301
145301
0
0.0
rodata
144836
144836
0
0.0
text
816996
816996
0
0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1167475
1167475
0
0.0
bss
144528
144528
0
0.0
rodata
136576
136576
0
0.0
text
805334
805334
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
841952
841952
0
0.0
(read/write)
1745940
1745940
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1231262
1231262
0
0.0
.debug_aranges
110712
110712
0
0.0
.debug_frame
371204
371204
0
0.0
.debug_info
26899490
26899490
0
0.0
.debug_line
3673871
3673871
0
0.0
.debug_loc
3588816
3588816
0
0.0
.debug_ranges
337960
337960
0
0.0
.debug_str
3435299
3435299
0
0.0
.heap
841952
841952
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
570460
570460
0
0.0
.symtab
421744
421744
0
0.0
.text
1546160
1546160
0
0.0
.zero.table
8
8
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
842688
842688
0
0.0
(read/write)
1688548
1688548
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1223105
1223105
0
0.0
.debug_aranges
110184
110184
0
0.0
.debug_frame
374284
374284
0
0.0
.debug_info
26636120
26636120
0
0.0
.debug_line
3694663
3694663
0
0.0
.debug_loc
3576453
3576453
0
0.0
.debug_ranges
336576
336576
0
0.0
.debug_str
3424320
3424320
0
0.0
.heap
842688
842688
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
534549
534549
0
0.0
.symtab
408176
408176
0
0.0
.text
1489504
1489504
0
0.0
.zero.table
8
8
0
0.0
light
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
850872
850872
0
0.0
(read/write)
1607004
1607004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1057613
1057613
0
0.0
.debug_aranges
102384
102384
0
0.0
.debug_frame
344600
344600
0
0.0
.debug_info
22097474
22097475
1
0.0
.debug_line
3264197
3264197
0
0.0
.debug_loc
3274179
3274179
0
0.0
.debug_ranges
301872
301872
0
0.0
.debug_str
3229759
3229759
0
0.0
.heap
850872
850872
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
470874
470874
0
0.0
.symtab
376560
376560
0
0.0
.text
1416144
1416144
0
0.0
.zero.table
8
8
0
0.0
lock
cy8ckit_062s2_43012
0
0
0
0.0
(read only)
845880
845880
0
0.0
(read/write)
1640780
1640780
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1059619
1059619
0
0.0
.debug_aranges
102784
102784
0
0.0
.debug_frame
346472
346472
0
0.0
.debug_info
22330841
22330842
1
0.0
.debug_line
3261187
3261187
0
0.0
.debug_loc
3301773
3301773
0
0.0
.debug_ranges
303816
303816
0
0.0
.debug_str
3249234
3249234
0
0.0
.heap
845880
845880
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
473277
473277
0
0.0
.symtab
378240
378240
0
0.0
.text
1444928
1444928
0
0.0
.zero.table
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149968
1149968
0
0.0
.bss
110612
110612
0
0.0
.data
848
848
0
0.0
.text
597068
597068
0
0.0
lock-app
qpg6105+debug
(read/write)
1114760
1114752
-8
-0.0
.bss
106388
106388
0
0.0
.data
836
836
0
0.0
.text
561856
561848
-8
-0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790820
790820
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554264
554264
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
806068
806068
0
0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566414
566414
0
0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804952
804952
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565286
565284
-2
-0.0
PR #23242: Size comparison from 16f49ea7df83f62780ad7d2600c8399959937c99 to e2fce6202a620903797a6c72ebb71c0c328fca4b
Increases (5 builds for bl602, bl702, esp32, psoc6)
platform
target
config
section
16f49ea7
e2fce620
change
% change
bl602
lighting-app
bl602
.text
1069810
1069812
2
0.0
bl702
lighting-app
bl702+rpc
.debug_info
41877795
41877796
1
0.0
.text
1031484
1031486
2
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223970
1223972
2
0.0
(read/write)
1788470
1788478
8
0.0
.flash.rodata
258024
258032
8
0.0
.flash.text
1223970
1223972
2
0.0
psoc6
light
cy8ckit_062s2_43012
.debug_info
22097474
22097475
1
0.0
lock
cy8ckit_062s2_43012
.debug_info
22330841
22330842
1
0.0
Decreases (5 builds for bl602, k32w, nrfconnect, telink)
platform
target
config
section
16f49ea7
e2fce620
change
% change
bl602
lighting-app
bl602+rpc
.text
1101416
1101414
-2
-0.0
k32w
light
k32w0+release
(read/write)
672008
671992
-16
-0.0
.text
592380
592364
-16
-0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
text
816996
816992
-4
-0.0
telink
lighting-app
tlsr9518adk80d
(read/write)
806068
806060
-8
-0.0
text
566414
566412
-2
-0.0
ota-requestor-app
tlsr9518adk80d
text
565286
565284
-2
-0.0
Full report (49 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform
target
config
section
16f49ea7
e2fce620
change
% change
bl602
lighting-app
bl602
(read/write)
1390518
1390518
0
0.0
.bss
90745
90745
0
0.0
.data
9936
9936
0
0.0
.text
1069810
1069812
2
0.0
bl602+rpc
(read/write)
1435974
1435974
0
0.0
.bss
98177
98177
0
0.0
.data
10320
10320
0
0.0
.text
1101416
1101414
-2
-0.0
bl702
lighting-app
bl702
(read only)
3262
3262
0
0.0
(read/write)
1189323
1189323
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
67134
67134
0
0.0
.bss_psram
29696
29696
0
0.0
.comment
48
48
0
0.0
.data
4280
4280
0
0.0
.debug_abbrev
1509373
1509373
0
0.0
.debug_aranges
132040
132040
0
0.0
.debug_frame
484428
484428
0
0.0
.debug_info
37964827
37964827
0
0.0
.debug_line
5257208
5257208
0
0.0
.debug_loc
3366388
3366388
0
0.0
.debug_ranges
358064
358064
0
0.0
.debug_str
3451542
3451542
0
0.0
.hbn
509
509
0
0.0
.hbn_noinit
260
260
0
0.0
.init
342
342
0
0.0
.init_array
144
144
0
0.0
.psram
0
0
0
0.0
.riscv.attributes
47
47
0
0.0
.rodata
116616
116616
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
565954
565954
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
957778
957778
0
0.0
bl702+rpc
(read only)
3262
3262
0
0.0
(read/write)
1285251
1285251
0
0.0
.bleromro
6296
6296
0
0.0
.bleromrw
124
124
0
0.0
.boot2
688
688
0
0.0
.bss
75166
75166
0
0.0
.bss_psram
29936
29936
0
0.0
.comment
48
48
0
0.0
.data
4816
4816
0
0.0
.debug_abbrev
1646772
1646772
0
0.0
.debug_aranges
139544
139544
0
0.0
.debug_frame
509800
509800
0
0.0
.debug_info
41877795
41877796
1
0.0
.debug_line
5632788
5632788
0
0.0
.debug_loc
3559215
3559215
0
0.0
.debug_ranges
380864
380864
0
0.0
.debug_str
3847670
3847670
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
130024
130024
0
0.0
.rsvd
3188
3188
0
0.0
.shstrtab
293
293
0
0.0
.stack
2048
2048
0
0.0
.strtab
625127
625127
0
0.0
.symtab
189776
189776
0
0.0
.tcm_data
36
36
0
0.0
.tcmcode
3262
3262
0
0.0
.text
0
0
0
0.0
1031484
1031486
2
0.0
cc13x2_26x2
all-clusters-app
LP_CC2652R7
(read only)
677871
677871
0
0.0
(read/write)
173688
173688
0
0.0
.bss
81252
81252
0
0.0
.data
3380
3380
0
0.0
.rodata
89887
89887
0
0.0
.text
587672
587672
0
0.0
all-clusters-minimal-app
LP_CC2652R7
(read only)
642119
642119
0
0.0
(read/write)
158020
158020
0
0.0
.bss
80524
80524
0
0.0
.data
3380
3380
0
0.0
.rodata
79023
79023
0
0.0
.text
562776
562776
0
0.0
lock-ftd
LP_CC2652R7
(read only)
676379
676379
0
0.0
(read/write)
172316
172316
0
0.0
.bss
78476
78476
0
0.0
.data
3304
3304
0
0.0
.rodata
77411
77411
0
0.0
.text
598488
598488
0
0.0
lock-mtd
LP_CC2652R7
(read only)
660167
660167
0
0.0
(read/write)
184216
184216
0
0.0
.bss
74164
74164
0
0.0
.data
3304
3304
0
0.0
.rodata
103263
103263
0
0.0
.text
556424
556424
0
0.0
pump-app
LP_CC2652R7
(read only)
688635
688635
0
0.0
(read/write)
160796
160796
0
0.0
.bss
78444
78444
0
0.0
.data
3296
3296
0
0.0
.rodata
90859
90859
0
0.0
.text
597292
597292
0
0.0
pump-controller-app
LP_CC2652R7
(read only)
672911
672911
0
0.0
(read/write)
176616
176616
0
0.0
.bss
78540
78540
0
0.0
.data
3292
3292
0
0.0
.rodata
86407
86407
0
0.0
.text
586024
586024
0
0.0
shell
LP_CC2652R7
(read only)
668890
668890
0
0.0
(read/write)
184988
184988
0
0.0
.bss
83572
83572
0
0.0
.data
3376
3376
0
0.0
.rodata
86594
86594
0
0.0
.text
581980
581980
0
0.0
cyw30739
light
cyw930739m2evb_01
(read/write)
588542
588542
0
0.0
.app_xip_area
465128
465128
0
0.0
.bss
65832
65832
0
0.0
.data
760
760
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
lock
cyw930739m2evb_01
(read/write)
592590
592590
0
0.0
.app_xip_area
463880
463880
0
0.0
.bss
71120
71120
0
0.0
.data
768
768
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
ota-requestor-no-progress-logging
cyw930739m2evb_01
(read/write)
544482
544482
0
0.0
.app_xip_area
426148
426148
0
0.0
.bss
60800
60800
0
0.0
.data
716
716
0
0.0
.rodata
0
0
0
0.0
.text
112
112
0
0.0
efr32
lighting-app
BRD4161A+rpc
(read/write)
974732
974732
0
0.0
.bss
152276
152276
0
0.0
.data
2248
2248
0
0.0
.text
820188
820188
0
0.0
BRD4161A+rs911x
(read/write)
1034672
1034672
0
0.0
.bss
186744
186744
0
0.0
.data
2092
2092
0
0.0
.text
845812
845812
0
0.0
BRD4187C
(read/write)
1146720
1146720
0
0.0
.bss
138664
138664
0
0.0
.data
2596
2596
0
0.0
.text
980864
980864
0
0.0
lock-app
BRD4161A+wf200
(read/write)
1160424
1160424
0
0.0
.bss
158272
158272
0
0.0
.data
2100
2100
0
0.0
.text
1000032
1000032
0
0.0
window-app
BRD4187C
(read/write)
1139940
1139940
0
0.0
.bss
140080
140080
0
0.0
.data
2620
2620
0
0.0
.text
972644
972644
0
0.0
esp32
all-clusters-app
c3devkit
(read only)
1223970
1223972
2
0.0
(read/write)
1788470
1788478
8
0.0
.dram0.bss
76960
76960
0
0.0
.dram0.data
13840
13840
0
0.0
.flash.rodata
258024
258032
8
0.0
.flash.text
1223970
1223972
2
0.0
.iram0.text
65204
65204
0
0.0
m5stack
(read only)
1234039
1234039
0
0.0
(read/write)
564404
564404
0
0.0
.dram0.bss
82336
82336
0
0.0
.dram0.data
34296
34296
0
0.0
.flash.rodata
315104
315104
0
0.0
.flash.text
1228655
1228655
0
0.0
.iram0.text
123939
123939
0
0.0
k32w
contact
k32w0+release
(read/write)
661676
661676
0
0.0
.bss
77040
77040
0
0.0
.data
2104
2104
0
0.0
.text
563420
563420
0
0.0
light
k32w0+release
(read/write)
672008
671992
-16
-0.0
.bss
74840
74840
0
0.0
.data
2060
2060
0
0.0
.text
592380
592364
-16
-0.0
lock
k32w0+release
(read/write)
633484
633484
0
0.0
.bss
75600
75600
0
0.0
.data
2080
2080
0
0.0
.text
553076
553076
0
0.0
linux
all-clusters-app
debug
(read only)
3086657
3086657
0
0.0
(read/write)
158360
158360
0
0.0
.bss
62464
62464
0
0.0
.data
2272
2272
0
0.0
.data.rel.ro
87016
87016
0
0.0
.dynamic
608
608
0
0.0
.got
4776
4776
0
0.0
.init
27
27
0
0.0
.init_array
1200
1200
0
0.0
.rodata
281419
281419
0
0.0
.text
2620850
2620850
0
0.0
all-clusters-minimal-app
debug
(read only)
2912449
2912449
0
0.0
(read/write)
149792
149792
0
0.0
.bss
61664
61664
0
0.0
.data
2240
2240
0
0.0
.data.rel.ro
79384
79384
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
1176
1176
0
0.0
.rodata
280907
280907
0
0.0
.text
2450098
2450098
0
0.0
bridge-app
debug+rpc
(read only)
2412801
2412801
0
0.0
(read/write)
129560
129560
0
0.0
.bss
51008
51008
0
0.0
.data
3792
3792
0
0.0
.data.rel.ro
68680
68680
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
848
848
0
0.0
.rodata
211232
211232
0
0.0
.text
2034018
2034018
0
0.0
chip-tool
debug
(read only)
11081345
11081345
0
0.0
(read/write)
658440
658440
0
0.0
.bss
25944
25944
0
0.0
.data
2754
2754
0
0.0
.data.rel.ro
623080
623080
0
0.0
.dynamic
608
608
0
0.0
.got
5216
5216
0
0.0
.init
27
27
0
0.0
.init_array
776
776
0
0.0
.rodata
592221
592221
0
0.0
.text
8965204
8965204
0
0.0
chip-tool-ipv6only
arm64
(read only)
10436396
10436396
0
0.0
(read/write)
706465
706465
0
0.0
.bss
33953
33953
0
0.0
.data
2768
2768
0
0.0
.data.rel.ro
650720
650720
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
518220
518220
0
0.0
.text
8262340
8262340
0
0.0
lighting-app
debug+rpc
(read only)
2640233
2640233
0
0.0
(read/write)
132248
132248
0
0.0
.bss
49984
49984
0
0.0
.data
2288
2288
0
0.0
.data.rel.ro
73800
73800
0
0.0
.dynamic
608
608
0
0.0
.got
4600
4600
0
0.0
.init
27
27
0
0.0
.init_array
944
944
0
0.0
.rodata
228096
228096
0
0.0
.text
2236162
2236162
0
0.0
lock-app
debug
(read only)
2602241
2602241
0
0.0
(read/write)
127296
127296
0
0.0
.bss
48416
48416
0
0.0
.data
1904
1904
0
0.0
.data.rel.ro
70728
70728
0
0.0
.dynamic
608
608
0
0.0
.got
4672
4672
0
0.0
.init
27
27
0
0.0
.init_array
920
920
0
0.0
.rodata
244328
244328
0
0.0
.text
2186306
2186306
0
0.0
ota-provider-app
debug
(read only)
2398777
2398777
0
0.0
(read/write)
120824
120824
0
0.0
.bss
47936
47936
0
0.0
.data
2128
2128
0
0.0
.data.rel.ro
64648
64648
0
0.0
.dynamic
608
608
0
0.0
.got
4696
4696
0
0.0
.init
27
27
0
0.0
.init_array
784
784
0
0.0
.rodata
216904
216904
0
0.0
.text
2013330
2013330
0
0.0
ota-requestor-app
debug
(read only)
2563961
2563961
0
0.0
(read/write)
129136
129136
0
0.0
.bss
50464
50464
0
0.0
.data
2496
2496
0
0.0
.data.rel.ro
69992
69992
0
0.0
.dynamic
608
608
0
0.0
.got
4688
4688
0
0.0
.init
27
27
0
0.0
.init_array
872
872
0
0.0
.rodata
223952
223952
0
0.0
.text
2162370
2162370
0
0.0
shell
debug
(read only)
2626433
2626433
0
0.0
(read/write)
143016
143016
0
0.0
.bss
57864
57864
0
0.0
.data
1264
1264
0
0.0
.data.rel.ro
78064
78064
0
0.0
.dynamic
608
608
0
0.0
.got
4136
4136
0
0.0
.init
27
27
0
0.0
.init_array
1048
1048
0
0.0
.rodata
240178
240178
0
0.0
.text
2226610
2226610
0
0.0
thermostat-no-ble
arm64
(read only)
2392844
2392844
0
0.0
(read/write)
143665
143665
0
0.0
.bss
55377
55377
0
0.0
.data
1816
1816
0
0.0
.data.rel.ro
77280
77280
0
0.0
.dynamic
560
560
0
0.0
.got
5184
5184
0
0.0
.init
24
24
0
0.0
.init_array
440
440
0
0.0
.rodata
144548
144548
0
0.0
.text
2005296
2005296
0
0.0
tv-app
debug
(read only)
3236713
3236713
0
0.0
(read/write)
261752
261752
0
0.0
.bss
170552
170552
0
0.0
.data
4256
4256
0
0.0
.data.rel.ro
80272
80272
0
0.0
.dynamic
608
608
0
0.0
.got
4976
4976
0
0.0
.init
27
27
0
0.0
.init_array
1080
1080
0
0.0
.rodata
268184
268184
0
0.0
.text
2775186
2775186
0
0.0
tv-casting-app
debug
(read only)
5585641
5585641
0
0.0
(read/write)
161896
161896
0
0.0
.bss
52120
52120
0
0.0
.data
1936
1936
0
0.0
.data.rel.ro
101224
101224
0
0.0
.dynamic
608
608
0
0.0
.got
4896
4896
0
0.0
.init
27
27
0
0.0
.init_array
1064
1064
0
0.0
.rodata
355961
355961
0
0.0
.text
4954226
4954226
0
0.0
mbed
lock-app
CY8CPROTO_062_4343W+release
(read only)
6224
6224
0
0.0
(read/write)
2452768
2452768
0
0.0
.bss
215028
215028
0
0.0
.data
5872
5872
0
0.0
.text
1415412
1415412
0
0.0
nrfconnect
all-clusters-app
nrf52840dk_nrf52840
(read/write)
1188191
1188191
0
0.0
bss
145301
145301
0
0.0
rodata
144836
144836
0
0.0
text
816996
816992
-4
-0.0
all-clusters-minimal-app
nrf52840dk_nrf52840
(read/write)
1167475
1167475
0
0.0
bss
144528
144528
0
0.0
rodata
136576
136576
0
0.0
text
805334
805334
0
0.0
psoc6
all-clusters
cy8ckit_062s2_43012
(read only)
841952
841952
0
0.0
(read/write)
1745940
1745940
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
188728
188728
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
1231262
1231262
0
0.0
.debug_aranges
110712
110712
0
0.0
.debug_frame
371204
371204
0
0.0
.debug_info
26899490
26899490
0
0.0
.debug_line
3673871
3673871
0
0.0
.debug_loc
3588816
3588816
0
0.0
.debug_ranges
337960
337960
0
0.0
.debug_str
3435299
3435299
0
0.0
.heap
841952
841952
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
570460
570460
0
0.0
.symtab
421744
421744
0
0.0
.text
1546160
1546160
0
0.0
.zero.table
8
8
0
0.0
text
0
0
0
0.0
all-clusters-minimal
cy8ckit_062s2_43012
(read only)
842688
842688
0
0.0
(read/write)
1688548
1688548
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
187992
187992
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
1223105
1223105
0
0.0
.debug_aranges
110184
110184
0
0.0
.debug_frame
374284
374284
0
0.0
.debug_info
26636120
26636120
0
0.0
.debug_line
3694663
3694663
0
0.0
.debug_loc
3576453
3576453
0
0.0
.debug_ranges
336576
336576
0
0.0
.debug_str
3424320
3424320
0
0.0
.heap
842688
842688
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
534549
534549
0
0.0
.symtab
408176
408176
0
0.0
.text
1489504
1489504
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
light
cy8ckit_062s2_43012
(read only)
850872
850872
0
0.0
(read/write)
1607004
1607004
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
180016
180016
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
1057613
1057613
0
0.0
.debug_aranges
102384
102384
0
0.0
.debug_frame
344600
344600
0
0.0
.debug_info
22097474
22097475
1
0.0
.debug_line
3264197
3264197
0
0.0
.debug_loc
3274179
3274179
0
0.0
.debug_ranges
301872
301872
0
0.0
.debug_str
3229759
3229759
0
0.0
.heap
850872
850872
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
470874
470874
0
0.0
.symtab
376560
376560
0
0.0
.text
1416144
1416144
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
lock
cy8ckit_062s2_43012
(read only)
845880
845880
0
0.0
(read/write)
1640780
1640780
0
0.0
.ARM.attributes
46
46
0
0.0
.ARM.exidx
8
8
0
0.0
.bss
184992
184992
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
1059619
1059619
0
0.0
.debug_aranges
102784
102784
0
0.0
.debug_frame
346472
346472
0
0.0
.debug_info
22330841
22330842
1
0.0
.debug_line
3261187
3261187
0
0.0
.debug_loc
3301773
3301773
0
0.0
.debug_ranges
303816
303816
0
0.0
.debug_str
3249234
3249234
0
0.0
.heap
845880
845880
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
473277
473277
0
0.0
.symtab
378240
378240
0
0.0
.text
1444928
1444928
0
0.0
.zero.table
0
0
0
0.0
8
8
0
0.0
qpg
lighting-app
qpg6105+debug
(read/write)
1149968
1149968
0
0.0
.bss
110612
110612
0
0.0
.data
848
848
0
0.0
.text
597068
597068
0
0.0
lock-app
qpg6105+debug
(read/write)
1114760
1114760
0
0.0
.bss
106388
106388
0
0.0
.data
836
836
0
0.0
.text
561856
561856
0
0.0
telink
light-switch-app
tlsr9518adk80d
(read/write)
790820
790820
0
0.0
bss
72480
72480
0
0.0
noinit
43520
43520
0
0.0
text
554264
554264
0
0.0
lighting-app
tlsr9518adk80d
(read/write)
806068
806060
-8
-0.0
bss
73240
73240
0
0.0
noinit
43520
43520
0
0.0
text
566414
566412
-2
-0.0
ota-requestor-app
tlsr9518adk80d
(read/write)
804952
804952
0
0.0
bss
74052
74052
0
0.0
noinit
43520
43520
0
0.0
text
565286
565284
-2
-0.0