Issue Being Resolved
CastingServer does not expose any APIs to subscribe to media attribute changes on a Matter TV.
Fixes #20064
Change overview
- Updates to the CastingServer to expose APIs to subscribe to attributes in the MediaPlayback, TargetNavigator, ApplicationLauncher, LevelControl, Channel clusters.
- Created a generalized class template: MediaBase, from which we extend the new MediaSubscriptionBase and the pre-existing MediaCommandBase.
- Demonstrated calls to the API to subscribe to one attribute (CurrentState from MediaPlayback) in the Linux TV Casting app's flow, after it gets commissioned.
Testing
Tested by running the Linux tv-casting-app against the tv-app. Checked that the subscription was established successfully as per the log statements. Following is a sample successful read response received on the tv-casting-app from the Android tv-app (content app):
[1663727829.556764][168747:168747] CHIP:DMG: ReportDataMessage =
[1663727829.556836][168747:168747] CHIP:DMG: {
[1663727829.556899][168747:168747] CHIP:DMG: SubscriptionId = 0xeb84d190,
[1663727829.556963][168747:168747] CHIP:DMG: AttributeReportIBs =
[1663727829.557043][168747:168747] CHIP:DMG: [
[1663727829.557107][168747:168747] CHIP:DMG: AttributeReportIB =
[1663727829.557197][168747:168747] CHIP:DMG: {
[1663727829.557265][168747:168747] CHIP:DMG: AttributeDataIB =
[1663727829.557348][168747:168747] CHIP:DMG: {
[1663727829.557435][168747:168747] CHIP:DMG: DataVersion = 0x693ade13,
[1663727829.557519][168747:168747] CHIP:DMG: AttributePathIB =
[1663727829.557604][168747:168747] CHIP:DMG: {
[1663727829.557692][168747:168747] CHIP:DMG: Endpoint = 0x4,
[1663727829.557782][168747:168747] CHIP:DMG: Cluster = 0x506,
[1663727829.557872][168747:168747] CHIP:DMG: Attribute = 0x0000_0000,
[1663727829.557958][168747:168747] CHIP:DMG: }
[1663727829.558056][168747:168747] CHIP:DMG:
[1663727829.558147][168747:168747] CHIP:DMG: Data = 3,
[1663727829.558234][168747:168747] CHIP:DMG: },
[1663727829.558323][168747:168747] CHIP:DMG:
[1663727829.558395][168747:168747] CHIP:DMG: },
[1663727829.558477][168747:168747] CHIP:DMG:
[1663727829.558539][168747:168747] CHIP:DMG: ],
[1663727829.558615][168747:168747] CHIP:DMG:
[1663727829.558677][168747:168747] CHIP:DMG: InteractionModelRevision = 1
[1663727829.558737][168747:168747] CHIP:DMG: }
[1663727829.558958][168747:168747] CHIP:SVR: OnCurrentStateReadResponseSuccess called responseData: 3
[1663727829.559018][168747:168747] CHIP:SVR: OnCurrentStateReadResponseSuccess CurrentState: Buffering
[1663727829.559070][168747:168747] CHIP:SVR: OnCurrentStateReadResponseSuccess context value: 121212
PR #22709: Size comparison from 989ad8ec4d8004065c6c7cb090de23484f12b54f to 6e90f48ae5acd6196c6efaa60531cd030a48b227
Increases (10 builds for bl602, bl702, esp32, psoc6, telink)
platform |
target |
config |
section |
989ad8ec |
6e90f48a |
change |
% change |
bl602 |
lighting-app |
bl602 |
.text |
1064914 |
1064918 |
4 |
0.0 |
|
|
bl602+rpc |
(read/write) |
1428274 |
1428282 |
8 |
0.0 |
|
|
|
.text |
1096262 |
1096266 |
4 |
0.0 |
bl702 |
lighting-app |
bl702 |
.debug_info |
37894568 |
37894569 |
1 |
0.0 |
|
|
|
.text |
956776 |
956778 |
2 |
0.0 |
|
|
bl702+rpc |
.debug_info |
41801170 |
41801172 |
2 |
0.0 |
|
|
|
.text |
1030476 |
1030480 |
4 |
0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read/write) |
1788046 |
1788054 |
8 |
0.0 |
|
|
|
.flash.rodata |
257616 |
257624 |
8 |
0.0 |
psoc6 |
all-clusters-minimal |
cy8ckit_062s2_43012 |
.debug_info |
26552241 |
26552242 |
1 |
0.0 |
|
lock |
cy8ckit_062s2_43012 |
.debug_info |
22395757 |
22395758 |
1 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
text |
574558 |
574560 |
2 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
text |
592718 |
592720 |
2 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
843716 |
843724 |
8 |
0.0 |
|
|
|
text |
598960 |
598964 |
4 |
0.0 |
Decreases (3 builds for esp32, nrfconnect, psoc6)
platform |
target |
config |
section |
989ad8ec |
6e90f48a |
change |
% change |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222910 |
1222908 |
-2 |
-0.0 |
|
|
|
.flash.text |
1222910 |
1222908 |
-2 |
-0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
text |
815256 |
815252 |
-4 |
-0.0 |
psoc6 |
light |
cy8ckit_062s2_43012 |
.debug_info |
22016437 |
22016436 |
-1 |
-0.0 |
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform |
target |
config |
section |
989ad8ec |
6e90f48a |
change |
% change |
bl602 |
lighting-app |
bl602 |
(read/write) |
1383062 |
1383062 |
0 |
0.0 |
|
|
|
.bss |
89337 |
89337 |
0 |
0.0 |
|
|
|
.data |
9816 |
9816 |
0 |
0.0 |
|
|
|
.text |
1064914 |
1064918 |
4 |
0.0 |
|
|
bl602+rpc |
(read/write) |
1428274 |
1428282 |
8 |
0.0 |
|
|
|
.bss |
96769 |
96769 |
0 |
0.0 |
|
|
|
.data |
10200 |
10200 |
0 |
0.0 |
|
|
|
.text |
1096262 |
1096266 |
4 |
0.0 |
bl702 |
lighting-app |
bl702 |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1188011 |
1188011 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
66958 |
66958 |
0 |
0.0 |
|
|
|
.bss_psram |
29696 |
29696 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4280 |
4280 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1506715 |
1506715 |
0 |
0.0 |
|
|
|
.debug_aranges |
133088 |
133088 |
0 |
0.0 |
|
|
|
.debug_frame |
486412 |
486412 |
0 |
0.0 |
|
|
|
.debug_info |
37894568 |
37894569 |
1 |
0.0 |
|
|
|
.debug_line |
5252100 |
5252100 |
0 |
0.0 |
|
|
|
.debug_loc |
3361966 |
3361966 |
0 |
0.0 |
|
|
|
.debug_ranges |
359712 |
359712 |
0 |
0.0 |
|
|
|
.debug_str |
3455772 |
3455772 |
0 |
0.0 |
|
|
|
.hbn |
509 |
509 |
0 |
0.0 |
|
|
|
.hbn_noinit |
260 |
260 |
0 |
0.0 |
|
|
|
.init |
342 |
342 |
0 |
0.0 |
|
|
|
.init_array |
144 |
144 |
0 |
0.0 |
|
|
|
.psram |
0 |
0 |
0 |
0.0 |
|
|
|
.riscv.attributes |
47 |
47 |
0 |
0.0 |
|
|
|
.rodata |
116488 |
116488 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
564895 |
564895 |
0 |
0.0 |
|
|
|
.symtab |
171616 |
171616 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
956776 |
956778 |
2 |
0.0 |
|
|
bl702+rpc |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1283939 |
1283939 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
75006 |
75006 |
0 |
0.0 |
|
|
|
.bss_psram |
29936 |
29936 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4800 |
4800 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1644294 |
1644294 |
0 |
0.0 |
|
|
|
.debug_aranges |
140592 |
140592 |
0 |
0.0 |
|
|
|
.debug_frame |
511788 |
511788 |
0 |
0.0 |
|
|
|
.debug_info |
41801170 |
41801172 |
2 |
0.0 |
|
|
|
.debug_line |
5626639 |
5626639 |
0 |
0.0 |
|
|
|
.debug_loc |
3554673 |
3554673 |
0 |
0.0 |
|
|
|
.debug_ranges |
382168 |
382168 |
0 |
0.0 |
|
|
|
.debug_str |
3851739 |
3851739 |
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 |
129896 |
129896 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
624068 |
624068 |
0 |
0.0 |
|
|
|
.symtab |
189424 |
189424 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
1030476 |
1030480 |
4 |
0.0 |
cc13x2_26x2 |
all-clusters-app |
LP_CC2652R7 |
(read only) |
676571 |
676571 |
0 |
0.0 |
|
|
|
(read/write) |
174964 |
174964 |
0 |
0.0 |
|
|
|
.bss |
81228 |
81228 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
89603 |
89603 |
0 |
0.0 |
|
|
|
.text |
586656 |
586656 |
0 |
0.0 |
|
all-clusters-minimal-app |
LP_CC2652R7 |
(read only) |
640811 |
640811 |
0 |
0.0 |
|
|
|
(read/write) |
157996 |
157996 |
0 |
0.0 |
|
|
|
.bss |
80500 |
80500 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
78739 |
78739 |
0 |
0.0 |
|
|
|
.text |
561752 |
561752 |
0 |
0.0 |
|
lock-ftd |
LP_CC2652R7 |
(read only) |
678103 |
678103 |
0 |
0.0 |
|
|
|
(read/write) |
170600 |
170600 |
0 |
0.0 |
|
|
|
.bss |
78484 |
78484 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
77287 |
77287 |
0 |
0.0 |
|
|
|
.text |
600336 |
600336 |
0 |
0.0 |
|
lock-mtd |
LP_CC2652R7 |
(read only) |
661923 |
661923 |
0 |
0.0 |
|
|
|
(read/write) |
182468 |
182468 |
0 |
0.0 |
|
|
|
.bss |
74172 |
74172 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
103123 |
103123 |
0 |
0.0 |
|
|
|
.text |
558320 |
558320 |
0 |
0.0 |
|
pump-app |
LP_CC2652R7 |
(read only) |
687259 |
687259 |
0 |
0.0 |
|
|
|
(read/write) |
162148 |
162148 |
0 |
0.0 |
|
|
|
.bss |
78420 |
78420 |
0 |
0.0 |
|
|
|
.data |
3296 |
3296 |
0 |
0.0 |
|
|
|
.rodata |
90507 |
90507 |
0 |
0.0 |
|
|
|
.text |
596268 |
596268 |
0 |
0.0 |
|
pump-controller-app |
LP_CC2652R7 |
(read only) |
671759 |
671759 |
0 |
0.0 |
|
|
|
(read/write) |
177760 |
177760 |
0 |
0.0 |
|
|
|
.bss |
78532 |
78532 |
0 |
0.0 |
|
|
|
.data |
3292 |
3292 |
0 |
0.0 |
|
|
|
.rodata |
86063 |
86063 |
0 |
0.0 |
|
|
|
.text |
585216 |
585216 |
0 |
0.0 |
|
shell |
LP_CC2652R7 |
(read only) |
667590 |
667590 |
0 |
0.0 |
|
|
|
(read/write) |
186256 |
186256 |
0 |
0.0 |
|
|
|
.bss |
83540 |
83540 |
0 |
0.0 |
|
|
|
.data |
3376 |
3376 |
0 |
0.0 |
|
|
|
.rodata |
86318 |
86318 |
0 |
0.0 |
|
|
|
.text |
580956 |
580956 |
0 |
0.0 |
cyw30739 |
light |
cyw930739m2evb_01 |
(read/write) |
587314 |
587314 |
0 |
0.0 |
|
|
|
.app_xip_area |
463972 |
463972 |
0 |
0.0 |
|
|
|
.bss |
65776 |
65776 |
0 |
0.0 |
|
|
|
.data |
744 |
744 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
lock |
cyw930739m2evb_01 |
(read/write) |
594370 |
594370 |
0 |
0.0 |
|
|
|
.app_xip_area |
465700 |
465700 |
0 |
0.0 |
|
|
|
.bss |
71096 |
71096 |
0 |
0.0 |
|
|
|
.data |
752 |
752 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
ota-requestor-no-progress-logging |
cyw930739m2evb_01 |
(read/write) |
543306 |
543306 |
0 |
0.0 |
|
|
|
.app_xip_area |
424988 |
424988 |
0 |
0.0 |
|
|
|
.bss |
60784 |
60784 |
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 |
(read/write) |
1110288 |
1110288 |
0 |
0.0 |
|
|
|
.bss |
136332 |
136332 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
971864 |
971864 |
0 |
0.0 |
|
|
BRD4161A+rpc |
(read/write) |
973428 |
973428 |
0 |
0.0 |
|
|
|
.bss |
150844 |
150844 |
0 |
0.0 |
|
|
|
.data |
2252 |
2252 |
0 |
0.0 |
|
|
|
.text |
820312 |
820312 |
0 |
0.0 |
|
|
BRD4161A+rs911x |
(read/write) |
1003552 |
1003552 |
0 |
0.0 |
|
|
|
.bss |
169168 |
169168 |
0 |
0.0 |
|
|
|
.data |
2064 |
2064 |
0 |
0.0 |
|
|
|
.text |
832300 |
832300 |
0 |
0.0 |
|
lock-app |
BRD4161A+wf200 |
(read/write) |
1151292 |
1151292 |
0 |
0.0 |
|
|
|
.bss |
152248 |
152248 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
996952 |
996952 |
0 |
0.0 |
|
window-app |
BRD4161A |
(read/write) |
1102336 |
1102336 |
0 |
0.0 |
|
|
|
.bss |
137780 |
137780 |
0 |
0.0 |
|
|
|
.data |
2096 |
2096 |
0 |
0.0 |
|
|
|
.text |
962440 |
962440 |
0 |
0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222910 |
1222908 |
-2 |
-0.0 |
|
|
|
(read/write) |
1788046 |
1788054 |
8 |
0.0 |
|
|
|
.dram0.bss |
76944 |
76944 |
0 |
0.0 |
|
|
|
.dram0.data |
13840 |
13840 |
0 |
0.0 |
|
|
|
.flash.rodata |
257616 |
257624 |
8 |
0.0 |
|
|
|
.flash.text |
1222910 |
1222908 |
-2 |
-0.0 |
|
|
|
.iram0.text |
65204 |
65204 |
0 |
0.0 |
|
|
m5stack |
(read only) |
1232975 |
1232975 |
0 |
0.0 |
|
|
|
(read/write) |
563940 |
563940 |
0 |
0.0 |
|
|
|
.dram0.bss |
82304 |
82304 |
0 |
0.0 |
|
|
|
.dram0.data |
34296 |
34296 |
0 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314672 |
0 |
0.0 |
|
|
|
.flash.text |
1227591 |
1227591 |
0 |
0.0 |
|
|
|
.iram0.text |
123939 |
123939 |
0 |
0.0 |
k32w |
light |
k32w0+release |
(read/write) |
649868 |
649868 |
0 |
0.0 |
|
|
|
.bss |
70712 |
70712 |
0 |
0.0 |
|
|
|
.data |
2068 |
2068 |
0 |
0.0 |
|
|
|
.text |
574360 |
574360 |
0 |
0.0 |
|
lock |
k32w0+release |
(read/write) |
706824 |
706824 |
0 |
0.0 |
|
|
|
.bss |
71160 |
71160 |
0 |
0.0 |
|
|
|
.data |
2076 |
2076 |
0 |
0.0 |
|
|
|
.text |
630860 |
630860 |
0 |
0.0 |
linux |
chip-tool-ipv6only |
arm64 |
(read only) |
10353156 |
10353156 |
0 |
0.0 |
|
|
|
(read/write) |
706241 |
706241 |
0 |
0.0 |
|
|
|
.bss |
33937 |
33937 |
0 |
0.0 |
|
|
|
.data |
2864 |
2864 |
0 |
0.0 |
|
|
|
.data.rel.ro |
650560 |
650560 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
13904 |
13904 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
200 |
200 |
0 |
0.0 |
|
|
|
.rodata |
503860 |
503860 |
0 |
0.0 |
|
|
|
.text |
8195348 |
8195348 |
0 |
0.0 |
|
thermostat-no-ble |
arm64 |
(read only) |
2386908 |
2386908 |
0 |
0.0 |
|
|
|
(read/write) |
143617 |
143617 |
0 |
0.0 |
|
|
|
.bss |
55345 |
55345 |
0 |
0.0 |
|
|
|
.data |
1912 |
1912 |
0 |
0.0 |
|
|
|
.data.rel.ro |
77208 |
77208 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
5184 |
5184 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
432 |
432 |
0 |
0.0 |
|
|
|
.rodata |
143652 |
143652 |
0 |
0.0 |
|
|
|
.text |
2000992 |
2000992 |
0 |
0.0 |
mbed |
lock-app |
CY8CPROTO_062_4343W+release |
(read only) |
6224 |
6224 |
0 |
0.0 |
|
|
|
(read/write) |
2455576 |
2455576 |
0 |
0.0 |
|
|
|
.bss |
215044 |
215044 |
0 |
0.0 |
|
|
|
.data |
5872 |
5872 |
0 |
0.0 |
|
|
|
.text |
1418220 |
1418220 |
0 |
0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
(read/write) |
1182035 |
1182035 |
0 |
0.0 |
|
|
|
bss |
143633 |
143633 |
0 |
0.0 |
|
|
|
rodata |
144196 |
144196 |
0 |
0.0 |
|
|
|
text |
815256 |
815252 |
-4 |
-0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
(read/write) |
1160687 |
1160687 |
0 |
0.0 |
|
|
|
bss |
142860 |
142860 |
0 |
0.0 |
|
|
|
rodata |
135768 |
135768 |
0 |
0.0 |
|
|
|
text |
803124 |
803124 |
0 |
0.0 |
psoc6 |
all-clusters |
cy8ckit_062s2_43012 |
(read only) |
841968 |
841968 |
0 |
0.0 |
|
|
|
(read/write) |
1743884 |
1743884 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
188712 |
188712 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1229301 |
1229301 |
0 |
0.0 |
|
|
|
.debug_aranges |
111800 |
111800 |
0 |
0.0 |
|
|
|
.debug_frame |
373268 |
373268 |
0 |
0.0 |
|
|
|
.debug_info |
26815460 |
26815460 |
0 |
0.0 |
|
|
|
.debug_line |
3667850 |
3667850 |
0 |
0.0 |
|
|
|
.debug_loc |
3580116 |
3580116 |
0 |
0.0 |
|
|
|
.debug_ranges |
339904 |
339904 |
0 |
0.0 |
|
|
|
.debug_str |
3439416 |
3439416 |
0 |
0.0 |
|
|
|
.heap |
841968 |
841968 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
569356 |
569356 |
0 |
0.0 |
|
|
|
.symtab |
421168 |
421168 |
0 |
0.0 |
|
|
|
.text |
1544120 |
1544120 |
0 |
0.0 |
|
|
|
.zero.table |
8 |
8 |
0 |
0.0 |
|
|
|
text |
0 |
0 |
0 |
0.0 |
|
all-clusters-minimal |
cy8ckit_062s2_43012 |
(read only) |
842704 |
842704 |
0 |
0.0 |
|
|
|
(read/write) |
1686492 |
1686492 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
187976 |
187976 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1221100 |
1221100 |
0 |
0.0 |
|
|
|
.debug_aranges |
111272 |
111272 |
0 |
0.0 |
|
|
|
.debug_frame |
376348 |
376348 |
0 |
0.0 |
|
|
|
.debug_info |
26552241 |
26552242 |
1 |
0.0 |
|
|
|
.debug_line |
3688566 |
3688566 |
0 |
0.0 |
|
|
|
.debug_loc |
3567753 |
3567753 |
0 |
0.0 |
|
|
|
.debug_ranges |
338520 |
338520 |
0 |
0.0 |
|
|
|
.debug_str |
3428429 |
3428429 |
0 |
0.0 |
|
|
|
.heap |
842704 |
842704 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
533445 |
533445 |
0 |
0.0 |
|
|
|
.symtab |
407600 |
407600 |
0 |
0.0 |
|
|
|
.text |
1487464 |
1487464 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
light |
cy8ckit_062s2_43012 |
(read only) |
850896 |
850896 |
0 |
0.0 |
|
|
|
(read/write) |
1605044 |
1605044 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
179992 |
179992 |
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 |
1055156 |
1055156 |
0 |
0.0 |
|
|
|
.debug_aranges |
103480 |
103480 |
0 |
0.0 |
|
|
|
.debug_frame |
346676 |
346676 |
0 |
0.0 |
|
|
|
.debug_info |
22016437 |
22016436 |
-1 |
-0.0 |
|
|
|
.debug_line |
3258486 |
3258486 |
0 |
0.0 |
|
|
|
.debug_loc |
3265860 |
3265860 |
0 |
0.0 |
|
|
|
.debug_ranges |
303848 |
303848 |
0 |
0.0 |
|
|
|
.debug_str |
3233961 |
3233961 |
0 |
0.0 |
|
|
|
.heap |
850896 |
850896 |
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 |
469822 |
469822 |
0 |
0.0 |
|
|
|
.symtab |
376048 |
376048 |
0 |
0.0 |
|
|
|
.text |
1414208 |
1414208 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
lock |
cy8ckit_062s2_43012 |
(read only) |
845864 |
845864 |
0 |
0.0 |
|
|
|
(read/write) |
1642668 |
1642668 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
185008 |
185008 |
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 |
1062575 |
1062575 |
0 |
0.0 |
|
|
|
.debug_aranges |
104152 |
104152 |
0 |
0.0 |
|
|
|
.debug_frame |
349500 |
349500 |
0 |
0.0 |
|
|
|
.debug_info |
22395757 |
22395758 |
1 |
0.0 |
|
|
|
.debug_line |
3267178 |
3267178 |
0 |
0.0 |
|
|
|
.debug_loc |
3305688 |
3305688 |
0 |
0.0 |
|
|
|
.debug_ranges |
307192 |
307192 |
0 |
0.0 |
|
|
|
.debug_str |
3261416 |
3261416 |
0 |
0.0 |
|
|
|
.heap |
845864 |
845864 |
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 |
476025 |
476025 |
0 |
0.0 |
|
|
|
.symtab |
379232 |
379232 |
0 |
0.0 |
|
|
|
.text |
1446800 |
1446800 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1130780 |
1130780 |
0 |
0.0 |
|
|
|
.bss |
106112 |
106112 |
0 |
0.0 |
|
|
|
.data |
1028 |
1028 |
0 |
0.0 |
|
|
|
.text |
577876 |
577876 |
0 |
0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1101760 |
1101760 |
0 |
0.0 |
|
|
|
.bss |
102344 |
102344 |
0 |
0.0 |
|
|
|
.data |
1032 |
1032 |
0 |
0.0 |
|
|
|
.text |
548860 |
548860 |
0 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
813660 |
813660 |
0 |
0.0 |
|
|
|
bss |
71372 |
71372 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
574558 |
574560 |
2 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
835616 |
835616 |
0 |
0.0 |
|
|
|
bss |
72228 |
72228 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
592718 |
592720 |
2 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
843716 |
843724 |
8 |
0.0 |
|
|
|
bss |
73136 |
73136 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
598960 |
598964 |
4 |
0.0 |
PR #22709: Size comparison from 989ad8ec4d8004065c6c7cb090de23484f12b54f to 1380d296c828c0c276247072914fb789ae5005a4
Increases (6 builds for bl602, psoc6, telink)
platform |
target |
config |
section |
989ad8ec |
1380d296 |
change |
% change |
bl602 |
lighting-app |
bl602 |
.text |
1064914 |
1064916 |
2 |
0.0 |
|
|
bl602+rpc |
.text |
1096262 |
1096264 |
2 |
0.0 |
psoc6 |
all-clusters-minimal |
cy8ckit_062s2_43012 |
.debug_info |
26552241 |
26552242 |
1 |
0.0 |
|
light |
cy8ckit_062s2_43012 |
.debug_info |
22016437 |
22016438 |
1 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
text |
574558 |
574560 |
2 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
843716 |
843724 |
8 |
0.0 |
|
|
|
text |
598960 |
598962 |
2 |
0.0 |
Decreases (1 build for bl702)
platform |
target |
config |
section |
989ad8ec |
1380d296 |
change |
% change |
bl702 |
lighting-app |
bl702 |
.debug_info |
37894568 |
37894567 |
-1 |
-0.0 |
|
|
|
.text |
956776 |
956774 |
-2 |
-0.0 |
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform |
target |
config |
section |
989ad8ec |
1380d296 |
change |
% change |
bl602 |
lighting-app |
bl602 |
(read/write) |
1383062 |
1383062 |
0 |
0.0 |
|
|
|
.bss |
89337 |
89337 |
0 |
0.0 |
|
|
|
.data |
9816 |
9816 |
0 |
0.0 |
|
|
|
.text |
1064914 |
1064916 |
2 |
0.0 |
|
|
bl602+rpc |
(read/write) |
1428274 |
1428274 |
0 |
0.0 |
|
|
|
.bss |
96769 |
96769 |
0 |
0.0 |
|
|
|
.data |
10200 |
10200 |
0 |
0.0 |
|
|
|
.text |
1096262 |
1096264 |
2 |
0.0 |
bl702 |
lighting-app |
bl702 |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1188011 |
1188011 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
66958 |
66958 |
0 |
0.0 |
|
|
|
.bss_psram |
29696 |
29696 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4280 |
4280 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1506715 |
1506715 |
0 |
0.0 |
|
|
|
.debug_aranges |
133088 |
133088 |
0 |
0.0 |
|
|
|
.debug_frame |
486412 |
486412 |
0 |
0.0 |
|
|
|
.debug_info |
37894568 |
37894567 |
-1 |
-0.0 |
|
|
|
.debug_line |
5252100 |
5252100 |
0 |
0.0 |
|
|
|
.debug_loc |
3361966 |
3361966 |
0 |
0.0 |
|
|
|
.debug_ranges |
359712 |
359712 |
0 |
0.0 |
|
|
|
.debug_str |
3455772 |
3455772 |
0 |
0.0 |
|
|
|
.hbn |
509 |
509 |
0 |
0.0 |
|
|
|
.hbn_noinit |
260 |
260 |
0 |
0.0 |
|
|
|
.init |
342 |
342 |
0 |
0.0 |
|
|
|
.init_array |
144 |
144 |
0 |
0.0 |
|
|
|
.psram |
0 |
0 |
0 |
0.0 |
|
|
|
.riscv.attributes |
47 |
47 |
0 |
0.0 |
|
|
|
.rodata |
116488 |
116488 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
564895 |
564895 |
0 |
0.0 |
|
|
|
.symtab |
171616 |
171616 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
956776 |
956774 |
-2 |
-0.0 |
|
|
bl702+rpc |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1283939 |
1283939 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
75006 |
75006 |
0 |
0.0 |
|
|
|
.bss_psram |
29936 |
29936 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4800 |
4800 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1644294 |
1644294 |
0 |
0.0 |
|
|
|
.debug_aranges |
140592 |
140592 |
0 |
0.0 |
|
|
|
.debug_frame |
511788 |
511788 |
0 |
0.0 |
|
|
|
.debug_info |
41801170 |
41801170 |
0 |
0.0 |
|
|
|
.debug_line |
5626639 |
5626639 |
0 |
0.0 |
|
|
|
.debug_loc |
3554673 |
3554673 |
0 |
0.0 |
|
|
|
.debug_ranges |
382168 |
382168 |
0 |
0.0 |
|
|
|
.debug_str |
3851739 |
3851739 |
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 |
129896 |
129896 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
624068 |
624068 |
0 |
0.0 |
|
|
|
.symtab |
189424 |
189424 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
1030476 |
1030476 |
0 |
0.0 |
cc13x2_26x2 |
all-clusters-app |
LP_CC2652R7 |
(read only) |
676571 |
676571 |
0 |
0.0 |
|
|
|
(read/write) |
174964 |
174964 |
0 |
0.0 |
|
|
|
.bss |
81228 |
81228 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
89603 |
89603 |
0 |
0.0 |
|
|
|
.text |
586656 |
586656 |
0 |
0.0 |
|
all-clusters-minimal-app |
LP_CC2652R7 |
(read only) |
640811 |
640811 |
0 |
0.0 |
|
|
|
(read/write) |
157996 |
157996 |
0 |
0.0 |
|
|
|
.bss |
80500 |
80500 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
78739 |
78739 |
0 |
0.0 |
|
|
|
.text |
561752 |
561752 |
0 |
0.0 |
|
lock-ftd |
LP_CC2652R7 |
(read only) |
678103 |
678103 |
0 |
0.0 |
|
|
|
(read/write) |
170600 |
170600 |
0 |
0.0 |
|
|
|
.bss |
78484 |
78484 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
77287 |
77287 |
0 |
0.0 |
|
|
|
.text |
600336 |
600336 |
0 |
0.0 |
|
lock-mtd |
LP_CC2652R7 |
(read only) |
661923 |
661923 |
0 |
0.0 |
|
|
|
(read/write) |
182468 |
182468 |
0 |
0.0 |
|
|
|
.bss |
74172 |
74172 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
103123 |
103123 |
0 |
0.0 |
|
|
|
.text |
558320 |
558320 |
0 |
0.0 |
|
pump-app |
LP_CC2652R7 |
(read only) |
687259 |
687259 |
0 |
0.0 |
|
|
|
(read/write) |
162148 |
162148 |
0 |
0.0 |
|
|
|
.bss |
78420 |
78420 |
0 |
0.0 |
|
|
|
.data |
3296 |
3296 |
0 |
0.0 |
|
|
|
.rodata |
90507 |
90507 |
0 |
0.0 |
|
|
|
.text |
596268 |
596268 |
0 |
0.0 |
|
pump-controller-app |
LP_CC2652R7 |
(read only) |
671759 |
671759 |
0 |
0.0 |
|
|
|
(read/write) |
177760 |
177760 |
0 |
0.0 |
|
|
|
.bss |
78532 |
78532 |
0 |
0.0 |
|
|
|
.data |
3292 |
3292 |
0 |
0.0 |
|
|
|
.rodata |
86063 |
86063 |
0 |
0.0 |
|
|
|
.text |
585216 |
585216 |
0 |
0.0 |
|
shell |
LP_CC2652R7 |
(read only) |
667590 |
667590 |
0 |
0.0 |
|
|
|
(read/write) |
186256 |
186256 |
0 |
0.0 |
|
|
|
.bss |
83540 |
83540 |
0 |
0.0 |
|
|
|
.data |
3376 |
3376 |
0 |
0.0 |
|
|
|
.rodata |
86318 |
86318 |
0 |
0.0 |
|
|
|
.text |
580956 |
580956 |
0 |
0.0 |
cyw30739 |
light |
cyw930739m2evb_01 |
(read/write) |
587314 |
587314 |
0 |
0.0 |
|
|
|
.app_xip_area |
463972 |
463972 |
0 |
0.0 |
|
|
|
.bss |
65776 |
65776 |
0 |
0.0 |
|
|
|
.data |
744 |
744 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
lock |
cyw930739m2evb_01 |
(read/write) |
594370 |
594370 |
0 |
0.0 |
|
|
|
.app_xip_area |
465700 |
465700 |
0 |
0.0 |
|
|
|
.bss |
71096 |
71096 |
0 |
0.0 |
|
|
|
.data |
752 |
752 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
ota-requestor-no-progress-logging |
cyw930739m2evb_01 |
(read/write) |
543306 |
543306 |
0 |
0.0 |
|
|
|
.app_xip_area |
424988 |
424988 |
0 |
0.0 |
|
|
|
.bss |
60784 |
60784 |
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 |
(read/write) |
1110288 |
1110288 |
0 |
0.0 |
|
|
|
.bss |
136332 |
136332 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
971864 |
971864 |
0 |
0.0 |
|
|
BRD4161A+rpc |
(read/write) |
973428 |
973428 |
0 |
0.0 |
|
|
|
.bss |
150844 |
150844 |
0 |
0.0 |
|
|
|
.data |
2252 |
2252 |
0 |
0.0 |
|
|
|
.text |
820312 |
820312 |
0 |
0.0 |
|
|
BRD4161A+rs911x |
(read/write) |
1003552 |
1003552 |
0 |
0.0 |
|
|
|
.bss |
169168 |
169168 |
0 |
0.0 |
|
|
|
.data |
2064 |
2064 |
0 |
0.0 |
|
|
|
.text |
832300 |
832300 |
0 |
0.0 |
|
lock-app |
BRD4161A+wf200 |
(read/write) |
1151292 |
1151292 |
0 |
0.0 |
|
|
|
.bss |
152248 |
152248 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
996952 |
996952 |
0 |
0.0 |
|
window-app |
BRD4161A |
(read/write) |
1102336 |
1102336 |
0 |
0.0 |
|
|
|
.bss |
137780 |
137780 |
0 |
0.0 |
|
|
|
.data |
2096 |
2096 |
0 |
0.0 |
|
|
|
.text |
962440 |
962440 |
0 |
0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222910 |
1222910 |
0 |
0.0 |
|
|
|
(read/write) |
1788046 |
1788046 |
0 |
0.0 |
|
|
|
.dram0.bss |
76944 |
76944 |
0 |
0.0 |
|
|
|
.dram0.data |
13840 |
13840 |
0 |
0.0 |
|
|
|
.flash.rodata |
257616 |
257616 |
0 |
0.0 |
|
|
|
.flash.text |
1222910 |
1222910 |
0 |
0.0 |
|
|
|
.iram0.text |
65204 |
65204 |
0 |
0.0 |
|
|
m5stack |
(read only) |
1232975 |
1232975 |
0 |
0.0 |
|
|
|
(read/write) |
563940 |
563940 |
0 |
0.0 |
|
|
|
.dram0.bss |
82304 |
82304 |
0 |
0.0 |
|
|
|
.dram0.data |
34296 |
34296 |
0 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314672 |
0 |
0.0 |
|
|
|
.flash.text |
1227591 |
1227591 |
0 |
0.0 |
|
|
|
.iram0.text |
123939 |
123939 |
0 |
0.0 |
k32w |
light |
k32w0+release |
(read/write) |
649868 |
649868 |
0 |
0.0 |
|
|
|
.bss |
70712 |
70712 |
0 |
0.0 |
|
|
|
.data |
2068 |
2068 |
0 |
0.0 |
|
|
|
.text |
574360 |
574360 |
0 |
0.0 |
|
lock |
k32w0+release |
(read/write) |
706824 |
706824 |
0 |
0.0 |
|
|
|
.bss |
71160 |
71160 |
0 |
0.0 |
|
|
|
.data |
2076 |
2076 |
0 |
0.0 |
|
|
|
.text |
630860 |
630860 |
0 |
0.0 |
linux |
chip-tool-ipv6only |
arm64 |
(read only) |
10353156 |
10353156 |
0 |
0.0 |
|
|
|
(read/write) |
706241 |
706241 |
0 |
0.0 |
|
|
|
.bss |
33937 |
33937 |
0 |
0.0 |
|
|
|
.data |
2864 |
2864 |
0 |
0.0 |
|
|
|
.data.rel.ro |
650560 |
650560 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
13904 |
13904 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
200 |
200 |
0 |
0.0 |
|
|
|
.rodata |
503860 |
503860 |
0 |
0.0 |
|
|
|
.text |
8195348 |
8195348 |
0 |
0.0 |
|
thermostat-no-ble |
arm64 |
(read only) |
2386908 |
2386908 |
0 |
0.0 |
|
|
|
(read/write) |
143617 |
143617 |
0 |
0.0 |
|
|
|
.bss |
55345 |
55345 |
0 |
0.0 |
|
|
|
.data |
1912 |
1912 |
0 |
0.0 |
|
|
|
.data.rel.ro |
77208 |
77208 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
5184 |
5184 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
432 |
432 |
0 |
0.0 |
|
|
|
.rodata |
143652 |
143652 |
0 |
0.0 |
|
|
|
.text |
2000992 |
2000992 |
0 |
0.0 |
mbed |
lock-app |
CY8CPROTO_062_4343W+release |
(read only) |
6224 |
6224 |
0 |
0.0 |
|
|
|
(read/write) |
2455576 |
2455576 |
0 |
0.0 |
|
|
|
.bss |
215044 |
215044 |
0 |
0.0 |
|
|
|
.data |
5872 |
5872 |
0 |
0.0 |
|
|
|
.text |
1418220 |
1418220 |
0 |
0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
(read/write) |
1182035 |
1182035 |
0 |
0.0 |
|
|
|
bss |
143633 |
143633 |
0 |
0.0 |
|
|
|
rodata |
144196 |
144196 |
0 |
0.0 |
|
|
|
text |
815256 |
815256 |
0 |
0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
(read/write) |
1160687 |
1160687 |
0 |
0.0 |
|
|
|
bss |
142860 |
142860 |
0 |
0.0 |
|
|
|
rodata |
135768 |
135768 |
0 |
0.0 |
|
|
|
text |
803124 |
803124 |
0 |
0.0 |
psoc6 |
all-clusters |
cy8ckit_062s2_43012 |
(read only) |
841968 |
841968 |
0 |
0.0 |
|
|
|
(read/write) |
1743884 |
1743884 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
188712 |
188712 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1229301 |
1229301 |
0 |
0.0 |
|
|
|
.debug_aranges |
111800 |
111800 |
0 |
0.0 |
|
|
|
.debug_frame |
373268 |
373268 |
0 |
0.0 |
|
|
|
.debug_info |
26815460 |
26815460 |
0 |
0.0 |
|
|
|
.debug_line |
3667850 |
3667850 |
0 |
0.0 |
|
|
|
.debug_loc |
3580116 |
3580116 |
0 |
0.0 |
|
|
|
.debug_ranges |
339904 |
339904 |
0 |
0.0 |
|
|
|
.debug_str |
3439416 |
3439416 |
0 |
0.0 |
|
|
|
.heap |
841968 |
841968 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
569356 |
569356 |
0 |
0.0 |
|
|
|
.symtab |
421168 |
421168 |
0 |
0.0 |
|
|
|
.text |
1544120 |
1544120 |
0 |
0.0 |
|
|
|
.zero.table |
8 |
8 |
0 |
0.0 |
|
|
|
text |
0 |
0 |
0 |
0.0 |
|
all-clusters-minimal |
cy8ckit_062s2_43012 |
(read only) |
842704 |
842704 |
0 |
0.0 |
|
|
|
(read/write) |
1686492 |
1686492 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
187976 |
187976 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1221100 |
1221100 |
0 |
0.0 |
|
|
|
.debug_aranges |
111272 |
111272 |
0 |
0.0 |
|
|
|
.debug_frame |
376348 |
376348 |
0 |
0.0 |
|
|
|
.debug_info |
26552241 |
26552242 |
1 |
0.0 |
|
|
|
.debug_line |
3688566 |
3688566 |
0 |
0.0 |
|
|
|
.debug_loc |
3567753 |
3567753 |
0 |
0.0 |
|
|
|
.debug_ranges |
338520 |
338520 |
0 |
0.0 |
|
|
|
.debug_str |
3428429 |
3428429 |
0 |
0.0 |
|
|
|
.heap |
842704 |
842704 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
533445 |
533445 |
0 |
0.0 |
|
|
|
.symtab |
407600 |
407600 |
0 |
0.0 |
|
|
|
.text |
1487464 |
1487464 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
light |
cy8ckit_062s2_43012 |
(read only) |
850896 |
850896 |
0 |
0.0 |
|
|
|
(read/write) |
1605044 |
1605044 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
179992 |
179992 |
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 |
1055156 |
1055156 |
0 |
0.0 |
|
|
|
.debug_aranges |
103480 |
103480 |
0 |
0.0 |
|
|
|
.debug_frame |
346676 |
346676 |
0 |
0.0 |
|
|
|
.debug_info |
22016437 |
22016438 |
1 |
0.0 |
|
|
|
.debug_line |
3258486 |
3258486 |
0 |
0.0 |
|
|
|
.debug_loc |
3265860 |
3265860 |
0 |
0.0 |
|
|
|
.debug_ranges |
303848 |
303848 |
0 |
0.0 |
|
|
|
.debug_str |
3233961 |
3233961 |
0 |
0.0 |
|
|
|
.heap |
850896 |
850896 |
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 |
469822 |
469822 |
0 |
0.0 |
|
|
|
.symtab |
376048 |
376048 |
0 |
0.0 |
|
|
|
.text |
1414208 |
1414208 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
lock |
cy8ckit_062s2_43012 |
(read only) |
845864 |
845864 |
0 |
0.0 |
|
|
|
(read/write) |
1642668 |
1642668 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
185008 |
185008 |
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 |
1062575 |
1062575 |
0 |
0.0 |
|
|
|
.debug_aranges |
104152 |
104152 |
0 |
0.0 |
|
|
|
.debug_frame |
349500 |
349500 |
0 |
0.0 |
|
|
|
.debug_info |
22395757 |
22395757 |
0 |
0.0 |
|
|
|
.debug_line |
3267178 |
3267178 |
0 |
0.0 |
|
|
|
.debug_loc |
3305688 |
3305688 |
0 |
0.0 |
|
|
|
.debug_ranges |
307192 |
307192 |
0 |
0.0 |
|
|
|
.debug_str |
3261416 |
3261416 |
0 |
0.0 |
|
|
|
.heap |
845864 |
845864 |
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 |
476025 |
476025 |
0 |
0.0 |
|
|
|
.symtab |
379232 |
379232 |
0 |
0.0 |
|
|
|
.text |
1446800 |
1446800 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1130780 |
1130780 |
0 |
0.0 |
|
|
|
.bss |
106112 |
106112 |
0 |
0.0 |
|
|
|
.data |
1028 |
1028 |
0 |
0.0 |
|
|
|
.text |
577876 |
577876 |
0 |
0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1101760 |
1101760 |
0 |
0.0 |
|
|
|
.bss |
102344 |
102344 |
0 |
0.0 |
|
|
|
.data |
1032 |
1032 |
0 |
0.0 |
|
|
|
.text |
548860 |
548860 |
0 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
813660 |
813660 |
0 |
0.0 |
|
|
|
bss |
71372 |
71372 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
574558 |
574560 |
2 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
835616 |
835616 |
0 |
0.0 |
|
|
|
bss |
72228 |
72228 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
592718 |
592718 |
0 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
843716 |
843724 |
8 |
0.0 |
|
|
|
bss |
73136 |
73136 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
598960 |
598962 |
2 |
0.0 |
PR #22709: Size comparison from 3aa138f3425f2b0e611a05d68c3275b791ef499e to 3f2e83300bd97403a5acf7c52dc34ad4a9405072
Increases (3 builds for bl602, bl702, telink)
platform |
target |
config |
section |
3aa138f3 |
3f2e8330 |
change |
% change |
bl602 |
lighting-app |
bl602+rpc |
.text |
1096298 |
1096300 |
2 |
0.0 |
bl702 |
lighting-app |
bl702 |
.debug_info |
37896039 |
37896040 |
1 |
0.0 |
|
|
|
.text |
956818 |
956820 |
2 |
0.0 |
telink |
ota-requestor-app |
tlsr9518adk80d |
text |
598966 |
598968 |
2 |
0.0 |
Decreases (1 build for bl602)
platform |
target |
config |
section |
3aa138f3 |
3f2e8330 |
change |
% change |
bl602 |
lighting-app |
bl602 |
.text |
1064952 |
1064950 |
-2 |
-0.0 |
Full report (23 builds for bl602, bl702, cc13x2_26x2, k32w, linux, mbed, nrfconnect, qpg, telink)
platform |
target |
config |
section |
3aa138f3 |
3f2e8330 |
change |
% change |
bl602 |
lighting-app |
bl602 |
(read/write) |
1383302 |
1383302 |
0 |
0.0 |
|
|
|
.bss |
89537 |
89537 |
0 |
0.0 |
|
|
|
.data |
9816 |
9816 |
0 |
0.0 |
|
|
|
.text |
1064952 |
1064950 |
-2 |
-0.0 |
|
|
bl602+rpc |
(read/write) |
1428506 |
1428506 |
0 |
0.0 |
|
|
|
.bss |
96969 |
96969 |
0 |
0.0 |
|
|
|
.data |
10200 |
10200 |
0 |
0.0 |
|
|
|
.text |
1096298 |
1096300 |
2 |
0.0 |
bl702 |
lighting-app |
bl702 |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1188179 |
1188179 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
67078 |
67078 |
0 |
0.0 |
|
|
|
.bss_psram |
29696 |
29696 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4280 |
4280 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1506715 |
1506715 |
0 |
0.0 |
|
|
|
.debug_aranges |
133088 |
133088 |
0 |
0.0 |
|
|
|
.debug_frame |
486412 |
486412 |
0 |
0.0 |
|
|
|
.debug_info |
37896039 |
37896040 |
1 |
0.0 |
|
|
|
.debug_line |
5252141 |
5252141 |
0 |
0.0 |
|
|
|
.debug_loc |
3362527 |
3362527 |
0 |
0.0 |
|
|
|
.debug_ranges |
359760 |
359760 |
0 |
0.0 |
|
|
|
.debug_str |
3455801 |
3455801 |
0 |
0.0 |
|
|
|
.hbn |
509 |
509 |
0 |
0.0 |
|
|
|
.hbn_noinit |
260 |
260 |
0 |
0.0 |
|
|
|
.init |
342 |
342 |
0 |
0.0 |
|
|
|
.init_array |
144 |
144 |
0 |
0.0 |
|
|
|
.psram |
0 |
0 |
0 |
0.0 |
|
|
|
.riscv.attributes |
47 |
47 |
0 |
0.0 |
|
|
|
.rodata |
116488 |
116488 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
564895 |
564895 |
0 |
0.0 |
|
|
|
.symtab |
171616 |
171616 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
956818 |
956820 |
2 |
0.0 |
|
|
bl702+rpc |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1284107 |
1284107 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
75126 |
75126 |
0 |
0.0 |
|
|
|
.bss_psram |
29936 |
29936 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4800 |
4800 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1644294 |
1644294 |
0 |
0.0 |
|
|
|
.debug_aranges |
140592 |
140592 |
0 |
0.0 |
|
|
|
.debug_frame |
511788 |
511788 |
0 |
0.0 |
|
|
|
.debug_info |
41802659 |
41802659 |
0 |
0.0 |
|
|
|
.debug_line |
5626680 |
5626680 |
0 |
0.0 |
|
|
|
.debug_loc |
3555234 |
3555234 |
0 |
0.0 |
|
|
|
.debug_ranges |
382216 |
382216 |
0 |
0.0 |
|
|
|
.debug_str |
3851768 |
3851768 |
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 |
129896 |
129896 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
624068 |
624068 |
0 |
0.0 |
|
|
|
.symtab |
189424 |
189424 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
1030522 |
1030522 |
0 |
0.0 |
cc13x2_26x2 |
all-clusters-app |
LP_CC2652R7 |
(read only) |
676595 |
676595 |
0 |
0.0 |
|
|
|
(read/write) |
174940 |
174940 |
0 |
0.0 |
|
|
|
.bss |
81228 |
81228 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
89603 |
89603 |
0 |
0.0 |
|
|
|
.text |
586680 |
586680 |
0 |
0.0 |
|
all-clusters-minimal-app |
LP_CC2652R7 |
(read only) |
640843 |
640843 |
0 |
0.0 |
|
|
|
(read/write) |
157996 |
157996 |
0 |
0.0 |
|
|
|
.bss |
80500 |
80500 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
78739 |
78739 |
0 |
0.0 |
|
|
|
.text |
561784 |
561784 |
0 |
0.0 |
|
lock-ftd |
LP_CC2652R7 |
(read only) |
678127 |
678127 |
0 |
0.0 |
|
|
|
(read/write) |
170576 |
170576 |
0 |
0.0 |
|
|
|
.bss |
78484 |
78484 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
77287 |
77287 |
0 |
0.0 |
|
|
|
.text |
600360 |
600360 |
0 |
0.0 |
|
lock-mtd |
LP_CC2652R7 |
(read only) |
661947 |
661947 |
0 |
0.0 |
|
|
|
(read/write) |
182444 |
182444 |
0 |
0.0 |
|
|
|
.bss |
74172 |
74172 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
103123 |
103123 |
0 |
0.0 |
|
|
|
.text |
558344 |
558344 |
0 |
0.0 |
|
pump-app |
LP_CC2652R7 |
(read only) |
687283 |
687283 |
0 |
0.0 |
|
|
|
(read/write) |
162124 |
162124 |
0 |
0.0 |
|
|
|
.bss |
78420 |
78420 |
0 |
0.0 |
|
|
|
.data |
3296 |
3296 |
0 |
0.0 |
|
|
|
.rodata |
90507 |
90507 |
0 |
0.0 |
|
|
|
.text |
596292 |
596292 |
0 |
0.0 |
|
pump-controller-app |
LP_CC2652R7 |
(read only) |
671791 |
671791 |
0 |
0.0 |
|
|
|
(read/write) |
177728 |
177728 |
0 |
0.0 |
|
|
|
.bss |
78532 |
78532 |
0 |
0.0 |
|
|
|
.data |
3292 |
3292 |
0 |
0.0 |
|
|
|
.rodata |
86063 |
86063 |
0 |
0.0 |
|
|
|
.text |
585248 |
585248 |
0 |
0.0 |
|
shell |
LP_CC2652R7 |
(read only) |
667622 |
667622 |
0 |
0.0 |
|
|
|
(read/write) |
186224 |
186224 |
0 |
0.0 |
|
|
|
.bss |
83540 |
83540 |
0 |
0.0 |
|
|
|
.data |
3376 |
3376 |
0 |
0.0 |
|
|
|
.rodata |
86318 |
86318 |
0 |
0.0 |
|
|
|
.text |
580988 |
580988 |
0 |
0.0 |
k32w |
light |
k32w0+release |
(read/write) |
649900 |
649900 |
0 |
0.0 |
|
|
|
.bss |
70712 |
70712 |
0 |
0.0 |
|
|
|
.data |
2068 |
2068 |
0 |
0.0 |
|
|
|
.text |
574392 |
574392 |
0 |
0.0 |
|
lock |
k32w0+release |
(read/write) |
706856 |
706856 |
0 |
0.0 |
|
|
|
.bss |
71160 |
71160 |
0 |
0.0 |
|
|
|
.data |
2076 |
2076 |
0 |
0.0 |
|
|
|
.text |
630892 |
630892 |
0 |
0.0 |
linux |
chip-tool-ipv6only |
arm64 |
(read only) |
10360932 |
10360932 |
0 |
0.0 |
|
|
|
(read/write) |
706273 |
706273 |
0 |
0.0 |
|
|
|
.bss |
33953 |
33953 |
0 |
0.0 |
|
|
|
.data |
2864 |
2864 |
0 |
0.0 |
|
|
|
.data.rel.ro |
650560 |
650560 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
13912 |
13912 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
208 |
208 |
0 |
0.0 |
|
|
|
.rodata |
505924 |
505924 |
0 |
0.0 |
|
|
|
.text |
8201012 |
8201012 |
0 |
0.0 |
|
thermostat-no-ble |
arm64 |
(read only) |
2387420 |
2387420 |
0 |
0.0 |
|
|
|
(read/write) |
143649 |
143649 |
0 |
0.0 |
|
|
|
.bss |
55361 |
55361 |
0 |
0.0 |
|
|
|
.data |
1912 |
1912 |
0 |
0.0 |
|
|
|
.data.rel.ro |
77208 |
77208 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
5192 |
5192 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
440 |
440 |
0 |
0.0 |
|
|
|
.rodata |
143636 |
143636 |
0 |
0.0 |
|
|
|
.text |
2001472 |
2001472 |
0 |
0.0 |
mbed |
lock-app |
CY8CPROTO_062_4343W+release |
(read only) |
6224 |
6224 |
0 |
0.0 |
|
|
|
(read/write) |
2455640 |
2455640 |
0 |
0.0 |
|
|
|
.bss |
215044 |
215044 |
0 |
0.0 |
|
|
|
.data |
5872 |
5872 |
0 |
0.0 |
|
|
|
.text |
1418284 |
1418284 |
0 |
0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
(read/write) |
1182835 |
1182835 |
0 |
0.0 |
|
|
|
bss |
144433 |
144433 |
0 |
0.0 |
|
|
|
rodata |
144196 |
144196 |
0 |
0.0 |
|
|
|
text |
815292 |
815292 |
0 |
0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
(read/write) |
1161487 |
1161487 |
0 |
0.0 |
|
|
|
bss |
143660 |
143660 |
0 |
0.0 |
|
|
|
rodata |
135768 |
135768 |
0 |
0.0 |
|
|
|
text |
803160 |
803160 |
0 |
0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1146320 |
1146320 |
0 |
0.0 |
|
|
|
.bss |
110544 |
110544 |
0 |
0.0 |
|
|
|
.data |
1028 |
1028 |
0 |
0.0 |
|
|
|
.text |
593416 |
593416 |
0 |
0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1116220 |
1116220 |
0 |
0.0 |
|
|
|
.bss |
106376 |
106376 |
0 |
0.0 |
|
|
|
.data |
1032 |
1032 |
0 |
0.0 |
|
|
|
.text |
563320 |
563320 |
0 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
814460 |
814460 |
0 |
0.0 |
|
|
|
bss |
72172 |
72172 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
574564 |
574564 |
0 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
836416 |
836416 |
0 |
0.0 |
|
|
|
bss |
73028 |
73028 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
592724 |
592724 |
0 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
844524 |
844524 |
0 |
0.0 |
|
|
|
bss |
73936 |
73936 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
598966 |
598968 |
2 |
0.0 |
PR #22709: Size comparison from 3aa138f3425f2b0e611a05d68c3275b791ef499e to 59631affc929912d2126f2c0af00f2615322c822
Increases (3 builds for bl702, cc13x2_26x2, esp32)
platform |
target |
config |
section |
3aa138f3 |
59631aff |
change |
% change |
bl702 |
lighting-app |
bl702 |
.debug_info |
37896039 |
37896040 |
1 |
0.0 |
|
|
|
.text |
956818 |
956820 |
2 |
0.0 |
cc13x2_26x2 |
pump-controller-app |
LP_CC2652R7 |
(read/write) |
177728 |
177736 |
8 |
0.0 |
esp32 |
all-clusters-app |
m5stack |
(read/write) |
563940 |
563948 |
8 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314680 |
8 |
0.0 |
Decreases (5 builds for bl602, cc13x2_26x2, esp32, psoc6)
platform |
target |
config |
section |
3aa138f3 |
59631aff |
change |
% change |
bl602 |
lighting-app |
bl602 |
.text |
1064952 |
1064950 |
-2 |
-0.0 |
cc13x2_26x2 |
pump-controller-app |
LP_CC2652R7 |
(read only) |
671791 |
671783 |
-8 |
-0.0 |
|
|
|
.text |
585248 |
585240 |
-8 |
-0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
.flash.text |
1222930 |
1222928 |
-2 |
-0.0 |
psoc6 |
light |
cy8ckit_062s2_43012 |
.debug_info |
22018112 |
22018111 |
-1 |
-0.0 |
|
lock |
cy8ckit_062s2_43012 |
.debug_info |
22397448 |
22397447 |
-1 |
-0.0 |
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform |
target |
config |
section |
3aa138f3 |
59631aff |
change |
% change |
bl602 |
lighting-app |
bl602 |
(read/write) |
1383302 |
1383302 |
0 |
0.0 |
|
|
|
.bss |
89537 |
89537 |
0 |
0.0 |
|
|
|
.data |
9816 |
9816 |
0 |
0.0 |
|
|
|
.text |
1064952 |
1064950 |
-2 |
-0.0 |
|
|
bl602+rpc |
(read/write) |
1428506 |
1428506 |
0 |
0.0 |
|
|
|
.bss |
96969 |
96969 |
0 |
0.0 |
|
|
|
.data |
10200 |
10200 |
0 |
0.0 |
|
|
|
.text |
1096298 |
1096298 |
0 |
0.0 |
bl702 |
lighting-app |
bl702 |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1188179 |
1188179 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
67078 |
67078 |
0 |
0.0 |
|
|
|
.bss_psram |
29696 |
29696 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4280 |
4280 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1506715 |
1506715 |
0 |
0.0 |
|
|
|
.debug_aranges |
133088 |
133088 |
0 |
0.0 |
|
|
|
.debug_frame |
486412 |
486412 |
0 |
0.0 |
|
|
|
.debug_info |
37896039 |
37896040 |
1 |
0.0 |
|
|
|
.debug_line |
5252141 |
5252141 |
0 |
0.0 |
|
|
|
.debug_loc |
3362527 |
3362527 |
0 |
0.0 |
|
|
|
.debug_ranges |
359760 |
359760 |
0 |
0.0 |
|
|
|
.debug_str |
3455801 |
3455801 |
0 |
0.0 |
|
|
|
.hbn |
509 |
509 |
0 |
0.0 |
|
|
|
.hbn_noinit |
260 |
260 |
0 |
0.0 |
|
|
|
.init |
342 |
342 |
0 |
0.0 |
|
|
|
.init_array |
144 |
144 |
0 |
0.0 |
|
|
|
.psram |
0 |
0 |
0 |
0.0 |
|
|
|
.riscv.attributes |
47 |
47 |
0 |
0.0 |
|
|
|
.rodata |
116488 |
116488 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
564895 |
564895 |
0 |
0.0 |
|
|
|
.symtab |
171616 |
171616 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
956818 |
956820 |
2 |
0.0 |
|
|
bl702+rpc |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1284107 |
1284107 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
75126 |
75126 |
0 |
0.0 |
|
|
|
.bss_psram |
29936 |
29936 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4800 |
4800 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1644294 |
1644294 |
0 |
0.0 |
|
|
|
.debug_aranges |
140592 |
140592 |
0 |
0.0 |
|
|
|
.debug_frame |
511788 |
511788 |
0 |
0.0 |
|
|
|
.debug_info |
41802659 |
41802659 |
0 |
0.0 |
|
|
|
.debug_line |
5626680 |
5626680 |
0 |
0.0 |
|
|
|
.debug_loc |
3555234 |
3555234 |
0 |
0.0 |
|
|
|
.debug_ranges |
382216 |
382216 |
0 |
0.0 |
|
|
|
.debug_str |
3851768 |
3851768 |
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 |
129896 |
129896 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
624068 |
624068 |
0 |
0.0 |
|
|
|
.symtab |
189424 |
189424 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
1030522 |
1030522 |
0 |
0.0 |
cc13x2_26x2 |
all-clusters-app |
LP_CC2652R7 |
(read only) |
676595 |
676595 |
0 |
0.0 |
|
|
|
(read/write) |
174940 |
174940 |
0 |
0.0 |
|
|
|
.bss |
81228 |
81228 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
89603 |
89603 |
0 |
0.0 |
|
|
|
.text |
586680 |
586680 |
0 |
0.0 |
|
all-clusters-minimal-app |
LP_CC2652R7 |
(read only) |
640843 |
640843 |
0 |
0.0 |
|
|
|
(read/write) |
157996 |
157996 |
0 |
0.0 |
|
|
|
.bss |
80500 |
80500 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
78739 |
78739 |
0 |
0.0 |
|
|
|
.text |
561784 |
561784 |
0 |
0.0 |
|
lock-ftd |
LP_CC2652R7 |
(read only) |
678127 |
678127 |
0 |
0.0 |
|
|
|
(read/write) |
170576 |
170576 |
0 |
0.0 |
|
|
|
.bss |
78484 |
78484 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
77287 |
77287 |
0 |
0.0 |
|
|
|
.text |
600360 |
600360 |
0 |
0.0 |
|
lock-mtd |
LP_CC2652R7 |
(read only) |
661947 |
661947 |
0 |
0.0 |
|
|
|
(read/write) |
182444 |
182444 |
0 |
0.0 |
|
|
|
.bss |
74172 |
74172 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
103123 |
103123 |
0 |
0.0 |
|
|
|
.text |
558344 |
558344 |
0 |
0.0 |
|
pump-app |
LP_CC2652R7 |
(read only) |
687283 |
687283 |
0 |
0.0 |
|
|
|
(read/write) |
162124 |
162124 |
0 |
0.0 |
|
|
|
.bss |
78420 |
78420 |
0 |
0.0 |
|
|
|
.data |
3296 |
3296 |
0 |
0.0 |
|
|
|
.rodata |
90507 |
90507 |
0 |
0.0 |
|
|
|
.text |
596292 |
596292 |
0 |
0.0 |
|
pump-controller-app |
LP_CC2652R7 |
(read only) |
671791 |
671783 |
-8 |
-0.0 |
|
|
|
(read/write) |
177728 |
177736 |
8 |
0.0 |
|
|
|
.bss |
78532 |
78532 |
0 |
0.0 |
|
|
|
.data |
3292 |
3292 |
0 |
0.0 |
|
|
|
.rodata |
86063 |
86063 |
0 |
0.0 |
|
|
|
.text |
585248 |
585240 |
-8 |
-0.0 |
|
shell |
LP_CC2652R7 |
(read only) |
667622 |
667622 |
0 |
0.0 |
|
|
|
(read/write) |
186224 |
186224 |
0 |
0.0 |
|
|
|
.bss |
83540 |
83540 |
0 |
0.0 |
|
|
|
.data |
3376 |
3376 |
0 |
0.0 |
|
|
|
.rodata |
86318 |
86318 |
0 |
0.0 |
|
|
|
.text |
580988 |
580988 |
0 |
0.0 |
cyw30739 |
light |
cyw930739m2evb_01 |
(read/write) |
587338 |
587338 |
0 |
0.0 |
|
|
|
.app_xip_area |
463996 |
463996 |
0 |
0.0 |
|
|
|
.bss |
65776 |
65776 |
0 |
0.0 |
|
|
|
.data |
744 |
744 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
lock |
cyw930739m2evb_01 |
(read/write) |
594394 |
594394 |
0 |
0.0 |
|
|
|
.app_xip_area |
465724 |
465724 |
0 |
0.0 |
|
|
|
.bss |
71096 |
71096 |
0 |
0.0 |
|
|
|
.data |
752 |
752 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
ota-requestor-no-progress-logging |
cyw930739m2evb_01 |
(read/write) |
543338 |
543338 |
0 |
0.0 |
|
|
|
.app_xip_area |
425020 |
425020 |
0 |
0.0 |
|
|
|
.bss |
60784 |
60784 |
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 |
(read/write) |
1110520 |
1110520 |
0 |
0.0 |
|
|
|
.bss |
136532 |
136532 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
971896 |
971896 |
0 |
0.0 |
|
|
BRD4161A+rpc |
(read/write) |
973644 |
973644 |
0 |
0.0 |
|
|
|
.bss |
151044 |
151044 |
0 |
0.0 |
|
|
|
.data |
2252 |
2252 |
0 |
0.0 |
|
|
|
.text |
820328 |
820328 |
0 |
0.0 |
|
|
BRD4161A+rs911x |
(read/write) |
1003768 |
1003768 |
0 |
0.0 |
|
|
|
.bss |
169368 |
169368 |
0 |
0.0 |
|
|
|
.data |
2064 |
2064 |
0 |
0.0 |
|
|
|
.text |
832316 |
832316 |
0 |
0.0 |
|
lock-app |
BRD4161A+wf200 |
(read/write) |
1151308 |
1151308 |
0 |
0.0 |
|
|
|
.bss |
152248 |
152248 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
996968 |
996968 |
0 |
0.0 |
|
window-app |
BRD4161A |
(read/write) |
1102568 |
1102568 |
0 |
0.0 |
|
|
|
.bss |
137980 |
137980 |
0 |
0.0 |
|
|
|
.data |
2096 |
2096 |
0 |
0.0 |
|
|
|
.text |
962472 |
962472 |
0 |
0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
(read/write) |
1788038 |
1788038 |
0 |
0.0 |
|
|
|
.dram0.bss |
76944 |
76944 |
0 |
0.0 |
|
|
|
.dram0.data |
13840 |
13840 |
0 |
0.0 |
|
|
|
.flash.rodata |
257608 |
257608 |
0 |
0.0 |
|
|
|
.flash.text |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
.iram0.text |
65204 |
65204 |
0 |
0.0 |
|
|
m5stack |
(read only) |
1232991 |
1232991 |
0 |
0.0 |
|
|
|
(read/write) |
563940 |
563948 |
8 |
0.0 |
|
|
|
.dram0.bss |
82304 |
82304 |
0 |
0.0 |
|
|
|
.dram0.data |
34296 |
34296 |
0 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314680 |
8 |
0.0 |
|
|
|
.flash.text |
1227607 |
1227607 |
0 |
0.0 |
|
|
|
.iram0.text |
123939 |
123939 |
0 |
0.0 |
k32w |
light |
k32w0+release |
(read/write) |
649900 |
649900 |
0 |
0.0 |
|
|
|
.bss |
70712 |
70712 |
0 |
0.0 |
|
|
|
.data |
2068 |
2068 |
0 |
0.0 |
|
|
|
.text |
574392 |
574392 |
0 |
0.0 |
|
lock |
k32w0+release |
(read/write) |
706856 |
706856 |
0 |
0.0 |
|
|
|
.bss |
71160 |
71160 |
0 |
0.0 |
|
|
|
.data |
2076 |
2076 |
0 |
0.0 |
|
|
|
.text |
630892 |
630892 |
0 |
0.0 |
linux |
chip-tool-ipv6only |
arm64 |
(read only) |
10360932 |
10360932 |
0 |
0.0 |
|
|
|
(read/write) |
706273 |
706273 |
0 |
0.0 |
|
|
|
.bss |
33953 |
33953 |
0 |
0.0 |
|
|
|
.data |
2864 |
2864 |
0 |
0.0 |
|
|
|
.data.rel.ro |
650560 |
650560 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
13912 |
13912 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
208 |
208 |
0 |
0.0 |
|
|
|
.rodata |
505924 |
505924 |
0 |
0.0 |
|
|
|
.text |
8201012 |
8201012 |
0 |
0.0 |
|
thermostat-no-ble |
arm64 |
(read only) |
2387420 |
2387420 |
0 |
0.0 |
|
|
|
(read/write) |
143649 |
143649 |
0 |
0.0 |
|
|
|
.bss |
55361 |
55361 |
0 |
0.0 |
|
|
|
.data |
1912 |
1912 |
0 |
0.0 |
|
|
|
.data.rel.ro |
77208 |
77208 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
5192 |
5192 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
440 |
440 |
0 |
0.0 |
|
|
|
.rodata |
143636 |
143636 |
0 |
0.0 |
|
|
|
.text |
2001472 |
2001472 |
0 |
0.0 |
mbed |
lock-app |
CY8CPROTO_062_4343W+release |
(read only) |
6224 |
6224 |
0 |
0.0 |
|
|
|
(read/write) |
2455640 |
2455640 |
0 |
0.0 |
|
|
|
.bss |
215044 |
215044 |
0 |
0.0 |
|
|
|
.data |
5872 |
5872 |
0 |
0.0 |
|
|
|
.text |
1418284 |
1418284 |
0 |
0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
(read/write) |
1182835 |
1182835 |
0 |
0.0 |
|
|
|
bss |
144433 |
144433 |
0 |
0.0 |
|
|
|
rodata |
144196 |
144196 |
0 |
0.0 |
|
|
|
text |
815292 |
815292 |
0 |
0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
(read/write) |
1161487 |
1161487 |
0 |
0.0 |
|
|
|
bss |
143660 |
143660 |
0 |
0.0 |
|
|
|
rodata |
135768 |
135768 |
0 |
0.0 |
|
|
|
text |
803160 |
803160 |
0 |
0.0 |
psoc6 |
all-clusters |
cy8ckit_062s2_43012 |
(read only) |
841968 |
841968 |
0 |
0.0 |
|
|
|
(read/write) |
1743900 |
1743900 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
188712 |
188712 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1229301 |
1229301 |
0 |
0.0 |
|
|
|
.debug_aranges |
111800 |
111800 |
0 |
0.0 |
|
|
|
.debug_frame |
373268 |
373268 |
0 |
0.0 |
|
|
|
.debug_info |
26817149 |
26817149 |
0 |
0.0 |
|
|
|
.debug_line |
3667914 |
3667914 |
0 |
0.0 |
|
|
|
.debug_loc |
3580270 |
3580270 |
0 |
0.0 |
|
|
|
.debug_ranges |
339928 |
339928 |
0 |
0.0 |
|
|
|
.debug_str |
3439445 |
3439445 |
0 |
0.0 |
|
|
|
.heap |
841968 |
841968 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
569356 |
569356 |
0 |
0.0 |
|
|
|
.symtab |
421168 |
421168 |
0 |
0.0 |
|
|
|
.text |
1544136 |
1544136 |
0 |
0.0 |
|
|
|
.zero.table |
8 |
8 |
0 |
0.0 |
|
|
|
text |
0 |
0 |
0 |
0.0 |
|
all-clusters-minimal |
cy8ckit_062s2_43012 |
(read only) |
842704 |
842704 |
0 |
0.0 |
|
|
|
(read/write) |
1686508 |
1686508 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
187976 |
187976 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1221100 |
1221100 |
0 |
0.0 |
|
|
|
.debug_aranges |
111272 |
111272 |
0 |
0.0 |
|
|
|
.debug_frame |
376348 |
376348 |
0 |
0.0 |
|
|
|
.debug_info |
26553932 |
26553932 |
0 |
0.0 |
|
|
|
.debug_line |
3688630 |
3688630 |
0 |
0.0 |
|
|
|
.debug_loc |
3567907 |
3567907 |
0 |
0.0 |
|
|
|
.debug_ranges |
338544 |
338544 |
0 |
0.0 |
|
|
|
.debug_str |
3428458 |
3428458 |
0 |
0.0 |
|
|
|
.heap |
842704 |
842704 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
533445 |
533445 |
0 |
0.0 |
|
|
|
.symtab |
407600 |
407600 |
0 |
0.0 |
|
|
|
.text |
1487480 |
1487480 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
light |
cy8ckit_062s2_43012 |
(read only) |
850896 |
850896 |
0 |
0.0 |
|
|
|
(read/write) |
1605060 |
1605060 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
179992 |
179992 |
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 |
1055156 |
1055156 |
0 |
0.0 |
|
|
|
.debug_aranges |
103480 |
103480 |
0 |
0.0 |
|
|
|
.debug_frame |
346676 |
346676 |
0 |
0.0 |
|
|
|
.debug_info |
22018112 |
22018111 |
-1 |
-0.0 |
|
|
|
.debug_line |
3258550 |
3258550 |
0 |
0.0 |
|
|
|
.debug_loc |
3266014 |
3266014 |
0 |
0.0 |
|
|
|
.debug_ranges |
303872 |
303872 |
0 |
0.0 |
|
|
|
.debug_str |
3233990 |
3233990 |
0 |
0.0 |
|
|
|
.heap |
850896 |
850896 |
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 |
469822 |
469822 |
0 |
0.0 |
|
|
|
.symtab |
376048 |
376048 |
0 |
0.0 |
|
|
|
.text |
1414224 |
1414224 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
lock |
cy8ckit_062s2_43012 |
(read only) |
845864 |
845864 |
0 |
0.0 |
|
|
|
(read/write) |
1642684 |
1642684 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
185008 |
185008 |
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 |
1062575 |
1062575 |
0 |
0.0 |
|
|
|
.debug_aranges |
104152 |
104152 |
0 |
0.0 |
|
|
|
.debug_frame |
349500 |
349500 |
0 |
0.0 |
|
|
|
.debug_info |
22397448 |
22397447 |
-1 |
-0.0 |
|
|
|
.debug_line |
3267242 |
3267242 |
0 |
0.0 |
|
|
|
.debug_loc |
3305842 |
3305842 |
0 |
0.0 |
|
|
|
.debug_ranges |
307216 |
307216 |
0 |
0.0 |
|
|
|
.debug_str |
3261445 |
3261445 |
0 |
0.0 |
|
|
|
.heap |
845864 |
845864 |
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 |
476025 |
476025 |
0 |
0.0 |
|
|
|
.symtab |
379232 |
379232 |
0 |
0.0 |
|
|
|
.text |
1446816 |
1446816 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1146320 |
1146320 |
0 |
0.0 |
|
|
|
.bss |
110544 |
110544 |
0 |
0.0 |
|
|
|
.data |
1028 |
1028 |
0 |
0.0 |
|
|
|
.text |
593416 |
593416 |
0 |
0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1116220 |
1116220 |
0 |
0.0 |
|
|
|
.bss |
106376 |
106376 |
0 |
0.0 |
|
|
|
.data |
1032 |
1032 |
0 |
0.0 |
|
|
|
.text |
563320 |
563320 |
0 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
814460 |
814460 |
0 |
0.0 |
|
|
|
bss |
72172 |
72172 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
574564 |
574564 |
0 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
836416 |
836416 |
0 |
0.0 |
|
|
|
bss |
73028 |
73028 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
592724 |
592724 |
0 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
844524 |
844524 |
0 |
0.0 |
|
|
|
bss |
73936 |
73936 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
598966 |
598966 |
0 |
0.0 |
PR #22709: Size comparison from 3aa138f3425f2b0e611a05d68c3275b791ef499e to c229d63c5927cb443eaa0ca4a6b8129bc966ae3a
Increases (4 builds for cc13x2_26x2, esp32, telink)
platform |
target |
config |
section |
3aa138f3 |
c229d63c |
change |
% change |
cc13x2_26x2 |
pump-controller-app |
LP_CC2652R7 |
(read/write) |
177728 |
177736 |
8 |
0.0 |
esp32 |
all-clusters-app |
m5stack |
(read/write) |
563940 |
563948 |
8 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314680 |
8 |
0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
814460 |
814468 |
8 |
0.0 |
|
|
|
text |
574564 |
574566 |
2 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
836416 |
836424 |
8 |
0.0 |
|
|
|
text |
592724 |
592726 |
2 |
0.0 |
Decreases (10 builds for cc13x2_26x2, cyw30739, esp32, nrfconnect, psoc6, qpg)
platform |
target |
config |
section |
3aa138f3 |
c229d63c |
change |
% change |
cc13x2_26x2 |
pump-controller-app |
LP_CC2652R7 |
(read only) |
671791 |
671783 |
-8 |
-0.0 |
|
|
|
.text |
585248 |
585240 |
-8 |
-0.0 |
cyw30739 |
ota-requestor-no-progress-logging |
cyw930739m2evb_01 |
(read/write) |
543338 |
543330 |
-8 |
-0.0 |
|
|
|
.app_xip_area |
425020 |
425012 |
-8 |
-0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
.flash.text |
1222930 |
1222928 |
-2 |
-0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
text |
815292 |
815288 |
-4 |
-0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
text |
803160 |
803156 |
-4 |
-0.0 |
psoc6 |
all-clusters-minimal |
cy8ckit_062s2_43012 |
.debug_info |
26553932 |
26553931 |
-1 |
-0.0 |
|
light |
cy8ckit_062s2_43012 |
.debug_info |
22018112 |
22018111 |
-1 |
-0.0 |
|
lock |
cy8ckit_062s2_43012 |
.debug_info |
22397448 |
22397447 |
-1 |
-0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1146320 |
1146312 |
-8 |
-0.0 |
|
|
|
.text |
593416 |
593408 |
-8 |
-0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1116220 |
1116212 |
-8 |
-0.0 |
|
|
|
.text |
563320 |
563312 |
-8 |
-0.0 |
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform |
target |
config |
section |
3aa138f3 |
c229d63c |
change |
% change |
bl602 |
lighting-app |
bl602 |
(read/write) |
1383302 |
1383302 |
0 |
0.0 |
|
|
|
.bss |
89537 |
89537 |
0 |
0.0 |
|
|
|
.data |
9816 |
9816 |
0 |
0.0 |
|
|
|
.text |
1064952 |
1064952 |
0 |
0.0 |
|
|
bl602+rpc |
(read/write) |
1428506 |
1428506 |
0 |
0.0 |
|
|
|
.bss |
96969 |
96969 |
0 |
0.0 |
|
|
|
.data |
10200 |
10200 |
0 |
0.0 |
|
|
|
.text |
1096298 |
1096298 |
0 |
0.0 |
bl702 |
lighting-app |
bl702 |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1188179 |
1188179 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
67078 |
67078 |
0 |
0.0 |
|
|
|
.bss_psram |
29696 |
29696 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4280 |
4280 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1506715 |
1506715 |
0 |
0.0 |
|
|
|
.debug_aranges |
133088 |
133088 |
0 |
0.0 |
|
|
|
.debug_frame |
486412 |
486412 |
0 |
0.0 |
|
|
|
.debug_info |
37896039 |
37896039 |
0 |
0.0 |
|
|
|
.debug_line |
5252141 |
5252141 |
0 |
0.0 |
|
|
|
.debug_loc |
3362527 |
3362527 |
0 |
0.0 |
|
|
|
.debug_ranges |
359760 |
359760 |
0 |
0.0 |
|
|
|
.debug_str |
3455801 |
3455801 |
0 |
0.0 |
|
|
|
.hbn |
509 |
509 |
0 |
0.0 |
|
|
|
.hbn_noinit |
260 |
260 |
0 |
0.0 |
|
|
|
.init |
342 |
342 |
0 |
0.0 |
|
|
|
.init_array |
144 |
144 |
0 |
0.0 |
|
|
|
.psram |
0 |
0 |
0 |
0.0 |
|
|
|
.riscv.attributes |
47 |
47 |
0 |
0.0 |
|
|
|
.rodata |
116488 |
116488 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
564895 |
564895 |
0 |
0.0 |
|
|
|
.symtab |
171616 |
171616 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
956818 |
956818 |
0 |
0.0 |
|
|
bl702+rpc |
(read only) |
3262 |
3262 |
0 |
0.0 |
|
|
|
(read/write) |
1284107 |
1284107 |
0 |
0.0 |
|
|
|
.bleromro |
6296 |
6296 |
0 |
0.0 |
|
|
|
.bleromrw |
124 |
124 |
0 |
0.0 |
|
|
|
.boot2 |
688 |
688 |
0 |
0.0 |
|
|
|
.bss |
75126 |
75126 |
0 |
0.0 |
|
|
|
.bss_psram |
29936 |
29936 |
0 |
0.0 |
|
|
|
.comment |
48 |
48 |
0 |
0.0 |
|
|
|
.data |
4800 |
4800 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1644294 |
1644294 |
0 |
0.0 |
|
|
|
.debug_aranges |
140592 |
140592 |
0 |
0.0 |
|
|
|
.debug_frame |
511788 |
511788 |
0 |
0.0 |
|
|
|
.debug_info |
41802659 |
41802659 |
0 |
0.0 |
|
|
|
.debug_line |
5626680 |
5626680 |
0 |
0.0 |
|
|
|
.debug_loc |
3555234 |
3555234 |
0 |
0.0 |
|
|
|
.debug_ranges |
382216 |
382216 |
0 |
0.0 |
|
|
|
.debug_str |
3851768 |
3851768 |
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 |
129896 |
129896 |
0 |
0.0 |
|
|
|
.rsvd |
3188 |
3188 |
0 |
0.0 |
|
|
|
.shstrtab |
293 |
293 |
0 |
0.0 |
|
|
|
.stack |
2048 |
2048 |
0 |
0.0 |
|
|
|
.strtab |
624068 |
624068 |
0 |
0.0 |
|
|
|
.symtab |
189424 |
189424 |
0 |
0.0 |
|
|
|
.tcm_data |
36 |
36 |
0 |
0.0 |
|
|
|
.tcmcode |
3262 |
3262 |
0 |
0.0 |
|
|
|
.text |
0 |
0 |
0 |
0.0 |
|
|
|
|
1030522 |
1030522 |
0 |
0.0 |
cc13x2_26x2 |
all-clusters-app |
LP_CC2652R7 |
(read only) |
676595 |
676595 |
0 |
0.0 |
|
|
|
(read/write) |
174940 |
174940 |
0 |
0.0 |
|
|
|
.bss |
81228 |
81228 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
89603 |
89603 |
0 |
0.0 |
|
|
|
.text |
586680 |
586680 |
0 |
0.0 |
|
all-clusters-minimal-app |
LP_CC2652R7 |
(read only) |
640843 |
640843 |
0 |
0.0 |
|
|
|
(read/write) |
157996 |
157996 |
0 |
0.0 |
|
|
|
.bss |
80500 |
80500 |
0 |
0.0 |
|
|
|
.data |
3380 |
3380 |
0 |
0.0 |
|
|
|
.rodata |
78739 |
78739 |
0 |
0.0 |
|
|
|
.text |
561784 |
561784 |
0 |
0.0 |
|
lock-ftd |
LP_CC2652R7 |
(read only) |
678127 |
678127 |
0 |
0.0 |
|
|
|
(read/write) |
170576 |
170576 |
0 |
0.0 |
|
|
|
.bss |
78484 |
78484 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
77287 |
77287 |
0 |
0.0 |
|
|
|
.text |
600360 |
600360 |
0 |
0.0 |
|
lock-mtd |
LP_CC2652R7 |
(read only) |
661947 |
661947 |
0 |
0.0 |
|
|
|
(read/write) |
182444 |
182444 |
0 |
0.0 |
|
|
|
.bss |
74172 |
74172 |
0 |
0.0 |
|
|
|
.data |
3304 |
3304 |
0 |
0.0 |
|
|
|
.rodata |
103123 |
103123 |
0 |
0.0 |
|
|
|
.text |
558344 |
558344 |
0 |
0.0 |
|
pump-app |
LP_CC2652R7 |
(read only) |
687283 |
687283 |
0 |
0.0 |
|
|
|
(read/write) |
162124 |
162124 |
0 |
0.0 |
|
|
|
.bss |
78420 |
78420 |
0 |
0.0 |
|
|
|
.data |
3296 |
3296 |
0 |
0.0 |
|
|
|
.rodata |
90507 |
90507 |
0 |
0.0 |
|
|
|
.text |
596292 |
596292 |
0 |
0.0 |
|
pump-controller-app |
LP_CC2652R7 |
(read only) |
671791 |
671783 |
-8 |
-0.0 |
|
|
|
(read/write) |
177728 |
177736 |
8 |
0.0 |
|
|
|
.bss |
78532 |
78532 |
0 |
0.0 |
|
|
|
.data |
3292 |
3292 |
0 |
0.0 |
|
|
|
.rodata |
86063 |
86063 |
0 |
0.0 |
|
|
|
.text |
585248 |
585240 |
-8 |
-0.0 |
|
shell |
LP_CC2652R7 |
(read only) |
667622 |
667622 |
0 |
0.0 |
|
|
|
(read/write) |
186224 |
186224 |
0 |
0.0 |
|
|
|
.bss |
83540 |
83540 |
0 |
0.0 |
|
|
|
.data |
3376 |
3376 |
0 |
0.0 |
|
|
|
.rodata |
86318 |
86318 |
0 |
0.0 |
|
|
|
.text |
580988 |
580988 |
0 |
0.0 |
cyw30739 |
light |
cyw930739m2evb_01 |
(read/write) |
587338 |
587338 |
0 |
0.0 |
|
|
|
.app_xip_area |
463996 |
463996 |
0 |
0.0 |
|
|
|
.bss |
65776 |
65776 |
0 |
0.0 |
|
|
|
.data |
744 |
744 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
lock |
cyw930739m2evb_01 |
(read/write) |
594394 |
594394 |
0 |
0.0 |
|
|
|
.app_xip_area |
465724 |
465724 |
0 |
0.0 |
|
|
|
.bss |
71096 |
71096 |
0 |
0.0 |
|
|
|
.data |
752 |
752 |
0 |
0.0 |
|
|
|
.rodata |
0 |
0 |
0 |
0.0 |
|
|
|
.text |
112 |
112 |
0 |
0.0 |
|
ota-requestor-no-progress-logging |
cyw930739m2evb_01 |
(read/write) |
543338 |
543330 |
-8 |
-0.0 |
|
|
|
.app_xip_area |
425020 |
425012 |
-8 |
-0.0 |
|
|
|
.bss |
60784 |
60784 |
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 |
(read/write) |
1110520 |
1110520 |
0 |
0.0 |
|
|
|
.bss |
136532 |
136532 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
971896 |
971896 |
0 |
0.0 |
|
|
BRD4161A+rpc |
(read/write) |
973644 |
973644 |
0 |
0.0 |
|
|
|
.bss |
151044 |
151044 |
0 |
0.0 |
|
|
|
.data |
2252 |
2252 |
0 |
0.0 |
|
|
|
.text |
820328 |
820328 |
0 |
0.0 |
|
|
BRD4161A+rs911x |
(read/write) |
1003768 |
1003768 |
0 |
0.0 |
|
|
|
.bss |
169368 |
169368 |
0 |
0.0 |
|
|
|
.data |
2064 |
2064 |
0 |
0.0 |
|
|
|
.text |
832316 |
832316 |
0 |
0.0 |
|
lock-app |
BRD4161A+wf200 |
(read/write) |
1151308 |
1151308 |
0 |
0.0 |
|
|
|
.bss |
152248 |
152248 |
0 |
0.0 |
|
|
|
.data |
2072 |
2072 |
0 |
0.0 |
|
|
|
.text |
996968 |
996968 |
0 |
0.0 |
|
window-app |
BRD4161A |
(read/write) |
1102568 |
1102568 |
0 |
0.0 |
|
|
|
.bss |
137980 |
137980 |
0 |
0.0 |
|
|
|
.data |
2096 |
2096 |
0 |
0.0 |
|
|
|
.text |
962472 |
962472 |
0 |
0.0 |
esp32 |
all-clusters-app |
c3devkit |
(read only) |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
(read/write) |
1788038 |
1788038 |
0 |
0.0 |
|
|
|
.dram0.bss |
76944 |
76944 |
0 |
0.0 |
|
|
|
.dram0.data |
13840 |
13840 |
0 |
0.0 |
|
|
|
.flash.rodata |
257608 |
257608 |
0 |
0.0 |
|
|
|
.flash.text |
1222930 |
1222928 |
-2 |
-0.0 |
|
|
|
.iram0.text |
65204 |
65204 |
0 |
0.0 |
|
|
m5stack |
(read only) |
1232991 |
1232991 |
0 |
0.0 |
|
|
|
(read/write) |
563940 |
563948 |
8 |
0.0 |
|
|
|
.dram0.bss |
82304 |
82304 |
0 |
0.0 |
|
|
|
.dram0.data |
34296 |
34296 |
0 |
0.0 |
|
|
|
.flash.rodata |
314672 |
314680 |
8 |
0.0 |
|
|
|
.flash.text |
1227607 |
1227607 |
0 |
0.0 |
|
|
|
.iram0.text |
123939 |
123939 |
0 |
0.0 |
k32w |
light |
k32w0+release |
(read/write) |
649900 |
649900 |
0 |
0.0 |
|
|
|
.bss |
70712 |
70712 |
0 |
0.0 |
|
|
|
.data |
2068 |
2068 |
0 |
0.0 |
|
|
|
.text |
574392 |
574392 |
0 |
0.0 |
|
lock |
k32w0+release |
(read/write) |
706856 |
706856 |
0 |
0.0 |
|
|
|
.bss |
71160 |
71160 |
0 |
0.0 |
|
|
|
.data |
2076 |
2076 |
0 |
0.0 |
|
|
|
.text |
630892 |
630892 |
0 |
0.0 |
linux |
chip-tool-ipv6only |
arm64 |
(read only) |
10360932 |
10360932 |
0 |
0.0 |
|
|
|
(read/write) |
706273 |
706273 |
0 |
0.0 |
|
|
|
.bss |
33953 |
33953 |
0 |
0.0 |
|
|
|
.data |
2864 |
2864 |
0 |
0.0 |
|
|
|
.data.rel.ro |
650560 |
650560 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
13912 |
13912 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
208 |
208 |
0 |
0.0 |
|
|
|
.rodata |
505924 |
505924 |
0 |
0.0 |
|
|
|
.text |
8201012 |
8201012 |
0 |
0.0 |
|
thermostat-no-ble |
arm64 |
(read only) |
2387420 |
2387420 |
0 |
0.0 |
|
|
|
(read/write) |
143649 |
143649 |
0 |
0.0 |
|
|
|
.bss |
55361 |
55361 |
0 |
0.0 |
|
|
|
.data |
1912 |
1912 |
0 |
0.0 |
|
|
|
.data.rel.ro |
77208 |
77208 |
0 |
0.0 |
|
|
|
.dynamic |
560 |
560 |
0 |
0.0 |
|
|
|
.got |
5192 |
5192 |
0 |
0.0 |
|
|
|
.init |
24 |
24 |
0 |
0.0 |
|
|
|
.init_array |
440 |
440 |
0 |
0.0 |
|
|
|
.rodata |
143636 |
143636 |
0 |
0.0 |
|
|
|
.text |
2001472 |
2001472 |
0 |
0.0 |
mbed |
lock-app |
CY8CPROTO_062_4343W+release |
(read only) |
6224 |
6224 |
0 |
0.0 |
|
|
|
(read/write) |
2455640 |
2455640 |
0 |
0.0 |
|
|
|
.bss |
215044 |
215044 |
0 |
0.0 |
|
|
|
.data |
5872 |
5872 |
0 |
0.0 |
|
|
|
.text |
1418284 |
1418284 |
0 |
0.0 |
nrfconnect |
all-clusters-app |
nrf52840dk_nrf52840 |
(read/write) |
1182835 |
1182835 |
0 |
0.0 |
|
|
|
bss |
144433 |
144433 |
0 |
0.0 |
|
|
|
rodata |
144196 |
144196 |
0 |
0.0 |
|
|
|
text |
815292 |
815288 |
-4 |
-0.0 |
|
all-clusters-minimal-app |
nrf52840dk_nrf52840 |
(read/write) |
1161487 |
1161487 |
0 |
0.0 |
|
|
|
bss |
143660 |
143660 |
0 |
0.0 |
|
|
|
rodata |
135768 |
135768 |
0 |
0.0 |
|
|
|
text |
803160 |
803156 |
-4 |
-0.0 |
psoc6 |
all-clusters |
cy8ckit_062s2_43012 |
(read only) |
841968 |
841968 |
0 |
0.0 |
|
|
|
(read/write) |
1743900 |
1743900 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
188712 |
188712 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1229301 |
1229301 |
0 |
0.0 |
|
|
|
.debug_aranges |
111800 |
111800 |
0 |
0.0 |
|
|
|
.debug_frame |
373268 |
373268 |
0 |
0.0 |
|
|
|
.debug_info |
26817149 |
26817149 |
0 |
0.0 |
|
|
|
.debug_line |
3667914 |
3667914 |
0 |
0.0 |
|
|
|
.debug_loc |
3580270 |
3580270 |
0 |
0.0 |
|
|
|
.debug_ranges |
339928 |
339928 |
0 |
0.0 |
|
|
|
.debug_str |
3439445 |
3439445 |
0 |
0.0 |
|
|
|
.heap |
841968 |
841968 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
569356 |
569356 |
0 |
0.0 |
|
|
|
.symtab |
421168 |
421168 |
0 |
0.0 |
|
|
|
.text |
1544136 |
1544136 |
0 |
0.0 |
|
|
|
.zero.table |
8 |
8 |
0 |
0.0 |
|
|
|
text |
0 |
0 |
0 |
0.0 |
|
all-clusters-minimal |
cy8ckit_062s2_43012 |
(read only) |
842704 |
842704 |
0 |
0.0 |
|
|
|
(read/write) |
1686508 |
1686508 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
187976 |
187976 |
0 |
0.0 |
|
|
|
.comment |
204 |
204 |
0 |
0.0 |
|
|
|
.copy.table |
24 |
24 |
0 |
0.0 |
|
|
|
.cy_m0p_image |
6216 |
6216 |
0 |
0.0 |
|
|
|
.cy_sharedmem |
8 |
8 |
0 |
0.0 |
|
|
|
.data |
2664 |
2664 |
0 |
0.0 |
|
|
|
.debug_abbrev |
1221100 |
1221100 |
0 |
0.0 |
|
|
|
.debug_aranges |
111272 |
111272 |
0 |
0.0 |
|
|
|
.debug_frame |
376348 |
376348 |
0 |
0.0 |
|
|
|
.debug_info |
26553932 |
26553931 |
-1 |
-0.0 |
|
|
|
.debug_line |
3688630 |
3688630 |
0 |
0.0 |
|
|
|
.debug_loc |
3567907 |
3567907 |
0 |
0.0 |
|
|
|
.debug_ranges |
338544 |
338544 |
0 |
0.0 |
|
|
|
.debug_str |
3428458 |
3428458 |
0 |
0.0 |
|
|
|
.heap |
842704 |
842704 |
0 |
0.0 |
|
|
|
.noinit |
148 |
148 |
0 |
0.0 |
|
|
|
.ramVectors |
736 |
736 |
0 |
0.0 |
|
|
|
.shstrtab |
288 |
288 |
0 |
0.0 |
|
|
|
.stab |
156 |
156 |
0 |
0.0 |
|
|
|
.stabstr |
335 |
335 |
0 |
0.0 |
|
|
|
.stack_dummy |
4096 |
4096 |
0 |
0.0 |
|
|
|
.strtab |
533445 |
533445 |
0 |
0.0 |
|
|
|
.symtab |
407600 |
407600 |
0 |
0.0 |
|
|
|
.text |
1487480 |
1487480 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
light |
cy8ckit_062s2_43012 |
(read only) |
850896 |
850896 |
0 |
0.0 |
|
|
|
(read/write) |
1605060 |
1605060 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
179992 |
179992 |
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 |
1055156 |
1055156 |
0 |
0.0 |
|
|
|
.debug_aranges |
103480 |
103480 |
0 |
0.0 |
|
|
|
.debug_frame |
346676 |
346676 |
0 |
0.0 |
|
|
|
.debug_info |
22018112 |
22018111 |
-1 |
-0.0 |
|
|
|
.debug_line |
3258550 |
3258550 |
0 |
0.0 |
|
|
|
.debug_loc |
3266014 |
3266014 |
0 |
0.0 |
|
|
|
.debug_ranges |
303872 |
303872 |
0 |
0.0 |
|
|
|
.debug_str |
3233990 |
3233990 |
0 |
0.0 |
|
|
|
.heap |
850896 |
850896 |
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 |
469822 |
469822 |
0 |
0.0 |
|
|
|
.symtab |
376048 |
376048 |
0 |
0.0 |
|
|
|
.text |
1414224 |
1414224 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
|
lock |
cy8ckit_062s2_43012 |
(read only) |
845864 |
845864 |
0 |
0.0 |
|
|
|
(read/write) |
1642684 |
1642684 |
0 |
0.0 |
|
|
|
.ARM.attributes |
46 |
46 |
0 |
0.0 |
|
|
|
.ARM.exidx |
8 |
8 |
0 |
0.0 |
|
|
|
.bss |
185008 |
185008 |
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 |
1062575 |
1062575 |
0 |
0.0 |
|
|
|
.debug_aranges |
104152 |
104152 |
0 |
0.0 |
|
|
|
.debug_frame |
349500 |
349500 |
0 |
0.0 |
|
|
|
.debug_info |
22397448 |
22397447 |
-1 |
-0.0 |
|
|
|
.debug_line |
3267242 |
3267242 |
0 |
0.0 |
|
|
|
.debug_loc |
3305842 |
3305842 |
0 |
0.0 |
|
|
|
.debug_ranges |
307216 |
307216 |
0 |
0.0 |
|
|
|
.debug_str |
3261445 |
3261445 |
0 |
0.0 |
|
|
|
.heap |
845864 |
845864 |
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 |
476025 |
476025 |
0 |
0.0 |
|
|
|
.symtab |
379232 |
379232 |
0 |
0.0 |
|
|
|
.text |
1446816 |
1446816 |
0 |
0.0 |
|
|
|
.zero.table |
0 |
0 |
0 |
0.0 |
|
|
|
|
8 |
8 |
0 |
0.0 |
qpg |
lighting-app |
qpg6105+debug |
(read/write) |
1146320 |
1146312 |
-8 |
-0.0 |
|
|
|
.bss |
110544 |
110544 |
0 |
0.0 |
|
|
|
.data |
1028 |
1028 |
0 |
0.0 |
|
|
|
.text |
593416 |
593408 |
-8 |
-0.0 |
|
lock-app |
qpg6105+debug |
(read/write) |
1116220 |
1116212 |
-8 |
-0.0 |
|
|
|
.bss |
106376 |
106376 |
0 |
0.0 |
|
|
|
.data |
1032 |
1032 |
0 |
0.0 |
|
|
|
.text |
563320 |
563312 |
-8 |
-0.0 |
telink |
light-switch-app |
tlsr9518adk80d |
(read/write) |
814460 |
814468 |
8 |
0.0 |
|
|
|
bss |
72172 |
72172 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
574564 |
574566 |
2 |
0.0 |
|
lighting-app |
tlsr9518adk80d |
(read/write) |
836416 |
836424 |
8 |
0.0 |
|
|
|
bss |
73028 |
73028 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
592724 |
592726 |
2 |
0.0 |
|
ota-requestor-app |
tlsr9518adk80d |
(read/write) |
844524 |
844524 |
0 |
0.0 |
|
|
|
bss |
73936 |
73936 |
0 |
0.0 |
|
|
|
noinit |
43488 |
43488 |
0 |
0.0 |
|
|
|
text |
598966 |
598966 |
0 |
0.0 |