Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.2-branch][ESP32][cherry-pick]Cherry pick some necessary fixes for v1.2-branch #33161

Merged

Conversation

Jerry-ESP
Copy link
Contributor

@Jerry-ESP Jerry-ESP commented Apr 25, 2024

Cherry pick some necessary fixes for v1.2-branch, include:

  1. [1.1] Cherry pick Thread DNS client and memory leak fixes [1.1] Cherry pick Thread DNS client and memory leak fixes #31457
  2. ESP32: Add EndpointQueueFilter for ESP32 platform ESP32: Add EndpointQueueFilter for ESP32 platform #31440
  3. [ESP32] Limit number of returned WiFi scan results to configured limit [ESP32] Limit number of returned WiFi scan results to configured limit #30780
  4. [ESP32] Fix the threading issue in nimble [ESP32] Fix the threading issue in nimble #29180
  5. IM: Create ReadHandler after Session Establishment for Subscription Resumption IM: Create ReadHandler after Session Establishment for Subscription Resumption #30491
  6. [ESP32] Fix adding NDEBUG flag to CPPFLAGS [ESP32] Fix adding NDEBUG flag to CPPFLAGS #30763
  7. Add records of session establishment for subscription resumption Add records of session establishment for subscription resumption #31755
  8. ESP32: check ap info in IsStationConnected ESP32: check ap info in IsStationConnected #31438
  9. Add checks for mOTInst in GenericThreadStackManagerImpl_OpenThread Add checks for mOTInst in GenericThreadStackManagerImpl_OpenThread #32482
  10. [ESP32] Fix few attributes with fixed quality in DeviceInfoProvider [ESP32] Fix few attributes with fixed quality in DeviceInfoProvider #32893
  11. [ESP32] Implement BLE Manager Shutdown for nimble host [ESP32] Implement BLE Manager Shutdown for nimble host #33109
  12. [ESP32] Made a provision to generate esp_secure_cert partition in factory partition script. [ESP32] Made a provision to generate esp_secure_cert partition in factory partition script. #29840
  13. [ESP32] Added the support for onboarding paylaod in factory script [ESP32] Added the support for onboarding paylaod in factory script #31274

Damian-Nordic and others added 10 commits April 25, 2024 10:42
…ip#31457)

* [app] Fix DeferredAttributePersister memory leak (project-chip#31075)

* [app] Fix DeferredAttributePerister memory leak

ScopedMemoryBuffer's Release() method was used instead of
Free(). Add CHECK_RETURN_VALUE annotation to the Release()
method to prevent from making such a mistake in the future.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>

* Code review

---------

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
(cherry picked from commit 3e8aeeb)

* [OpenThread] Harden DNS record parsing (project-chip#31227)

OpenThread applications would crash upon receiving an empty
DNS TXT record. The reason was that the code for copying OT
DNS service info object into Matter DnssdService object
would not initialize the TXT entry count in the latter
object in such a case.

In the reported case, the Matter stack was presented an
empty TXT record because OpenThread's DNS client received
a TXT record with TTL 0 and it discarded its contents.
Nevertheless, the issue could be reproduced by publishing
Matter service without TXT entries and kicking off DNS query.

1. Initialize the TXT entry and subtype count properly in all
   scenarios.
2. Do not even process the service info object if an error was
   returned by OpenThread before.
3. Extract some boilerplate to a separate function to improve
   readability.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
(cherry picked from commit 76b6bb5)
* Add EndpointQueueFilter for ESP32 platform

* Restyled by clang-format

* Restyled by gn

* fix compile error when disabling inet ipv4

* review changes

* Restyled by clang-format

* review changes

* review changes

---------

Co-authored-by: Restyled.io <commits@restyled.io>
project-chip#30780)

Scan results are allocated on the heap and on a resource critical device
where heap is less, this may fail if there are a lot of APs in the
vicinity.
* [ESP32] Fix the threading issue in nimble

Send ble connection error than executing in nimble thread context

* comment explaining why we are posting connection error event

* Adding a comment for kCHIPoBLEConnectionError
…esumption (project-chip#30491)

* IM: Create ReadHandler after Session Establishment for Subscription Resumption

* Restyled by clang-format

* Make SubscriptionResumptionHelper inherits from SubscriptionInfo

* review changes

* Rename Helper to SessionEstablisher

* Restyled by clang-format

* RAII changes

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
In esp-idf, NDEBUG flag is added to CPPFLAGS only if assertions are
disabled. Making this inline to that.
…ject-chip#31755)

* Add records of session establishment for subscription resumption

* Restyled by clang-format

* review changes

* Schedule subscription resumption when failing to establish the session in SubscriptionResumptionSessionEstablisher

* Add option to set subscription timeout resumption retry interval seconds for Linux app
Add cirque test for subscription resumption timeout

* Restyled by clang-format

* Restyled by autopep8

* Restyled by isort

* fix CI building

* Add test to the test list

* add subscription resumption restries number to SubscriptionInfo struct

* review changes

* make resumption retries persistent

* Restyled by clang-format

* ci build fixes

* try to fix cirque test

---------

Co-authored-by: Restyled.io <commits@restyled.io>
…roject-chip#32482)

* Add checks for mOTInst in GenericThreadStackManagerImpl_OpenThread

* review changes
…roject-chip#32893)

* [ESP32] Fix few attributes with fixed quality in DeviceInfoProvider

Fixed labels, supported locales, supported calendar types were being
read from the nvs(flash) and during OTA its a hassle if one wants to
upgrade these values. Added few APIs to set the data for these
attributes in ESP32DeviceInfoProvider.

* Restyled by clang-format

* Restyled by prettier-markdown

* fix the lint errors

* Add back the original Device info provider which reads from the nvs

Add StaticESP32DeviceInfoProvider along with APIs to set data

Remove changes from example and add a guide along with usage

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Copy link

github-actions bot commented Apr 25, 2024

PR #33161: Size comparison from b35ef93 to cb9f02f

Increases above 0.2%:

platform target config section b35ef93 cb9f02f change % change
linux air-purifier-app debug .data 1472 1504 32 2.2
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
all-clusters-app debug .data 3856 3888 32 0.8
.init_array 1216 1224 8 0.7
all-clusters-minimal-app debug .data 3760 3792 32 0.9
.init_array 1152 1160 8 0.7
bridge-app debug .data 4704 4736 32 0.7
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
chip-tool debug .init_array 768 776 8 1.0
lighting-app debug+rpc+ui .data 4416 4480 64 1.4
.init_array 952 960 8 0.8
lock-app debug .data 3648 3680 32 0.9
.init_array 864 872 8 0.9
ota-provider-app debug .data 3920 3952 32 0.8
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
ota-requestor-app debug .data 4160 4192 32 0.8
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
shell debug .init_array 1072 1080 8 0.7
thermostat-no-ble arm64 .data 2792 2824 32 1.1
.rodata 161284 161804 520 0.3
tv-app debug .data 5024 5056 32 0.6
.init_array 1160 1168 8 0.7
tv-casting-app debug .data 2464 2496 32 1.3
.init_array 1136 1144 8 0.7
Increases (60 builds for bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, qpg, telink)
platform target config section b35ef93 cb9f02f change % change
bl702 lighting-app bl702 (read/write) 1207803 1207895 92 0.0
.debug_aranges 138888 138912 24 0.0
.debug_frame 508848 509132 284 0.1
.debug_line 5449608 5450002 394 0.0
.debug_loc 3657637 3658268 631 0.0
.strtab 598978 599360 382 0.1
.symtab 178768 178832 64 0.0
.text 972600 972690 90 0.0
bl702+mfd (read/write) 1218659 1218751 92 0.0
.debug_aranges 140056 140080 24 0.0
.debug_frame 514280 514564 284 0.1
.debug_line 5489944 5490338 394 0.0
.debug_loc 3695799 3696430 631 0.0
.strtab 602738 603120 382 0.1
.symtab 180528 180592 64 0.0
.text 984372 984462 90 0.0
bl702+rpc (read/write) 1307815 1307919 104 0.0
.debug_aranges 147504 147528 24 0.0
.debug_frame 537892 538176 284 0.1
.debug_line 5880029 5880423 394 0.0
.debug_loc 3865276 3865907 631 0.0
.strtab 662935 663317 382 0.1
.symtab 197888 197952 64 0.0
.text 1048152 1048254 102 0.0
bl702l lighting-app bl702l (read/write) 1178348 1178948 600 0.1
.debug_aranges 134096 134120 24 0.0
.debug_frame 490804 491088 284 0.1
.debug_line 5377654 5378048 394 0.0
.debug_loc 3608145 3608774 629 0.0
.strtab 602508 602890 382 0.1
.symtab 179392 179456 64 0.0
.text 962252 962338 86 0.0
bl702l+mfd (read/write) 1189816 1189904 88 0.0
.debug_aranges 135264 135288 24 0.0
.debug_frame 496232 496516 284 0.1
.debug_line 5417867 5418261 394 0.0
.debug_loc 3646307 3646936 629 0.0
.strtab 606336 606718 382 0.1
.symtab 181184 181248 64 0.0
.text 974628 974714 86 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735843 735947 104 0.0
.text 651104 651208 104 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757443 757539 96 0.0
.text 677124 677220 96 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744779 744883 104 0.0
.text 638372 638476 104 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695595 695667 72 0.0
.text 615032 615104 72 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681267 681347 80 0.0
.text 604872 604952 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553015 553135 120 0.0
.app_xip_area 444233 444353 120 0.0
lock cyw930739m2evb_01 (read/write) 539127 539247 120 0.0
.app_xip_area 425545 425665 120 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574583 574671 88 0.0
.app_xip_area 467129 467217 88 0.0
switch cyw930739m2evb_01 (read/write) 550879 550999 120 0.0
.app_xip_area 440337 440457 120 0.0
efr32 lighting-app BRD4161A+rs9116 .text 832136 832816 680 0.1
BRD4187C .text 893972 894764 792 0.1
lock-app BRD4161A+wf200 .text 914860 915308 448 0.0
window-app BRD4187C (read/write) 1128740 1128788 48 0.0
.text 957648 958496 848 0.1
esp32 all-clusters-app c3devkit (read only) 1133214 1134162 948 0.1
.dram0.data 13020 13036 16 0.1
.flash.text 1133214 1134162 948 0.1
m5stack (read only) 1177711 1178483 772 0.1
.dram0.data 34036 34052 16 0.0
.flash.text 1172327 1173099 772 0.1
k32w contact k32w0+release (read only) 589868 589980 112 0.0
.text 589332 589444 112 0.0
k32w1+release (read/write) 684772 684852 80 0.0
.text 571624 571704 80 0.0
light k32w0+release (read only) 589588 589684 96 0.0
.text 589052 589148 96 0.0
k32w1+release (read/write) 776736 776816 80 0.0
.text 654720 654800 80 0.0
lock k32w0+release (read only) 561348 561460 112 0.0
.text 560812 560924 112 0.0
linux air-purifier-app debug (read only) 2470141 2474965 4824 0.2
(read/write) 126232 126272 40 0.0
.data 1472 1504 32 2.2
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
.text 2119013 2123189 4176 0.2
all-clusters-app debug (read only) 5292481 5297321 4840 0.1
(read/write) 417304 417376 72 0.0
.bss 128944 128976 32 0.0
.data 3856 3888 32 0.8
.init_array 1216 1224 8 0.7
.rodata 299948 300556 608 0.2
.text 4613683 4617843 4160 0.1
all-clusters-minimal-app debug (read only) 4885209 4889985 4776 0.1
(read/write) 232984 233056 72 0.0
.bss 126672 126704 32 0.0
.data 3760 3792 32 0.9
.init_array 1152 1160 8 0.7
.rodata 270237 270781 544 0.2
.text 4383827 4387987 4160 0.1
bridge-app debug (read only) 4366841 4371649 4808 0.1
(read/write) 215096 215136 40 0.0
.data 4704 4736 32 0.7
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
.text 3931011 3935171 4160 0.1
chip-tool debug (read only) 10293065 10296881 3816 0.0
(read/write) 445632 445640 8 0.0
.init_array 768 776 8 1.0
.rodata 387209 387497 288 0.1
.text 9304611 9308115 3504 0.0
chip-tool-ipv6only arm64 (read only) 10176472 10179736 3264 0.0
(read/write) 511336 512216 880 0.2
.rodata 315936 316176 240 0.1
.text 9086408 9089432 3024 0.0
lighting-app debug+rpc+ui (read only) 5225049 5229993 4944 0.1
(read/write) 223088 223160 72 0.0
.data 4416 4480 64 1.4
.init_array 952 960 8 0.8
.rodata 336404 337044 640 0.2
.text 4645395 4649603 4208 0.1
lock-app debug (read only) 4466409 4471185 4776 0.1
(read/write) 203224 203264 40 0.0
.data 3648 3680 32 0.9
.init_array 864 872 8 0.9
.rodata 247517 248061 544 0.2
.text 4009267 4013427 4160 0.1
ota-provider-app debug (read only) 4122329 4127105 4776 0.1
(read/write) 192160 192200 40 0.0
.data 3920 3952 32 0.8
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
.text 3731651 3735811 4160 0.1
ota-requestor-app debug (read only) 4207777 4212585 4808 0.1
(read/write) 196344 196384 40 0.0
.data 4160 4192 32 0.8
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
.text 3809363 3813523 4160 0.1
shell debug (read only) 2758449 2762649 4200 0.2
(read/write) 149088 149096 8 0.0
.init_array 1072 1080 8 0.7
.rodata 180896 181184 288 0.2
.text 2406866 2410754 3888 0.2
thermostat-no-ble arm64 (read only) 4360120 4364288 4168 0.1
.bss 122168 122184 16 0.0
.data 2792 2824 32 1.1
.got 11896 11904 8 0.1
.rodata 161284 161804 520 0.3
.text 3860120 3863704 3584 0.1
tv-app debug (read only) 5288121 5292929 4808 0.1
(read/write) 352016 352056 40 0.0
.data 5024 5056 32 0.6
.init_array 1160 1168 8 0.7
.rodata 271085 271661 576 0.2
.text 4772931 4777091 4160 0.1
tv-casting-app debug (read only) 8240369 8245001 4632 0.1
(read/write) 314488 314528 40 0.0
.data 2464 2496 32 1.3
.init_array 1136 1144 8 0.7
.rodata 337656 338232 576 0.2
.text 7497331 7501315 3984 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179716 1179828 112 0.0
text 828016 828124 108 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1161496 1161576 80 0.0
text 814540 814620 80 0.0
qpg lighting-app qpg6105+debug (read/write) 1177092 1177204 112 0.0
.text 623936 624048 112 0.0
lock-app qpg6105+debug (read/write) 1133580 1133692 112 0.0
.text 580420 580532 112 0.0
telink air-quality-sensor-app tlsr9528a (read/write) 856892 857052 160 0.0
text 604454 604610 156 0.0
all-clusters-app tlsr9518adk80d (read/write) 1078492 1078644 152 0.0
text 758132 758282 150 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1077160 1077272 112 0.0
text 744604 744712 108 0.0
bridge-app tlsr9518adk80d (read/write) 932196 932340 144 0.0
text 641650 641800 150 0.0
contact-sensor-app tlsr9528a (read/write) 860284 860436 152 0.0
text 607552 607708 156 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 962416 962568 152 0.0
text 683970 684126 156 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1088176 1088336 160 0.0
text 762322 762480 158 0.0
lock-app-dfu tlsr9528a (read/write) 918704 918856 152 0.0
text 638380 638536 156 0.0
ota-requestor-app tlsr9518adk80d (read/write) 945540 945692 152 0.0
text 657452 657602 150 0.0
pump-app tlsr9528a (read/write) 864128 864280 152 0.0
text 611726 611882 156 0.0
pump-controller-app tlsr9518adk80d (read/write) 804988 805148 160 0.0
text 578762 578918 156 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 820684 820836 152 0.0
text 589374 589530 156 0.0
shell tlsr9518adk80d (read/write) 709036 709108 72 0.0
text 462008 462080 72 0.0
smoke_co_alarm-app tlsr9528a (read/write) 862876 863036 160 0.0
text 611088 611244 156 0.0
temperature-measurement-app tlsr9528a (read/write) 847936 848096 160 0.0
text 598260 598416 156 0.0
thermostat tlsr9518adk80d (read/write) 826064 826224 160 0.0
text 594116 594272 156 0.0
window-covering tlsr9518adk80d (read/write) 823520 823672 152 0.0
text 591164 591320 156 0.0
Decreases (20 builds for bl702, bl702l, cc32xx, efr32, esp32, linux, psoc6)
platform target config section b35ef93 cb9f02f change % change
bl702 lighting-app bl702 .debug_abbrev 1552488 1552404 -84 -0.0
.debug_info 41551656 41550991 -665 -0.0
.debug_ranges 445216 445168 -48 -0.0
.debug_str 4085853 4085822 -31 -0.0
bl702+mfd .debug_abbrev 1554219 1554135 -84 -0.0
.debug_info 41591945 41591280 -665 -0.0
.debug_ranges 447456 447408 -48 -0.0
.debug_str 4091384 4091353 -31 -0.0
bl702+rpc .debug_abbrev 1733486 1733402 -84 -0.0
.debug_info 46696318 46695655 -663 -0.0
.debug_ranges 472784 472736 -48 -0.0
.debug_str 4513725 4513694 -31 -0.0
bl706-eth .debug_abbrev 1071615 1071419 -196 -0.0
.debug_aranges 111728 111720 -8 -0.0
.debug_frame 412796 412744 -52 -0.0
.debug_info 2247494 22473688 -1258 -0.0
.debug_line 4141976 4141476 -500 -0.0
.debug_loc 3076095 3075651 -444 -0.0
.debug_ranges 363904 363896 -8 -0.0
.debug_str 3629105 3628976 -129 -0.0
bl706-wifi .debug_abbrev 1187398 1187202 -196 -0.0
.debug_aranges 119392 119384 -8 -0.0
.debug_frame 618472 618416 -56 -0.0
.debug_info 23861153 23859891 -1262 -0.0
.debug_line 4566886 4566386 -500 -0.0
.debug_loc 3263294 3262896 -398 -0.0
.debug_ranges 391760 391752 -8 -0.0
.debug_str 3730637 3730508 -129 -0.0
bl702l lighting-app bl702l .debug_abbrev 1552749 1552665 -84 -0.0
.debug_info 41369153 41368488 -665 -0.0
.debug_ranges 453376 453328 -48 -0.0
.debug_str 4115627 4115596 -31 -0.0
bl702l+mfd .debug_abbrev 1554495 1554411 -84 -0.0
.debug_info 41411485 41410820 -665 -0.0
.debug_ranges 455616 455568 -48 -0.0
.debug_str 4121148 4121117 -31 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL .debug_abbrev 903135 903100 -35 -0.0
.debug_aranges 104344 104336 -8 -0.0
.debug_frame 351356 351320 -36 -0.0
.debug_info 19453466 19453003 -463 -0.0
.debug_line 2593371 2593193 -178 -0.0
.debug_loclists 1579377 1579061 -316 -0.0
.debug_rnglists 107665 107659 -6 -0.0
.debug_str 3391844 3391715 -129 -0.0
lock CC3235SF_LAUNCHXL .debug_abbrev 943795 943760 -35 -0.0
.debug_aranges 108808 108800 -8 -0.0
.debug_frame 366636 366600 -36 -0.0
.debug_info 20630164 20629707 -457 -0.0
.debug_line 2663744 2663560 -184 -0.0
.debug_loclists 1635068 1634752 -316 -0.0
.debug_rnglists 112202 112196 -6 -0.0
.debug_str 3456030 3455901 -129 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006768 1006648 -120 -0.0
.bss 171920 171120 -800 -0.5
BRD4187C (read/write) 1092776 1092768 -8 -0.0
.bss 195484 194684 -800 -0.4
lock-app BRD4161A+wf200 (read/write) 1104224 1103872 -352 -0.0
.bss 186632 185832 -800 -0.4
window-app BRD4187C .bss 167900 167100 -800 -0.5
esp32 all-clusters-app c3devkit (read/write) 1670412 1669236 -1176 -0.1
.dram0.bss 71904 71104 -800 -1.1
.flash.rodata 241624 241232 -392 -0.2
m5stack (read/write) 520308 518684 -1624 -0.3
.dram0.bss 78552 77760 -792 -1.0
.flash.rodata 273356 272508 -848 -0.3
linux thermostat-no-ble arm64 (read/write) 245232 245224 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1327159 1327120 -39 -0.0
.debug_aranges 141024 141016 -8 -0.0
.debug_frame 467220 467188 -32 -0.0
.debug_info 30281882 30281410 -472 -0.0
.debug_line 3898940 3898777 -163 -0.0
.debug_loclists 2245778 2245474 -304 -0.0
.debug_rnglists 151766 151760 -6 -0.0
.debug_str 4118698 4118569 -129 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1267369 1267330 -39 -0.0
.debug_aranges 137240 137232 -8 -0.0
.debug_frame 460608 460576 -32 -0.0
.debug_info 28553678 28553204 -474 -0.0
.debug_line 3804017 3803852 -165 -0.0
.debug_loclists 2190194 2189900 -294 -0.0
.debug_rnglists 147581 147575 -6 -0.0
.debug_str 4011435 4011306 -129 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1109047 1109008 -39 -0.0
.debug_aranges 127312 127304 -8 -0.0
.debug_frame 423532 423500 -32 -0.0
.debug_info 23671411 23670935 -476 -0.0
.debug_line 3378347 3378190 -157 -0.0
.debug_loclists 2026679 2026385 -294 -0.0
.debug_rnglists 137127 137121 -6 -0.0
.debug_str 3818257 3818128 -129 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1101893 1101854 -39 -0.0
.debug_aranges 125992 125984 -8 -0.0
.debug_frame 418768 418736 -32 -0.0
.debug_info 23481090 23480616 -474 -0.0
.debug_line 3330683 3330522 -161 -0.0
.debug_loclists 2003411 2003117 -294 -0.0
.debug_rnglists 135150 135144 -6 -0.0
.debug_str 3780517 3780388 -129 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b35ef93 cb9f02f change % change
bl602 lighting-app bl602 (read/write) 1410258 1410258 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075390 1075390 0 0.0
bl602+mfd (read/write) 1424426 1424426 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090450 1090450 0 0.0
bl602+rpc (read/write) 1457278 1457278 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106878 1106878 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207803 1207895 92 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552488 1552404 -84 -0.0
.debug_aranges 138888 138912 24 0.0
.debug_frame 508848 509132 284 0.1
.debug_info 41551656 41550991 -665 -0.0
.debug_line 5449608 5450002 394 0.0
.debug_loc 3657637 3658268 631 0.0
.debug_ranges 445216 445168 -48 -0.0
.debug_str 4085853 4085822 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106552 106552 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598978 599360 382 0.1
.symtab 178768 178832 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972600 972690 90 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218659 1218751 92 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554219 1554135 -84 -0.0
.debug_aranges 140056 140080 24 0.0
.debug_frame 514280 514564 284 0.1
.debug_info 41591945 41591280 -665 -0.0
.debug_line 5489944 5490338 394 0.0
.debug_loc 3695799 3696430 631 0.0
.debug_ranges 447456 447408 -48 -0.0
.debug_str 4091384 4091353 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105492 105492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 602738 603120 382 0.1
.symtab 180528 180592 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984372 984462 90 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1307815 1307919 104 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733486 1733402 -84 -0.0
.debug_aranges 147504 147528 24 0.0
.debug_frame 537892 538176 284 0.1
.debug_info 46696318 46695655 -663 -0.0
.debug_line 5880029 5880423 394 0.0
.debug_loc 3865276 3865907 631 0.0
.debug_ranges 472784 472736 -48 -0.0
.debug_str 4513725 4513694 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121452 121452 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662935 663317 382 0.1
.symtab 197888 197952 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048152 1048254 102 0.0
bl706-eth (read/write) 995513 995513 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071615 1071419 -196 -0.0
.debug_aranges 111728 111720 -8 -0.0
.debug_frame 412796 412744 -52 -0.0
.debug_info 2247494 22473688 -1258 -0.0
.debug_line 4141976 4141476 -500 -0.0
.debug_loc 3076095 3075651 -444 -0.0
.debug_ranges 363904 363896 -8 -0.0
.debug_str 3629105 3628976 -129 -0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99188 99188 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457506 457506 0 0.0
.symtab 133424 133424 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738532 738532 0 0.0
bl706-wifi (read/write) 1230306 1230306 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187398 1187202 -196 -0.0
.debug_aranges 119392 119384 -8 -0.0
.debug_frame 618472 618416 -56 -0.0
.debug_info 23861153 23859891 -1262 -0.0
.debug_line 4566886 4566386 -500 -0.0
.debug_loc 3263294 3262896 -398 -0.0
.debug_ranges 391760 391752 -8 -0.0
.debug_str 3730637 3730508 -129 -0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120052 120052 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506611 506611 0 0.0
.symtab 152720 152720 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962592 962592 0 0.0
bl702l lighting-app bl702l (read/write) 1178348 1178948 600 0.1
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552749 1552665 -84 -0.0
.debug_aranges 134096 134120 24 0.0
.debug_frame 490804 491088 284 0.1
.debug_info 41369153 41368488 -665 -0.0
.debug_line 5377654 5378048 394 0.0
.debug_loc 3608145 3608774 629 0.0
.debug_ranges 453376 453328 -48 -0.0
.debug_str 4115627 4115596 -31 -0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100708 100708 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 602508 602890 382 0.1
.symtab 179392 179456 64 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962252 962338 86 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1189816 1189904 88 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554495 1554411 -84 -0.0
.debug_aranges 135264 135288 24 0.0
.debug_frame 496232 496516 284 0.1
.debug_info 41411485 41410820 -665 -0.0
.debug_line 5417867 5418261 394 0.0
.debug_loc 3646307 3646936 629 0.0
.debug_ranges 455616 455568 -48 -0.0
.debug_str 4121148 4121117 -31 -0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606336 606718 382 0.1
.symtab 181184 181248 64 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974628 974714 86 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735843 735947 104 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84351 84351 0 0.0
.text 651104 651208 104 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757443 757539 96 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79927 79927 0 0.0
.text 677124 677220 96 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744779 744883 104 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106015 106015 0 0.0
.text 638372 638476 104 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695595 695667 72 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80175 80175 0 0.0
.text 615032 615104 72 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681267 681347 80 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76007 76007 0 0.0
.text 604872 604952 80 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562314 562314 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903135 903100 -35 -0.0
.debug_aranges 104344 104336 -8 -0.0
.debug_frame 351356 351320 -36 -0.0
.debug_info 19453466 19453003 -463 -0.0
.debug_line 2593371 2593193 -178 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1579377 1579061 -316 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107665 107659 -6 -0.0
.debug_str 3391844 3391715 -129 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83674 83674 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 467894 467894 0 0.0
.symtab 279280 279280 0 0.0
.text 476520 476520 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618482 618482 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943795 943760 -35 -0.0
.debug_aranges 108808 108800 -8 -0.0
.debug_frame 366636 366600 -36 -0.0
.debug_info 20630164 20629707 -457 -0.0
.debug_line 2663744 2663560 -184 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635068 1634752 -316 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112202 112196 -6 -0.0
.debug_str 3456030 3455901 -129 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106226 106226 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517130 517130 0 0.0
.symtab 298896 298896 0 0.0
.text 0 0 0 0.0
510132 510132 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553015 553135 120 0.0
.app_xip_area 444233 444353 120 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539127 539247 120 0.0
.app_xip_area 425545 425665 120 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574583 574671 88 0.0
.app_xip_area 467129 467217 88 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 550879 550999 120 0.0
.app_xip_area 440337 440457 120 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006768 1006648 -120 -0.0
.bss 171920 171120 -800 -0.5
.data 2692 2692 0 0.0
.text 832136 832816 680 0.1
BRD4187C (read/write) 1092776 1092768 -8 -0.0
.bss 195484 194684 -800 -0.4
.data 3300 3300 0 0.0
.text 893972 894764 792 0.1
lock-app BRD4161A+wf200 (read/write) 1104224 1103872 -352 -0.0
.bss 186632 185832 -800 -0.4
.data 2708 2708 0 0.0
.text 914860 915308 448 0.0
window-app BRD4187C (read/write) 1128740 1128788 48 0.0
.bss 167900 167100 -800 -0.5
.data 3172 3172 0 0.0
.text 957648 958496 848 0.1
esp32 all-clusters-app c3devkit (read only) 1133214 1134162 948 0.1
(read/write) 1670412 1669236 -1176 -0.1
.dram0.bss 71904 71104 -800 -1.1
.dram0.data 13020 13036 16 0.1
.flash.rodata 241624 241232 -392 -0.2
.flash.text 1133214 1134162 948 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177711 1178483 772 0.1
(read/write) 520308 518684 -1624 -0.3
.dram0.bss 78552 77760 -792 -1.0
.dram0.data 34036 34052 16 0.0
.flash.rodata 273356 272508 -848 -0.3
.flash.text 1172327 1173099 772 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589868 589980 112 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589332 589444 112 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684772 684852 80 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571624 571704 80 0.0
light k32w0+release (read only) 589588 589684 96 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589052 589148 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776736 776816 80 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654720 654800 80 0.0
lock k32w0+release (read only) 561348 561460 112 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560812 560924 112 0.0
linux air-purifier-app debug (read only) 2470141 2474965 4824 0.2
(read/write) 126232 126272 40 0.0
.bss 46608 46608 0 0.0
.data 1472 1504 32 2.2
.data.rel.ro 72152 72152 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
.text 2119013 2123189 4176 0.2
all-clusters-app debug (read only) 5292481 5297321 4840 0.1
(read/write) 417304 417376 72 0.0
.bss 128944 128976 32 0.0
.data 3856 3888 32 0.8
.data.rel.ro 277280 277280 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1224 8 0.7
.rodata 299948 300556 608 0.2
.text 4613683 4617843 4160 0.1
all-clusters-minimal-app debug (read only) 4885209 4889985 4776 0.1
(read/write) 232984 233056 72 0.0
.bss 126672 126704 32 0.0
.data 3760 3792 32 0.9
.data.rel.ro 95424 95424 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1160 8 0.7
.rodata 270237 270781 544 0.2
.text 4383827 4387987 4160 0.1
bridge-app debug (read only) 4366841 4371649 4808 0.1
(read/write) 215096 215136 40 0.0
.bss 118872 118872 0 0.0
.data 4704 4736 32 0.7
.data.rel.ro 84752 84752 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
.text 3931011 3935171 4160 0.1
chip-tool debug (read only) 10293065 10296881 3816 0.0
(read/write) 445632 445640 8 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 339704 339704 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 387209 387497 288 0.1
.text 9304611 9308115 3504 0.0
chip-tool-ipv6only arm64 (read only) 10176472 10179736 3264 0.0
(read/write) 511336 512216 880 0.2
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 377136 377136 0 0.0
.dynamic 512 512 0 0.0
.got 18552 18552 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 315936 316176 240 0.1
.text 9086408 9089432 3024 0.0
lighting-app debug+rpc+ui (read only) 5225049 5229993 4944 0.1
(read/write) 223088 223160 72 0.0
.bss 118160 118160 0 0.0
.data 4416 4480 64 1.4
.data.rel.ro 92960 92960 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 960 8 0.8
.rodata 336404 337044 640 0.2
.text 4645395 4649603 4208 0.1
lock-app debug (read only) 4466409 4471185 4776 0.1
(read/write) 203224 203264 40 0.0
.bss 113392 113392 0 0.0
.data 3648 3680 32 0.9
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 872 8 0.9
.rodata 247517 248061 544 0.2
.text 4009267 4013427 4160 0.1
ota-provider-app debug (read only) 4122329 4127105 4776 0.1
(read/write) 192160 192200 40 0.0
.bss 113536 113536 0 0.0
.data 3920 3952 32 0.8
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
.text 3731651 3735811 4160 0.1
ota-requestor-app debug (read only) 4207777 4212585 4808 0.1
(read/write) 196344 196384 40 0.0
.bss 114560 114560 0 0.0
.data 4160 4192 32 0.8
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
.text 3809363 3813523 4160 0.1
shell debug (read only) 2758449 2762649 4200 0.2
(read/write) 149088 149096 8 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180896 181184 288 0.2
.text 2406866 2410754 3888 0.2
thermostat-no-ble arm64 (read only) 4360120 4364288 4168 0.1
(read/write) 245232 245224 -8 -0.0
.bss 122168 122184 16 0.0
.data 2792 2824 32 1.1
.data.rel.ro 101608 101608 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11904 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161284 161804 520 0.3
.text 3860120 3863704 3584 0.1
tv-app debug (read only) 5288121 5292929 4808 0.1
(read/write) 352016 352056 40 0.0
.bss 243104 243104 0 0.0
.data 5024 5056 32 0.6
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1168 8 0.7
.rodata 271085 271661 576 0.2
.text 4772931 4777091 4160 0.1
tv-casting-app debug (read only) 8240369 8245001 4632 0.1
(read/write) 314488 314528 40 0.0
.bss 155872 155872 0 0.0
.data 2464 2496 32 1.3
.data.rel.ro 149296 149296 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 337656 338232 576 0.2
.text 7497331 7501315 3984 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523080 2523080 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485764 1485764 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179716 1179828 112 0.0
bss 153980 153980 0 0.0
rodata 118816 118816 0 0.0
text 828016 828124 108 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327392 1327392 0 0.0
bss 139990 139990 0 0.0
rodata 134880 134880 0 0.0
text 761868 761868 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161496 1161576 80 0.0
bss 154219 154219 0 0.0
rodata 113820 113820 0 0.0
text 814540 814620 80 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723724 1723724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1327159 1327120 -39 -0.0
.debug_aranges 141024 141016 -8 -0.0
.debug_frame 467220 467188 -32 -0.0
.debug_info 30281882 30281410 -472 -0.0
.debug_line 3898940 3898777 -163 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2245778 2245474 -304 -0.0
.debug_rnglists 151766 151760 -6 -0.0
.debug_str 4118698 4118569 -129 -0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 798378 798378 0 0.0
.symtab 494112 494112 0 0.0
.text 1520132 1520132 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682252 1682252 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1267369 1267330 -39 -0.0
.debug_aranges 137240 137232 -8 -0.0
.debug_frame 460608 460576 -32 -0.0
.debug_info 28553678 28553204 -474 -0.0
.debug_line 3804017 3803852 -165 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2190194 2189900 -294 -0.0
.debug_rnglists 147581 147575 -6 -0.0
.debug_str 4011435 4011306 -129 -0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 742733 742733 0 0.0
.symtab 475168 475168 0 0.0
.text 1480460 1480460 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608436 1608436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1109047 1109008 -39 -0.0
.debug_aranges 127312 127304 -8 -0.0
.debug_frame 423532 423500 -32 -0.0
.debug_info 23671411 23670935 -476 -0.0
.debug_line 3378347 3378190 -157 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2026679 2026385 -294 -0.0
.debug_rnglists 137127 137121 -6 -0.0
.debug_str 3818257 3818128 -129 -0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 655902 655902 0 0.0
.symtab 436672 436672 0 0.0
.text 1413196 1413196 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641236 1641236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1101893 1101854 -39 -0.0
.debug_aranges 125992 125984 -8 -0.0
.debug_frame 418768 418736 -32 -0.0
.debug_info 23481090 23480616 -474 -0.0
.debug_line 3330683 3330522 -161 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003411 2003117 -294 -0.0
.debug_rnglists 135150 135144 -6 -0.0
.debug_str 3780517 3780388 -129 -0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 629407 629407 0 0.0
.symtab 428208 428208 0 0.0
.text 1418732 1418732 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177092 1177204 112 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623936 624048 112 0.0
lock-app qpg6105+debug (read/write) 1133580 1133692 112 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 580420 580532 112 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856892 857052 160 0.0
bss 77996 77996 0 0.0
text 604454 604610 156 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078492 1078644 152 0.0
bss 112632 112632 0 0.0
text 758132 758282 150 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077160 1077272 112 0.0
bss 122460 122460 0 0.0
text 744604 744712 108 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932196 932340 144 0.0
bss 106876 106876 0 0.0
text 641650 641800 150 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860284 860436 152 0.0
bss 78120 78120 0 0.0
text 607552 607708 156 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962416 962568 152 0.0
bss 88184 88184 0 0.0
text 683970 684126 156 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088176 1088336 160 0.0
bss 112384 112384 0 0.0
text 762322 762480 158 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918704 918856 152 0.0
bss 78812 78812 0 0.0
text 638380 638536 156 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945540 945692 152 0.0
bss 104976 104976 0 0.0
text 657452 657602 150 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864128 864280 152 0.0
bss 78228 78228 0 0.0
text 611726 611882 156 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804988 805148 160 0.0
bss 66248 66248 0 0.0
text 578762 578918 156 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820684 820836 152 0.0
bss 66652 66652 0 0.0
text 589374 589530 156 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709108 72 0.0
bss 86424 86424 0 0.0
text 462008 462080 72 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862876 863036 160 0.0
bss 78204 78204 0 0.0
text 611088 611244 156 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847936 848096 160 0.0
bss 77932 77932 0 0.0
text 598260 598416 156 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826064 826224 160 0.0
bss 66536 66536 0 0.0
text 594116 594272 156 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823520 823672 152 0.0
bss 66888 66888 0 0.0
text 591164 591320 156 0.0

* [ESP32] Implement BLE Manager Shutdown for nimble host

- Replace ble deinit imple in Esp32AppServer with BLEMgr().Shutdown()
- Replace few ESP_LOG with ChipLog in Esp32AppServer
- Move ble deinit kCommissioningComplete switch case
- Make USE_BLE_ONLY_FOR_COMMISSIONING depends on BT_ENABLED

* Restyled by clang-format

* address reviews

* Add checks for timer handler

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Copy link

github-actions bot commented Apr 25, 2024

PR #33161: Size comparison from b35ef93 to b80b867

Increases above 0.2%:

platform target config section b35ef93 b80b867 change % change
linux air-purifier-app debug .data 1472 1504 32 2.2
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
all-clusters-app debug .data 3856 3888 32 0.8
.init_array 1216 1224 8 0.7
all-clusters-minimal-app debug .data 3760 3792 32 0.9
.init_array 1152 1160 8 0.7
bridge-app debug .data 4704 4736 32 0.7
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
chip-tool debug .init_array 768 776 8 1.0
lighting-app debug+rpc+ui .data 4416 4480 64 1.4
.init_array 952 960 8 0.8
lock-app debug .data 3648 3680 32 0.9
.init_array 864 872 8 0.9
ota-provider-app debug .data 3920 3952 32 0.8
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
ota-requestor-app debug .data 4160 4192 32 0.8
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
shell debug .init_array 1072 1080 8 0.7
thermostat-no-ble arm64 .data 2792 2824 32 1.1
.rodata 161284 161804 520 0.3
tv-app debug .data 5024 5056 32 0.6
.init_array 1160 1168 8 0.7
tv-casting-app debug .data 2464 2496 32 1.3
.init_array 1136 1144 8 0.7
Increases (60 builds for bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, qpg, telink)
platform target config section b35ef93 b80b867 change % change
bl702 lighting-app bl702 (read/write) 1207803 1207895 92 0.0
.debug_aranges 138888 138912 24 0.0
.debug_frame 508848 509132 284 0.1
.debug_line 5449608 5450002 394 0.0
.debug_loc 3657637 3658268 631 0.0
.strtab 598978 599360 382 0.1
.symtab 178768 178832 64 0.0
.text 972600 972690 90 0.0
bl702+mfd (read/write) 1218659 1218751 92 0.0
.debug_aranges 140056 140080 24 0.0
.debug_frame 514280 514564 284 0.1
.debug_line 5489944 5490338 394 0.0
.debug_loc 3695799 3696430 631 0.0
.strtab 602738 603120 382 0.1
.symtab 180528 180592 64 0.0
.text 984372 984462 90 0.0
bl702+rpc (read/write) 1307815 1307919 104 0.0
.debug_aranges 147504 147528 24 0.0
.debug_frame 537892 538176 284 0.1
.debug_line 5880029 5880423 394 0.0
.debug_loc 3865276 3865907 631 0.0
.strtab 662935 663317 382 0.1
.symtab 197888 197952 64 0.0
.text 1048152 1048254 102 0.0
bl702l lighting-app bl702l (read/write) 1178348 1178948 600 0.1
.debug_aranges 134096 134120 24 0.0
.debug_frame 490804 491088 284 0.1
.debug_line 5377654 5378048 394 0.0
.debug_loc 3608145 3608774 629 0.0
.strtab 602508 602890 382 0.1
.symtab 179392 179456 64 0.0
.text 962252 962338 86 0.0
bl702l+mfd (read/write) 1189816 1189904 88 0.0
.debug_aranges 135264 135288 24 0.0
.debug_frame 496232 496516 284 0.1
.debug_line 5417867 5418261 394 0.0
.debug_loc 3646307 3646936 629 0.0
.strtab 606336 606718 382 0.1
.symtab 181184 181248 64 0.0
.text 974628 974714 86 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735843 735947 104 0.0
.text 651104 651208 104 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757443 757539 96 0.0
.text 677124 677220 96 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744779 744883 104 0.0
.text 638372 638476 104 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695595 695667 72 0.0
.text 615032 615104 72 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681267 681347 80 0.0
.text 604872 604952 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553015 553135 120 0.0
.app_xip_area 444233 444353 120 0.0
lock cyw930739m2evb_01 (read/write) 539127 539247 120 0.0
.app_xip_area 425545 425665 120 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574583 574671 88 0.0
.app_xip_area 467129 467217 88 0.0
switch cyw930739m2evb_01 (read/write) 550879 550999 120 0.0
.app_xip_area 440337 440457 120 0.0
efr32 lighting-app BRD4161A+rs9116 .text 832136 832816 680 0.1
BRD4187C .text 893972 894764 792 0.1
lock-app BRD4161A+wf200 .text 914860 915308 448 0.0
window-app BRD4187C (read/write) 1128740 1128788 48 0.0
.text 957648 958496 848 0.1
esp32 all-clusters-app c3devkit (read only) 1133214 1134816 1602 0.1
.dram0.data 13020 13036 16 0.1
.flash.text 1133214 1134816 1602 0.1
.iram0.text 75694 75874 180 0.2
m5stack (read only) 1177711 1177943 232 0.0
.dram0.data 34036 34052 16 0.0
.flash.text 1172327 1172559 232 0.0
k32w contact k32w0+release (read only) 589868 589980 112 0.0
.text 589332 589444 112 0.0
k32w1+release (read/write) 684772 684852 80 0.0
.text 571624 571704 80 0.0
light k32w0+release (read only) 589588 589684 96 0.0
.text 589052 589148 96 0.0
k32w1+release (read/write) 776736 776816 80 0.0
.text 654720 654800 80 0.0
lock k32w0+release (read only) 561348 561460 112 0.0
.text 560812 560924 112 0.0
linux air-purifier-app debug (read only) 2470141 2474965 4824 0.2
(read/write) 126232 126272 40 0.0
.data 1472 1504 32 2.2
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
.text 2119013 2123189 4176 0.2
all-clusters-app debug (read only) 5292481 5297321 4840 0.1
(read/write) 417304 417376 72 0.0
.bss 128944 128976 32 0.0
.data 3856 3888 32 0.8
.init_array 1216 1224 8 0.7
.rodata 299948 300556 608 0.2
.text 4613683 4617843 4160 0.1
all-clusters-minimal-app debug (read only) 4885209 4889985 4776 0.1
(read/write) 232984 233056 72 0.0
.bss 126672 126704 32 0.0
.data 3760 3792 32 0.9
.init_array 1152 1160 8 0.7
.rodata 270237 270781 544 0.2
.text 4383827 4387987 4160 0.1
bridge-app debug (read only) 4366841 4371649 4808 0.1
(read/write) 215096 215136 40 0.0
.data 4704 4736 32 0.7
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
.text 3931011 3935171 4160 0.1
chip-tool debug (read only) 10293065 10296881 3816 0.0
(read/write) 445632 445640 8 0.0
.init_array 768 776 8 1.0
.rodata 387209 387497 288 0.1
.text 9304611 9308115 3504 0.0
chip-tool-ipv6only arm64 (read only) 10176472 10179736 3264 0.0
(read/write) 511336 512216 880 0.2
.rodata 315936 316176 240 0.1
.text 9086408 9089432 3024 0.0
lighting-app debug+rpc+ui (read only) 5225049 5229993 4944 0.1
(read/write) 223088 223160 72 0.0
.data 4416 4480 64 1.4
.init_array 952 960 8 0.8
.rodata 336404 337044 640 0.2
.text 4645395 4649603 4208 0.1
lock-app debug (read only) 4466409 4471185 4776 0.1
(read/write) 203224 203264 40 0.0
.data 3648 3680 32 0.9
.init_array 864 872 8 0.9
.rodata 247517 248061 544 0.2
.text 4009267 4013427 4160 0.1
ota-provider-app debug (read only) 4122329 4127105 4776 0.1
(read/write) 192160 192200 40 0.0
.data 3920 3952 32 0.8
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
.text 3731651 3735811 4160 0.1
ota-requestor-app debug (read only) 4207777 4212585 4808 0.1
(read/write) 196344 196384 40 0.0
.data 4160 4192 32 0.8
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
.text 3809363 3813523 4160 0.1
shell debug (read only) 2758449 2762649 4200 0.2
(read/write) 149088 149096 8 0.0
.init_array 1072 1080 8 0.7
.rodata 180896 181184 288 0.2
.text 2406866 2410754 3888 0.2
thermostat-no-ble arm64 (read only) 4360120 4364288 4168 0.1
.bss 122168 122184 16 0.0
.data 2792 2824 32 1.1
.got 11896 11904 8 0.1
.rodata 161284 161804 520 0.3
.text 3860120 3863704 3584 0.1
tv-app debug (read only) 5288121 5292929 4808 0.1
(read/write) 352016 352056 40 0.0
.data 5024 5056 32 0.6
.init_array 1160 1168 8 0.7
.rodata 271085 271661 576 0.2
.text 4772931 4777091 4160 0.1
tv-casting-app debug (read only) 8240369 8245001 4632 0.1
(read/write) 314488 314528 40 0.0
.data 2464 2496 32 1.3
.init_array 1136 1144 8 0.7
.rodata 337656 338232 576 0.2
.text 7497331 7501315 3984 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179716 1179828 112 0.0
text 828016 828124 108 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1161496 1161576 80 0.0
text 814540 814620 80 0.0
qpg lighting-app qpg6105+debug (read/write) 1177092 1177204 112 0.0
.text 623936 624048 112 0.0
lock-app qpg6105+debug (read/write) 1133580 1133692 112 0.0
.text 580420 580532 112 0.0
telink air-quality-sensor-app tlsr9528a (read/write) 856892 857052 160 0.0
text 604454 604610 156 0.0
all-clusters-app tlsr9518adk80d (read/write) 1078492 1078644 152 0.0
text 758132 758282 150 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1077160 1077272 112 0.0
text 744604 744712 108 0.0
bridge-app tlsr9518adk80d (read/write) 932196 932340 144 0.0
text 641650 641800 150 0.0
contact-sensor-app tlsr9528a (read/write) 860284 860436 152 0.0
text 607552 607708 156 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 962416 962568 152 0.0
text 683970 684126 156 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1088176 1088336 160 0.0
text 762322 762480 158 0.0
lock-app-dfu tlsr9528a (read/write) 918704 918856 152 0.0
text 638380 638536 156 0.0
ota-requestor-app tlsr9518adk80d (read/write) 945540 945692 152 0.0
text 657452 657602 150 0.0
pump-app tlsr9528a (read/write) 864128 864280 152 0.0
text 611726 611882 156 0.0
pump-controller-app tlsr9518adk80d (read/write) 804988 805148 160 0.0
text 578762 578918 156 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 820684 820836 152 0.0
text 589374 589530 156 0.0
shell tlsr9518adk80d (read/write) 709036 709108 72 0.0
text 462008 462080 72 0.0
smoke_co_alarm-app tlsr9528a (read/write) 862876 863036 160 0.0
text 611088 611244 156 0.0
temperature-measurement-app tlsr9528a (read/write) 847936 848096 160 0.0
text 598260 598416 156 0.0
thermostat tlsr9518adk80d (read/write) 826064 826224 160 0.0
text 594116 594272 156 0.0
window-covering tlsr9518adk80d (read/write) 823520 823672 152 0.0
text 591164 591320 156 0.0
Decreases (20 builds for bl702, bl702l, cc32xx, efr32, esp32, linux, psoc6)
platform target config section b35ef93 b80b867 change % change
bl702 lighting-app bl702 .debug_abbrev 1552488 1552404 -84 -0.0
.debug_info 41551656 41550991 -665 -0.0
.debug_ranges 445216 445168 -48 -0.0
.debug_str 4085853 4085822 -31 -0.0
bl702+mfd .debug_abbrev 1554219 1554135 -84 -0.0
.debug_info 41591945 41591280 -665 -0.0
.debug_ranges 447456 447408 -48 -0.0
.debug_str 4091384 4091353 -31 -0.0
bl702+rpc .debug_abbrev 1733486 1733402 -84 -0.0
.debug_info 46696318 46695655 -663 -0.0
.debug_ranges 472784 472736 -48 -0.0
.debug_str 4513725 4513694 -31 -0.0
bl706-eth .debug_abbrev 1071615 1071419 -196 -0.0
.debug_aranges 111728 111720 -8 -0.0
.debug_frame 412796 412744 -52 -0.0
.debug_info 2247494 22473688 -1258 -0.0
.debug_line 4141976 4141476 -500 -0.0
.debug_loc 3076095 3075651 -444 -0.0
.debug_ranges 363904 363896 -8 -0.0
.debug_str 3629105 3628976 -129 -0.0
bl706-wifi .debug_abbrev 1187398 1187202 -196 -0.0
.debug_aranges 119392 119384 -8 -0.0
.debug_frame 618472 618416 -56 -0.0
.debug_info 23861153 23859891 -1262 -0.0
.debug_line 4566886 4566386 -500 -0.0
.debug_loc 3263294 3262896 -398 -0.0
.debug_ranges 391760 391752 -8 -0.0
.debug_str 3730637 3730508 -129 -0.0
bl702l lighting-app bl702l .debug_abbrev 1552749 1552665 -84 -0.0
.debug_info 41369153 41368488 -665 -0.0
.debug_ranges 453376 453328 -48 -0.0
.debug_str 4115627 4115596 -31 -0.0
bl702l+mfd .debug_abbrev 1554495 1554411 -84 -0.0
.debug_info 41411485 41410820 -665 -0.0
.debug_ranges 455616 455568 -48 -0.0
.debug_str 4121148 4121117 -31 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL .debug_abbrev 903135 903100 -35 -0.0
.debug_aranges 104344 104336 -8 -0.0
.debug_frame 351356 351320 -36 -0.0
.debug_info 19453466 19453003 -463 -0.0
.debug_line 2593371 2593193 -178 -0.0
.debug_loclists 1579377 1579061 -316 -0.0
.debug_rnglists 107665 107659 -6 -0.0
.debug_str 3391844 3391715 -129 -0.0
lock CC3235SF_LAUNCHXL .debug_abbrev 943795 943760 -35 -0.0
.debug_aranges 108808 108800 -8 -0.0
.debug_frame 366636 366600 -36 -0.0
.debug_info 20630164 20629707 -457 -0.0
.debug_line 2663744 2663560 -184 -0.0
.debug_loclists 1635068 1634752 -316 -0.0
.debug_rnglists 112202 112196 -6 -0.0
.debug_str 3456030 3455901 -129 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006768 1006648 -120 -0.0
.bss 171920 171120 -800 -0.5
BRD4187C (read/write) 1092776 1092768 -8 -0.0
.bss 195484 194684 -800 -0.4
lock-app BRD4161A+wf200 (read/write) 1104224 1103872 -352 -0.0
.bss 186632 185832 -800 -0.4
window-app BRD4187C .bss 167900 167100 -800 -0.5
esp32 all-clusters-app c3devkit (read/write) 1670412 1670188 -224 -0.0
.dram0.bss 71904 71088 -816 -1.1
.flash.rodata 241624 241176 -448 -0.2
m5stack (read/write) 520308 518612 -1696 -0.3
.dram0.bss 78552 77760 -792 -1.0
.flash.rodata 273356 272436 -920 -0.3
linux thermostat-no-ble arm64 (read/write) 245232 245224 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1327159 1327120 -39 -0.0
.debug_aranges 141024 141016 -8 -0.0
.debug_frame 467220 467188 -32 -0.0
.debug_info 30281882 30281410 -472 -0.0
.debug_line 3898940 3898777 -163 -0.0
.debug_loclists 2245778 2245474 -304 -0.0
.debug_rnglists 151766 151760 -6 -0.0
.debug_str 4118698 4118569 -129 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1267369 1267330 -39 -0.0
.debug_aranges 137240 137232 -8 -0.0
.debug_frame 460608 460576 -32 -0.0
.debug_info 28553678 28553204 -474 -0.0
.debug_line 3804017 3803852 -165 -0.0
.debug_loclists 2190194 2189900 -294 -0.0
.debug_rnglists 147581 147575 -6 -0.0
.debug_str 4011435 4011306 -129 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1109047 1109008 -39 -0.0
.debug_aranges 127312 127304 -8 -0.0
.debug_frame 423532 423500 -32 -0.0
.debug_info 23671411 23670935 -476 -0.0
.debug_line 3378347 3378190 -157 -0.0
.debug_loclists 2026679 2026385 -294 -0.0
.debug_rnglists 137127 137121 -6 -0.0
.debug_str 3818257 3818128 -129 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1101893 1101854 -39 -0.0
.debug_aranges 125992 125984 -8 -0.0
.debug_frame 418768 418736 -32 -0.0
.debug_info 23481090 23480616 -474 -0.0
.debug_line 3330683 3330522 -161 -0.0
.debug_loclists 2003411 2003117 -294 -0.0
.debug_rnglists 135150 135144 -6 -0.0
.debug_str 3780517 3780388 -129 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b35ef93 b80b867 change % change
bl602 lighting-app bl602 (read/write) 1410258 1410258 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075390 1075390 0 0.0
bl602+mfd (read/write) 1424426 1424426 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090450 1090450 0 0.0
bl602+rpc (read/write) 1457278 1457278 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106878 1106878 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207803 1207895 92 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552488 1552404 -84 -0.0
.debug_aranges 138888 138912 24 0.0
.debug_frame 508848 509132 284 0.1
.debug_info 41551656 41550991 -665 -0.0
.debug_line 5449608 5450002 394 0.0
.debug_loc 3657637 3658268 631 0.0
.debug_ranges 445216 445168 -48 -0.0
.debug_str 4085853 4085822 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106552 106552 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598978 599360 382 0.1
.symtab 178768 178832 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972600 972690 90 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218659 1218751 92 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554219 1554135 -84 -0.0
.debug_aranges 140056 140080 24 0.0
.debug_frame 514280 514564 284 0.1
.debug_info 41591945 41591280 -665 -0.0
.debug_line 5489944 5490338 394 0.0
.debug_loc 3695799 3696430 631 0.0
.debug_ranges 447456 447408 -48 -0.0
.debug_str 4091384 4091353 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105492 105492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 602738 603120 382 0.1
.symtab 180528 180592 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984372 984462 90 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1307815 1307919 104 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733486 1733402 -84 -0.0
.debug_aranges 147504 147528 24 0.0
.debug_frame 537892 538176 284 0.1
.debug_info 46696318 46695655 -663 -0.0
.debug_line 5880029 5880423 394 0.0
.debug_loc 3865276 3865907 631 0.0
.debug_ranges 472784 472736 -48 -0.0
.debug_str 4513725 4513694 -31 -0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121452 121452 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662935 663317 382 0.1
.symtab 197888 197952 64 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048152 1048254 102 0.0
bl706-eth (read/write) 995513 995513 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071615 1071419 -196 -0.0
.debug_aranges 111728 111720 -8 -0.0
.debug_frame 412796 412744 -52 -0.0
.debug_info 2247494 22473688 -1258 -0.0
.debug_line 4141976 4141476 -500 -0.0
.debug_loc 3076095 3075651 -444 -0.0
.debug_ranges 363904 363896 -8 -0.0
.debug_str 3629105 3628976 -129 -0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99188 99188 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457506 457506 0 0.0
.symtab 133424 133424 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738532 738532 0 0.0
bl706-wifi (read/write) 1230306 1230306 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187398 1187202 -196 -0.0
.debug_aranges 119392 119384 -8 -0.0
.debug_frame 618472 618416 -56 -0.0
.debug_info 23861153 23859891 -1262 -0.0
.debug_line 4566886 4566386 -500 -0.0
.debug_loc 3263294 3262896 -398 -0.0
.debug_ranges 391760 391752 -8 -0.0
.debug_str 3730637 3730508 -129 -0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120052 120052 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506611 506611 0 0.0
.symtab 152720 152720 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962592 962592 0 0.0
bl702l lighting-app bl702l (read/write) 1178348 1178948 600 0.1
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552749 1552665 -84 -0.0
.debug_aranges 134096 134120 24 0.0
.debug_frame 490804 491088 284 0.1
.debug_info 41369153 41368488 -665 -0.0
.debug_line 5377654 5378048 394 0.0
.debug_loc 3608145 3608774 629 0.0
.debug_ranges 453376 453328 -48 -0.0
.debug_str 4115627 4115596 -31 -0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100708 100708 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 602508 602890 382 0.1
.symtab 179392 179456 64 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962252 962338 86 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1189816 1189904 88 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554495 1554411 -84 -0.0
.debug_aranges 135264 135288 24 0.0
.debug_frame 496232 496516 284 0.1
.debug_info 41411485 41410820 -665 -0.0
.debug_line 5417867 5418261 394 0.0
.debug_loc 3646307 3646936 629 0.0
.debug_ranges 455616 455568 -48 -0.0
.debug_str 4121148 4121117 -31 -0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606336 606718 382 0.1
.symtab 181184 181248 64 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974628 974714 86 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735843 735947 104 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84351 84351 0 0.0
.text 651104 651208 104 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757443 757539 96 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79927 79927 0 0.0
.text 677124 677220 96 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744779 744883 104 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106015 106015 0 0.0
.text 638372 638476 104 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695595 695667 72 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80175 80175 0 0.0
.text 615032 615104 72 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681267 681347 80 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76007 76007 0 0.0
.text 604872 604952 80 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562314 562314 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903135 903100 -35 -0.0
.debug_aranges 104344 104336 -8 -0.0
.debug_frame 351356 351320 -36 -0.0
.debug_info 19453466 19453003 -463 -0.0
.debug_line 2593371 2593193 -178 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1579377 1579061 -316 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107665 107659 -6 -0.0
.debug_str 3391844 3391715 -129 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83674 83674 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 467894 467894 0 0.0
.symtab 279280 279280 0 0.0
.text 476520 476520 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618482 618482 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943795 943760 -35 -0.0
.debug_aranges 108808 108800 -8 -0.0
.debug_frame 366636 366600 -36 -0.0
.debug_info 20630164 20629707 -457 -0.0
.debug_line 2663744 2663560 -184 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635068 1634752 -316 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112202 112196 -6 -0.0
.debug_str 3456030 3455901 -129 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106226 106226 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517130 517130 0 0.0
.symtab 298896 298896 0 0.0
.text 0 0 0 0.0
510132 510132 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553015 553135 120 0.0
.app_xip_area 444233 444353 120 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539127 539247 120 0.0
.app_xip_area 425545 425665 120 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574583 574671 88 0.0
.app_xip_area 467129 467217 88 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 550879 550999 120 0.0
.app_xip_area 440337 440457 120 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006768 1006648 -120 -0.0
.bss 171920 171120 -800 -0.5
.data 2692 2692 0 0.0
.text 832136 832816 680 0.1
BRD4187C (read/write) 1092776 1092768 -8 -0.0
.bss 195484 194684 -800 -0.4
.data 3300 3300 0 0.0
.text 893972 894764 792 0.1
lock-app BRD4161A+wf200 (read/write) 1104224 1103872 -352 -0.0
.bss 186632 185832 -800 -0.4
.data 2708 2708 0 0.0
.text 914860 915308 448 0.0
window-app BRD4187C (read/write) 1128740 1128788 48 0.0
.bss 167900 167100 -800 -0.5
.data 3172 3172 0 0.0
.text 957648 958496 848 0.1
esp32 all-clusters-app c3devkit (read only) 1133214 1134816 1602 0.1
(read/write) 1670412 1670188 -224 -0.0
.dram0.bss 71904 71088 -816 -1.1
.dram0.data 13020 13036 16 0.1
.flash.rodata 241624 241176 -448 -0.2
.flash.text 1133214 1134816 1602 0.1
.iram0.text 75694 75874 180 0.2
m5stack (read only) 1177711 1177943 232 0.0
(read/write) 520308 518612 -1696 -0.3
.dram0.bss 78552 77760 -792 -1.0
.dram0.data 34036 34052 16 0.0
.flash.rodata 273356 272436 -920 -0.3
.flash.text 1172327 1172559 232 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589868 589980 112 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589332 589444 112 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684772 684852 80 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571624 571704 80 0.0
light k32w0+release (read only) 589588 589684 96 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589052 589148 96 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776736 776816 80 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654720 654800 80 0.0
lock k32w0+release (read only) 561348 561460 112 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560812 560924 112 0.0
linux air-purifier-app debug (read only) 2470141 2474965 4824 0.2
(read/write) 126232 126272 40 0.0
.bss 46608 46608 0 0.0
.data 1472 1504 32 2.2
.data.rel.ro 72152 72152 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 808 8 1.0
.rodata 177280 177856 576 0.3
.text 2119013 2123189 4176 0.2
all-clusters-app debug (read only) 5292481 5297321 4840 0.1
(read/write) 417304 417376 72 0.0
.bss 128944 128976 32 0.0
.data 3856 3888 32 0.8
.data.rel.ro 277280 277280 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1224 8 0.7
.rodata 299948 300556 608 0.2
.text 4613683 4617843 4160 0.1
all-clusters-minimal-app debug (read only) 4885209 4889985 4776 0.1
(read/write) 232984 233056 72 0.0
.bss 126672 126704 32 0.0
.data 3760 3792 32 0.9
.data.rel.ro 95424 95424 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1160 8 0.7
.rodata 270237 270781 544 0.2
.text 4383827 4387987 4160 0.1
bridge-app debug (read only) 4366841 4371649 4808 0.1
(read/write) 215096 215136 40 0.0
.bss 118872 118872 0 0.0
.data 4704 4736 32 0.7
.data.rel.ro 84752 84752 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 218173 218749 576 0.3
.text 3931011 3935171 4160 0.1
chip-tool debug (read only) 10293065 10296881 3816 0.0
(read/write) 445632 445640 8 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 339704 339704 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 387209 387497 288 0.1
.text 9304611 9308115 3504 0.0
chip-tool-ipv6only arm64 (read only) 10176472 10179736 3264 0.0
(read/write) 511336 512216 880 0.2
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 377136 377136 0 0.0
.dynamic 512 512 0 0.0
.got 18552 18552 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 315936 316176 240 0.1
.text 9086408 9089432 3024 0.0
lighting-app debug+rpc+ui (read only) 5225049 5229993 4944 0.1
(read/write) 223088 223160 72 0.0
.bss 118160 118160 0 0.0
.data 4416 4480 64 1.4
.data.rel.ro 92960 92960 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 960 8 0.8
.rodata 336404 337044 640 0.2
.text 4645395 4649603 4208 0.1
lock-app debug (read only) 4466409 4471185 4776 0.1
(read/write) 203224 203264 40 0.0
.bss 113392 113392 0 0.0
.data 3648 3680 32 0.9
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 872 8 0.9
.rodata 247517 248061 544 0.2
.text 4009267 4013427 4160 0.1
ota-provider-app debug (read only) 4122329 4127105 4776 0.1
(read/write) 192160 192200 40 0.0
.bss 113536 113536 0 0.0
.data 3920 3952 32 0.8
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 736 8 1.1
.rodata 199805 200349 544 0.3
.text 3731651 3735811 4160 0.1
ota-requestor-app debug (read only) 4207777 4212585 4808 0.1
(read/write) 196344 196384 40 0.0
.bss 114560 114560 0 0.0
.data 4160 4192 32 0.8
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 792 8 1.0
.rodata 203261 203837 576 0.3
.text 3809363 3813523 4160 0.1
shell debug (read only) 2758449 2762649 4200 0.2
(read/write) 149088 149096 8 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180896 181184 288 0.2
.text 2406866 2410754 3888 0.2
thermostat-no-ble arm64 (read only) 4360120 4364288 4168 0.1
(read/write) 245232 245224 -8 -0.0
.bss 122168 122184 16 0.0
.data 2792 2824 32 1.1
.data.rel.ro 101608 101608 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11904 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161284 161804 520 0.3
.text 3860120 3863704 3584 0.1
tv-app debug (read only) 5288121 5292929 4808 0.1
(read/write) 352016 352056 40 0.0
.bss 243104 243104 0 0.0
.data 5024 5056 32 0.6
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1168 8 0.7
.rodata 271085 271661 576 0.2
.text 4772931 4777091 4160 0.1
tv-casting-app debug (read only) 8240369 8245001 4632 0.1
(read/write) 314488 314528 40 0.0
.bss 155872 155872 0 0.0
.data 2464 2496 32 1.3
.data.rel.ro 149296 149296 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 337656 338232 576 0.2
.text 7497331 7501315 3984 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523080 2523080 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485764 1485764 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179716 1179828 112 0.0
bss 153980 153980 0 0.0
rodata 118816 118816 0 0.0
text 828016 828124 108 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327392 1327392 0 0.0
bss 139990 139990 0 0.0
rodata 134880 134880 0 0.0
text 761868 761868 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161496 1161576 80 0.0
bss 154219 154219 0 0.0
rodata 113820 113820 0 0.0
text 814540 814620 80 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723724 1723724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1327159 1327120 -39 -0.0
.debug_aranges 141024 141016 -8 -0.0
.debug_frame 467220 467188 -32 -0.0
.debug_info 30281882 30281410 -472 -0.0
.debug_line 3898940 3898777 -163 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2245778 2245474 -304 -0.0
.debug_rnglists 151766 151760 -6 -0.0
.debug_str 4118698 4118569 -129 -0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 798378 798378 0 0.0
.symtab 494112 494112 0 0.0
.text 1520132 1520132 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682252 1682252 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1267369 1267330 -39 -0.0
.debug_aranges 137240 137232 -8 -0.0
.debug_frame 460608 460576 -32 -0.0
.debug_info 28553678 28553204 -474 -0.0
.debug_line 3804017 3803852 -165 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2190194 2189900 -294 -0.0
.debug_rnglists 147581 147575 -6 -0.0
.debug_str 4011435 4011306 -129 -0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 742733 742733 0 0.0
.symtab 475168 475168 0 0.0
.text 1480460 1480460 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608436 1608436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1109047 1109008 -39 -0.0
.debug_aranges 127312 127304 -8 -0.0
.debug_frame 423532 423500 -32 -0.0
.debug_info 23671411 23670935 -476 -0.0
.debug_line 3378347 3378190 -157 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2026679 2026385 -294 -0.0
.debug_rnglists 137127 137121 -6 -0.0
.debug_str 3818257 3818128 -129 -0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 655902 655902 0 0.0
.symtab 436672 436672 0 0.0
.text 1413196 1413196 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641236 1641236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1101893 1101854 -39 -0.0
.debug_aranges 125992 125984 -8 -0.0
.debug_frame 418768 418736 -32 -0.0
.debug_info 23481090 23480616 -474 -0.0
.debug_line 3330683 3330522 -161 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003411 2003117 -294 -0.0
.debug_rnglists 135150 135144 -6 -0.0
.debug_str 3780517 3780388 -129 -0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 629407 629407 0 0.0
.symtab 428208 428208 0 0.0
.text 1418732 1418732 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177092 1177204 112 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623936 624048 112 0.0
lock-app qpg6105+debug (read/write) 1133580 1133692 112 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 580420 580532 112 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856892 857052 160 0.0
bss 77996 77996 0 0.0
text 604454 604610 156 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078492 1078644 152 0.0
bss 112632 112632 0 0.0
text 758132 758282 150 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077160 1077272 112 0.0
bss 122460 122460 0 0.0
text 744604 744712 108 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932196 932340 144 0.0
bss 106876 106876 0 0.0
text 641650 641800 150 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860284 860436 152 0.0
bss 78120 78120 0 0.0
text 607552 607708 156 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962416 962568 152 0.0
bss 88184 88184 0 0.0
text 683970 684126 156 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088176 1088336 160 0.0
bss 112384 112384 0 0.0
text 762322 762480 158 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918704 918856 152 0.0
bss 78812 78812 0 0.0
text 638380 638536 156 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945540 945692 152 0.0
bss 104976 104976 0 0.0
text 657452 657602 150 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864128 864280 152 0.0
bss 78228 78228 0 0.0
text 611726 611882 156 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804988 805148 160 0.0
bss 66248 66248 0 0.0
text 578762 578918 156 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820684 820836 152 0.0
bss 66652 66652 0 0.0
text 589374 589530 156 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709108 72 0.0
bss 86424 86424 0 0.0
text 462008 462080 72 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862876 863036 160 0.0
bss 78204 78204 0 0.0
text 611088 611244 156 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847936 848096 160 0.0
bss 77932 77932 0 0.0
text 598260 598416 156 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826064 826224 160 0.0
bss 66536 66536 0 0.0
text 594116 594272 156 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823520 823672 152 0.0
bss 66888 66888 0 0.0
text 591164 591320 156 0.0

@andy31415
Copy link
Contributor

@Jerry-ESP - code lints are failing

…tory partition script. (project-chip#29840)

* Made a provision to generate esp_secure_cert partition in factory partition script.

- Added the provision to generate esp_secure_cert_partition based on option --dac-in-secure-cert.
- Refactored some code of the existing script - made it more modular.

* made outdir user governed
@Jerry-ESP
Copy link
Contributor Author

@Jerry-ESP - code lints are failing

Updated

@andy31415 andy31415 merged commit c11bca8 into project-chip:v1.2-branch Apr 26, 2024
54 of 56 checks passed
@@ -49,6 +49,9 @@ CIRQUE_TESTS=(
"CommissioningFailureOnReportTest"
"PythonCommissioningTest"
"CommissioningWindowTest"
"SubscriptionResumptionTest"
Copy link
Contributor

Choose a reason for hiding this comment

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

Thse seem to fail .... are these supposed to be added?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I will create another PR to fix this issue

@andy31415
Copy link
Contributor

@Jerry-ESP please create a followup PR to fix the cirque tests. If they cannot be fixed, I will have to roll back the PR to keep the 1.2 CI green.

@Jerry-ESP
Copy link
Contributor Author

@Jerry-ESP please create a followup PR to fix the cirque tests. If they cannot be fixed, I will have to roll back the PR to keep the 1.2 CI green.

@andy31415 This PR: #33207 can fix this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants