connectedhomeip
connectedhomeip copied to clipboard
Decouple the write handler from direct interactionmodelengine usage
IMEngine grew too much and creates very strong coupling between IMEngine and WriteHandler.
This changes the include from this:
To this:
Changes
- started to pull out some of the stand-alone functions from
InteractionModelEngine.h(which seems to have become a catch-all of everything) into a separateInteractionModelFunctions.h. It is not great as those functions are very loose as is, however it makes things not include InteractionModelEngine large header anymore - Added a
Delegatemember to WriteHandler. This may increase RAM usage a bit, however we gain decoupling and testability.
PR #32077: Size comparison from 9a7a77c550d085ecb3c83ea73113f38f0992bbd4 to e55bad3a8199985b98a08c19a9e297929e0fe270
Increases (39 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32)
| platform | target | config | section | 9a7a77c5 | e55bad3a | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431926 | 988 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098960 | 916 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446326 | 980 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114270 | 924 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479294 | 972 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130342 | 912 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1195507 | 1196495 | 988 | 0.1 |
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967962 | 912 | 0.1 | |||
| bl702+mfd | (read/write) | 1206559 | 1207547 | 988 | 0.1 | ||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979972 | 912 | 0.1 | |||
| bl702+rpc | (read/write) | 1287231 | 1288203 | 972 | 0.1 | ||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042906 | 912 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015133 | 988 | 0.1 | ||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 760036 | 912 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248330 | 996 | 0.1 | ||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990490 | 934 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165084 | 1166568 | 1484 | 0.1 |
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 961064 | 912 | 0.1 | |||
| bl702l+mfd | (read/write) | 1176492 | 1177976 | 1484 | 0.1 | ||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973386 | 912 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781476 | 80 | 0.0 |
| (read/write) | 168896 | 168912 | 16 | 0.0 | |||
| .bss | 90884 | 90900 | 16 | 0.0 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| .text | 690760 | 690816 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800372 | 88 | 0.0 | |
| (read/write) | 179160 | 179176 | 16 | 0.0 | |||
| .bss | 101164 | 101180 | 16 | 0.0 | |||
| .rodata | 84772 | 84796 | 24 | 0.0 | |||
| .text | 715248 | 715312 | 64 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788956 | 88 | 0.0 | |
| (read/write) | 173608 | 173624 | 16 | 0.0 | |||
| .bss | 95612 | 95628 | 16 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| .text | 677088 | 677152 | 64 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739268 | 88 | 0.0 | |
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| .text | 652824 | 652888 | 64 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724892 | 88 | 0.0 | |
| (read/write) | 168072 | 168088 | 16 | 0.0 | |||
| .bss | 89840 | 89856 | 16 | 0.0 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| .text | 642608 | 642672 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581474 | 136 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| .text | 492684 | 492772 | 88 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628930 | 136 | 0.0 | |
| (read/write) | 208368 | 208392 | 24 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| .text | 519532 | 519620 | 88 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564947 | 104 | 0.0 |
| .app_xip_area | 454701 | 454781 | 80 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 549955 | 550067 | 112 | 0.0 | |
| .app_xip_area | 435013 | 435101 | 88 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566595 | 104 | 0.0 | |
| .app_xip_area | 457845 | 457925 | 80 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563403 | 104 | 0.0 | |
| .app_xip_area | 451341 | 451421 | 80 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611312 | 88 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .text | 610688 | 610776 | 88 | 0.0 | |||
| k32w1+release | (read/write) | 696632 | 696736 | 104 | 0.0 | ||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .text | 582608 | 582696 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599488 | 88 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .text | 598864 | 598952 | 88 | 0.0 | |||
| k32w1+release | (read/write) | 787576 | 787672 | 96 | 0.0 | ||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .text | 664680 | 664760 | 80 | 0.0 | |||
| lock | k32w0+release | (read only) | 581888 | 581976 | 88 | 0.0 | |
| (read/write) | 78836 | 78844 | 8 | 0.0 | |||
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| .text | 581352 | 581440 | 88 | 0.0 | |||
| linux | chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11472400 | 592 | 0.0 |
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| .text | 10231852 | 10232252 | 400 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4484088 | 592 | 0.0 | |
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| .text | 3978684 | 3979084 | 400 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2532024 | 2532112 | 88 | 0.0 |
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1095612 | 1095684 | 72 | 0.0 |
| bss | 129969 | 129993 | 24 | 0.0 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806156 | 56 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1215944 | 1216040 | 96 | 0.0 | ||
| bss | 122107 | 122131 | 24 | 0.0 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 801788 | 60 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1046812 | 1046884 | 72 | 0.0 | |
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| text | 770020 | 770080 | 60 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1789780 | 1789940 | 160 | 0.0 |
| .bss | 195396 | 195420 | 24 | 0.0 | |||
| .text | 1583340 | 1583476 | 136 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1715548 | 1715708 | 160 | 0.0 | |
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .text | 1511444 | 1511580 | 136 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1634876 | 1635036 | 160 | 0.0 | |
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .text | 1437500 | 1437636 | 136 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1667172 | 1667356 | 184 | 0.0 | |
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .text | 1442596 | 1442756 | 160 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124976 | 80 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .text | 637280 | 637360 | 80 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1089712 | 1089792 | 80 | 0.0 | |
| .bss | 98672 | 98688 | 16 | 0.0 | |||
| .text | 602092 | 602172 | 80 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597373 | 104 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| .text | 379752 | 379808 | 56 | 0.0 |
Decreases (6 builds for linux, psoc6)
| platform | target | config | section | 9a7a77c5 | e55bad3a | change | % change |
|---|---|---|---|---|---|---|---|
| linux | chip-tool-ipv6only | arm64 | (read/write) | 588640 | 588096 | -544 | -0.1 |
| thermostat-no-ble | arm64 | (read/write) | 249576 | 249032 | -544 | -0.2 | |
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 835264 | -24 | -0.0 |
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 |
Full report (39 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32)
| platform | target | config | section | 9a7a77c5 | e55bad3a | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431926 | 988 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098960 | 916 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446326 | 980 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114270 | 924 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479294 | 972 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130342 | 912 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1195507 | 1196495 | 988 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967962 | 912 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1206559 | 1207547 | 988 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979972 | 912 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1287231 | 1288203 | 972 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042906 | 912 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015133 | 988 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 760036 | 912 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248330 | 996 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990490 | 934 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165084 | 1166568 | 1484 | 0.1 |
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 961064 | 912 | 0.1 | |||
| bl702l+mfd | (read/write) | 1176492 | 1177976 | 1484 | 0.1 | ||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973386 | 912 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781476 | 80 | 0.0 |
| (read/write) | 168896 | 168912 | 16 | 0.0 | |||
| .bss | 90884 | 90900 | 16 | 0.0 | |||
| .data | 3568 | 3568 | 0 | 0.0 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| .text | 690760 | 690816 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800372 | 88 | 0.0 | |
| (read/write) | 179160 | 179176 | 16 | 0.0 | |||
| .bss | 101164 | 101180 | 16 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84772 | 84796 | 24 | 0.0 | |||
| .text | 715248 | 715312 | 64 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788956 | 88 | 0.0 | |
| (read/write) | 173608 | 173624 | 16 | 0.0 | |||
| .bss | 95612 | 95628 | 16 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| .text | 677088 | 677152 | 64 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739268 | 88 | 0.0 | |
| (read/write) | 167856 | 167856 | 0 | 0.0 | |||
| .bss | 89624 | 89624 | 0 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| .text | 652824 | 652888 | 64 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724892 | 88 | 0.0 | |
| (read/write) | 168072 | 168088 | 16 | 0.0 | |||
| .bss | 89840 | 89856 | 16 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| .text | 642608 | 642672 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581474 | 136 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| .text | 492684 | 492772 | 88 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628930 | 136 | 0.0 | |
| (read/write) | 208368 | 208392 | 24 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .data | 1504 | 1504 | 0 | 0.0 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| .text | 519532 | 519620 | 88 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564947 | 104 | 0.0 |
| .app_xip_area | 454701 | 454781 | 80 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 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) | 549955 | 550067 | 112 | 0.0 | |
| .app_xip_area | 435013 | 435101 | 88 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566595 | 104 | 0.0 | |
| .app_xip_area | 457845 | 457925 | 80 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| .data | 712 | 712 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563403 | 104 | 0.0 | |
| .app_xip_area | 451341 | 451421 | 80 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611312 | 88 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 610688 | 610776 | 88 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 696632 | 696736 | 104 | 0.0 | |||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .data | 2800 | 2800 | 0 | 0.0 | |||
| .text | 582608 | 582696 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599488 | 88 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 598864 | 598952 | 88 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 787576 | 787672 | 96 | 0.0 | |||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .data | 2016 | 2016 | 0 | 0.0 | |||
| .text | 664680 | 664760 | 80 | 0.0 | |||
| lock | k32w0+release | (read only) | 581888 | 581976 | 88 | 0.0 | |
| (read/write) | 78836 | 78844 | 8 | 0.0 | |||
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 581352 | 581440 | 88 | 0.0 | |||
| linux | chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11472400 | 592 | 0.0 |
| (read/write) | 588640 | 588096 | -544 | -0.1 | |||
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data | 4480 | 4480 | 0 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352956 | 352956 | 0 | 0.0 | |||
| .text | 10231852 | 10232252 | 400 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4484088 | 592 | 0.0 | |
| (read/write) | 249576 | 249032 | -544 | -0.2 | |||
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data | 3352 | 3352 | 0 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159420 | 159420 | 0 | 0.0 | |||
| .text | 3978684 | 3979084 | 400 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2532024 | 2532112 | 88 | 0.0 | |||
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1095612 | 1095684 | 72 | 0.0 | |||
| bss | 129969 | 129993 | 24 | 0.0 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806156 | 56 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1215944 | 1216040 | 96 | 0.0 | |||
| bss | 122107 | 122131 | 24 | 0.0 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 801788 | 60 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1046812 | 1046884 | 72 | 0.0 | |||
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| text | 770020 | 770080 | 60 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 835264 | -24 | -0.0 |
| (read/write) | 1789780 | 1789940 | 160 | 0.0 | |||
| .bss | 195396 | 195420 | 24 | 0.0 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1583340 | 1583476 | 136 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| (read/write) | 1715548 | 1715708 | 160 | 0.0 | |||
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1511444 | 1511580 | 136 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| (read/write) | 1634876 | 1635036 | 160 | 0.0 | |||
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1437500 | 1437636 | 136 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 | |
| (read/write) | 1667172 | 1667356 | 184 | 0.0 | |||
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1442596 | 1442756 | 160 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124976 | 80 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637280 | 637360 | 80 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1089712 | 1089792 | 80 | 0.0 | |
| .bss | 98672 | 98688 | 16 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 602092 | 602172 | 80 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597373 | 104 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .data | 676 | 676 | 0 | 0.0 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| .text | 379752 | 379808 | 56 | 0.0 |
PR #32077: Size comparison from bf9c86ad0adaa92d72d7052249a8c24cd490c9ce to 5537a382cc85a244d045c51792ae98d0247c0881
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | bf9c86ad | 5537a382 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431926 | 988 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098960 | 916 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446326 | 980 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114270 | 924 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479294 | 972 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130342 | 912 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1195507 | 1196495 | 988 | 0.1 |
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967962 | 912 | 0.1 | |||
| bl702+mfd | (read/write) | 1206559 | 1207547 | 988 | 0.1 | ||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979972 | 912 | 0.1 | |||
| bl702+rpc | (read/write) | 1287231 | 1288203 | 972 | 0.1 | ||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042906 | 912 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015133 | 988 | 0.1 | ||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 760036 | 912 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248330 | 996 | 0.1 | ||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990490 | 934 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165084 | 1166568 | 1484 | 0.1 |
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 961064 | 912 | 0.1 | |||
| bl702l+mfd | (read/write) | 1176492 | 1177976 | 1484 | 0.1 | ||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973386 | 912 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781476 | 80 | 0.0 |
| (read/write) | 168896 | 168912 | 16 | 0.0 | |||
| .bss | 90884 | 90900 | 16 | 0.0 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| .text | 690760 | 690816 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800372 | 88 | 0.0 | |
| (read/write) | 179160 | 179176 | 16 | 0.0 | |||
| .bss | 101164 | 101180 | 16 | 0.0 | |||
| .rodata | 84772 | 84796 | 24 | 0.0 | |||
| .text | 715248 | 715312 | 64 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788956 | 88 | 0.0 | |
| (read/write) | 173608 | 173624 | 16 | 0.0 | |||
| .bss | 95612 | 95628 | 16 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| .text | 677088 | 677152 | 64 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739268 | 88 | 0.0 | |
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| .text | 652824 | 652888 | 64 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724892 | 88 | 0.0 | |
| (read/write) | 168072 | 168088 | 16 | 0.0 | |||
| .bss | 89840 | 89856 | 16 | 0.0 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| .text | 642608 | 642672 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581474 | 136 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| .text | 492684 | 492772 | 88 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628930 | 136 | 0.0 | |
| (read/write) | 208368 | 208392 | 24 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| .text | 519532 | 519620 | 88 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564947 | 104 | 0.0 |
| .app_xip_area | 454701 | 454781 | 80 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 549955 | 550067 | 112 | 0.0 | |
| .app_xip_area | 435013 | 435101 | 88 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566595 | 104 | 0.0 | |
| .app_xip_area | 457845 | 457925 | 80 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563403 | 104 | 0.0 | |
| .app_xip_area | 451341 | 451421 | 80 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928728 | 928856 | 128 | 0.0 |
| .bss | 197904 | 197928 | 24 | 0.0 | |||
| .text | 729416 | 729520 | 104 | 0.0 | |||
| BRD4187C | (read/write) | 1105488 | 1105600 | 112 | 0.0 | ||
| .bss | 195100 | 195124 | 24 | 0.0 | |||
| .text | 906964 | 907052 | 88 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1123108 | 1123212 | 104 | 0.0 | |
| .bss | 188288 | 188312 | 24 | 0.0 | |||
| .text | 932008 | 932088 | 80 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1159688 | 1159848 | 160 | 0.0 | |
| .bss | 168884 | 168908 | 24 | 0.0 | |||
| .text | 987468 | 987604 | 136 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1202656 | 1202728 | 72 | 0.0 |
| (read/write) | 1747176 | 1747232 | 56 | 0.0 | |||
| .dram0.bss | 73568 | 73592 | 24 | 0.0 | |||
| .flash.rodata | 250456 | 250480 | 24 | 0.0 | |||
| .flash.text | 1202656 | 1202728 | 72 | 0.0 | |||
| m5stack | (read only) | 1244395 | 1244559 | 164 | 0.0 | ||
| (read/write) | 532116 | 532164 | 48 | 0.0 | |||
| .dram0.bss | 80424 | 80448 | 24 | 0.0 | |||
| .flash.rodata | 280592 | 280616 | 24 | 0.0 | |||
| .flash.text | 1238231 | 1238395 | 164 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611312 | 88 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .text | 610688 | 610776 | 88 | 0.0 | |||
| k32w1+release | (read/write) | 696632 | 696736 | 104 | 0.0 | ||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .text | 582608 | 582696 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599488 | 88 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .text | 598864 | 598952 | 88 | 0.0 | |||
| k32w1+release | (read/write) | 787576 | 787672 | 96 | 0.0 | ||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .text | 664680 | 664760 | 80 | 0.0 | |||
| lock | k32w0+release | (read only) | 581888 | 581976 | 88 | 0.0 | |
| (read/write) | 78836 | 78844 | 8 | 0.0 | |||
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| .text | 581352 | 581440 | 88 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629205 | 2629853 | 648 | 0.0 |
| (read/write) | 129376 | 129504 | 128 | 0.1 | |||
| .bss | 46944 | 46976 | 32 | 0.1 | |||
| .data.rel.ro | 74248 | 74344 | 96 | 0.1 | |||
| .text | 2266373 | 2266901 | 528 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5879009 | 5879457 | 448 | 0.0 | |
| (read/write) | 478760 | 478880 | 120 | 0.0 | |||
| .bss | 134064 | 134096 | 32 | 0.0 | |||
| .data.rel.ro | 332824 | 332920 | 96 | 0.0 | |||
| .text | 5099075 | 5099491 | 416 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5193873 | 5194321 | 448 | 0.0 | |
| (read/write) | 236608 | 236728 | 120 | 0.1 | |||
| .bss | 128080 | 128112 | 32 | 0.0 | |||
| .data.rel.ro | 97096 | 97192 | 96 | 0.1 | |||
| .text | 4670899 | 4671315 | 416 | 0.0 | |||
| bridge-app | debug | (read only) | 4602233 | 4602865 | 632 | 0.0 | |
| (read/write) | 217592 | 217752 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data.rel.ro | 86160 | 86240 | 80 | 0.1 | |||
| .text | 4152643 | 4153155 | 512 | 0.0 | |||
| chip-tool | debug | (read only) | 11975441 | 11976089 | 648 | 0.0 | |
| (read/write) | 520856 | 520984 | 128 | 0.0 | |||
| .bss | 94296 | 94328 | 32 | 0.0 | |||
| .data.rel.ro | 414240 | 414328 | 88 | 0.0 | |||
| .text | 10822931 | 10823459 | 528 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11472400 | 592 | 0.0 | |
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| .text | 10231852 | 10232252 | 400 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5523577 | 5524225 | 648 | 0.0 | |
| (read/write) | 226376 | 226536 | 160 | 0.1 | |||
| .bss | 119512 | 119576 | 64 | 0.1 | |||
| .data.rel.ro | 94560 | 94640 | 80 | 0.1 | |||
| .text | 4923187 | 4923715 | 528 | 0.0 | |||
| lock-app | debug | (read only) | 4681009 | 4681657 | 648 | 0.0 | |
| (read/write) | 205552 | 205680 | 128 | 0.1 | |||
| .bss | 114064 | 114096 | 32 | 0.0 | |||
| .data.rel.ro | 80664 | 80760 | 96 | 0.1 | |||
| .text | 4212915 | 4213443 | 528 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4303121 | 4303753 | 632 | 0.0 | |
| (read/write) | 193808 | 193936 | 128 | 0.1 | |||
| .bss | 113824 | 113856 | 32 | 0.0 | |||
| .data.rel.ro | 69760 | 69840 | 80 | 0.1 | |||
| .text | 3902035 | 3902547 | 512 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4419153 | 4419801 | 648 | 0.0 | |
| (read/write) | 198056 | 198152 | 96 | 0.0 | |||
| .bss | 114720 | 114752 | 32 | 0.0 | |||
| .data.rel.ro | 72720 | 72800 | 80 | 0.1 | |||
| .text | 4007763 | 4008291 | 528 | 0.0 | |||
| shell | debug | (read only) | 2868297 | 2868745 | 448 | 0.0 | |
| (read/write) | 155784 | 155904 | 120 | 0.1 | |||
| .bss | 62576 | 62608 | 32 | 0.1 | |||
| .data.rel.ro | 86040 | 86128 | 88 | 0.1 | |||
| .text | 2508130 | 2508546 | 416 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4484088 | 592 | 0.0 | |
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| .text | 3978684 | 3979084 | 400 | 0.0 | |||
| tv-app | debug | (read only) | 5650297 | 5650945 | 648 | 0.0 | |
| (read/write) | 351784 | 351912 | 128 | 0.0 | |||
| .bss | 243872 | 243904 | 32 | 0.0 | |||
| .data.rel.ro | 94104 | 94200 | 96 | 0.1 | |||
| .text | 5122099 | 5122627 | 528 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9856081 | 9856713 | 632 | 0.0 | |
| (read/write) | 340496 | 340656 | 160 | 0.0 | |||
| .bss | 156624 | 156688 | 64 | 0.0 | |||
| .data.rel.ro | 174040 | 174136 | 96 | 0.1 | |||
| .text | 9007875 | 9008387 | 512 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2532024 | 2532112 | 88 | 0.0 |
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1095612 | 1095684 | 72 | 0.0 |
| bss | 129969 | 129993 | 24 | 0.0 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806156 | 56 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1215944 | 1216040 | 96 | 0.0 | ||
| bss | 122107 | 122131 | 24 | 0.0 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 801788 | 60 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1046812 | 1046884 | 72 | 0.0 | |
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| text | 770020 | 770080 | 60 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1789780 | 1789940 | 160 | 0.0 |
| .bss | 195396 | 195420 | 24 | 0.0 | |||
| .text | 1583340 | 1583476 | 136 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1715548 | 1715708 | 160 | 0.0 | |
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .text | 1511444 | 1511580 | 136 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1634876 | 1635036 | 160 | 0.0 | |
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .text | 1437500 | 1437636 | 136 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1667172 | 1667356 | 184 | 0.0 | |
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .text | 1442596 | 1442756 | 160 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124976 | 80 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .text | 637280 | 637360 | 80 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1089712 | 1089792 | 80 | 0.0 | |
| .bss | 98672 | 98688 | 16 | 0.0 | |||
| .text | 602092 | 602172 | 80 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597373 | 104 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| .text | 379752 | 379808 | 56 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read/write) | 825830 | 825926 | 96 | 0.0 |
| text | 617558 | 617630 | 72 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read/write) | 1084356 | 1084476 | 120 | 0.0 | |
| bss | 100920 | 100944 | 24 | 0.0 | |||
| text | 787626 | 787698 | 72 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read/write) | 1045056 | 1045176 | 120 | 0.0 | |
| bss | 110028 | 110052 | 24 | 0.0 | |||
| text | 761066 | 761138 | 72 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read/write) | 907068 | 907188 | 120 | 0.0 | |
| bss | 93060 | 93084 | 24 | 0.0 | |||
| text | 649726 | 649798 | 72 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read/write) | 827430 | 827526 | 96 | 0.0 | |
| text | 619220 | 619292 | 72 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read/write) | 933696 | 933792 | 96 | 0.0 | |
| text | 699904 | 699976 | 72 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read/write) | 1068544 | 1068664 | 120 | 0.0 | |
| bss | 100140 | 100164 | 24 | 0.0 | |||
| text | 773524 | 773596 | 72 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read/write) | 906724 | 906820 | 96 | 0.0 | |
| text | 655714 | 655786 | 72 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read/write) | 924848 | 924968 | 120 | 0.0 | |
| bss | 92640 | 92664 | 24 | 0.0 | |||
| text | 667618 | 667690 | 72 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read/write) | 830038 | 830134 | 96 | 0.0 | |
| text | 622222 | 622294 | 72 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read/write) | 793760 | 793856 | 96 | 0.0 | |
| text | 592988 | 593060 | 72 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read/write) | 828694 | 828790 | 96 | 0.0 | |
| text | 621574 | 621646 | 72 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read/write) | 852373 | 852469 | 96 | 0.0 | |
| text | 636420 | 636492 | 72 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read/write) | 819348 | 819444 | 96 | 0.0 | |
| text | 612620 | 612692 | 72 | 0.0 | |||
| window-covering | tlsr9258a | (read/write) | 838804 | 838900 | 96 | 0.0 | |
| text | 629128 | 629200 | 72 | 0.0 |
Decreases (9 builds for linux, psoc6)
| platform | target | config | section | bf9c86ad | 5537a382 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | all-clusters-app | debug | .init_array | 1360 | 1352 | -8 | -0.6 |
| .rodata | 347624 | 347560 | -64 | -0.0 | |||
| all-clusters-minimal-app | debug | .init_array | 1128 | 1120 | -8 | -0.7 | |
| .rodata | 288154 | 288090 | -64 | -0.0 | |||
| chip-tool-ipv6only | arm64 | (read/write) | 588640 | 588096 | -544 | -0.1 | |
| shell | debug | .init_array | 1072 | 1064 | -8 | -0.7 | |
| .rodata | 187360 | 187296 | -64 | -0.0 | |||
| thermostat-no-ble | arm64 | (read/write) | 249576 | 249032 | -544 | -0.2 | |
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 835264 | -24 | -0.0 |
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 |
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | bf9c86ad | 5537a382 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431926 | 988 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098960 | 916 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446326 | 980 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114270 | 924 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479294 | 972 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130342 | 912 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1195507 | 1196495 | 988 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967962 | 912 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1206559 | 1207547 | 988 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979972 | 912 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1287231 | 1288203 | 972 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042906 | 912 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015133 | 988 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 760036 | 912 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248330 | 996 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990490 | 934 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165084 | 1166568 | 1484 | 0.1 |
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 961064 | 912 | 0.1 | |||
| bl702l+mfd | (read/write) | 1176492 | 1177976 | 1484 | 0.1 | ||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973386 | 912 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781476 | 80 | 0.0 |
| (read/write) | 168896 | 168912 | 16 | 0.0 | |||
| .bss | 90884 | 90900 | 16 | 0.0 | |||
| .data | 3568 | 3568 | 0 | 0.0 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| .text | 690760 | 690816 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800372 | 88 | 0.0 | |
| (read/write) | 179160 | 179176 | 16 | 0.0 | |||
| .bss | 101164 | 101180 | 16 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84772 | 84796 | 24 | 0.0 | |||
| .text | 715248 | 715312 | 64 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788956 | 88 | 0.0 | |
| (read/write) | 173608 | 173624 | 16 | 0.0 | |||
| .bss | 95612 | 95628 | 16 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| .text | 677088 | 677152 | 64 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739268 | 88 | 0.0 | |
| (read/write) | 167856 | 167856 | 0 | 0.0 | |||
| .bss | 89624 | 89624 | 0 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| .text | 652824 | 652888 | 64 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724892 | 88 | 0.0 | |
| (read/write) | 168072 | 168088 | 16 | 0.0 | |||
| .bss | 89840 | 89856 | 16 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| .text | 642608 | 642672 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581474 | 136 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| .text | 492684 | 492772 | 88 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628930 | 136 | 0.0 | |
| (read/write) | 208368 | 208392 | 24 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .data | 1504 | 1504 | 0 | 0.0 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| .text | 519532 | 519620 | 88 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564947 | 104 | 0.0 |
| .app_xip_area | 454701 | 454781 | 80 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 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) | 549955 | 550067 | 112 | 0.0 | |
| .app_xip_area | 435013 | 435101 | 88 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566595 | 104 | 0.0 | |
| .app_xip_area | 457845 | 457925 | 80 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| .data | 712 | 712 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563403 | 104 | 0.0 | |
| .app_xip_area | 451341 | 451421 | 80 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928728 | 928856 | 128 | 0.0 |
| .bss | 197904 | 197928 | 24 | 0.0 | |||
| .data | 1388 | 1388 | 0 | 0.0 | |||
| .text | 729416 | 729520 | 104 | 0.0 | |||
| BRD4187C | (read/write) | 1105488 | 1105600 | 112 | 0.0 | ||
| .bss | 195100 | 195124 | 24 | 0.0 | |||
| .data | 3404 | 3404 | 0 | 0.0 | |||
| .text | 906964 | 907052 | 88 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1123108 | 1123212 | 104 | 0.0 | |
| .bss | 188288 | 188312 | 24 | 0.0 | |||
| .data | 2792 | 2792 | 0 | 0.0 | |||
| .text | 932008 | 932088 | 80 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1159688 | 1159848 | 160 | 0.0 | |
| .bss | 168884 | 168908 | 24 | 0.0 | |||
| .data | 3316 | 3316 | 0 | 0.0 | |||
| .text | 987468 | 987604 | 136 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1202656 | 1202728 | 72 | 0.0 |
| (read/write) | 1747176 | 1747232 | 56 | 0.0 | |||
| .dram0.bss | 73568 | 73592 | 24 | 0.0 | |||
| .dram0.data | 13628 | 13628 | 0 | 0.0 | |||
| .flash.rodata | 250456 | 250480 | 24 | 0.0 | |||
| .flash.text | 1202656 | 1202728 | 72 | 0.0 | |||
| .iram0.text | 75530 | 75530 | 0 | 0.0 | |||
| m5stack | (read only) | 1244395 | 1244559 | 164 | 0.0 | ||
| (read/write) | 532116 | 532164 | 48 | 0.0 | |||
| .dram0.bss | 80424 | 80448 | 24 | 0.0 | |||
| .dram0.data | 35180 | 35180 | 0 | 0.0 | |||
| .flash.rodata | 280592 | 280616 | 24 | 0.0 | |||
| .flash.text | 1238231 | 1238395 | 164 | 0.0 | |||
| .iram0.text | 125403 | 125403 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611312 | 88 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 610688 | 610776 | 88 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 696632 | 696736 | 104 | 0.0 | |||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .data | 2800 | 2800 | 0 | 0.0 | |||
| .text | 582608 | 582696 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599488 | 88 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 598864 | 598952 | 88 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 787576 | 787672 | 96 | 0.0 | |||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .data | 2016 | 2016 | 0 | 0.0 | |||
| .text | 664680 | 664760 | 80 | 0.0 | |||
| lock | k32w0+release | (read only) | 581888 | 581976 | 88 | 0.0 | |
| (read/write) | 78836 | 78844 | 8 | 0.0 | |||
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 581352 | 581440 | 88 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629205 | 2629853 | 648 | 0.0 |
| (read/write) | 129376 | 129504 | 128 | 0.1 | |||
| .bss | 46944 | 46976 | 32 | 0.1 | |||
| .data | 2240 | 2240 | 0 | 0.0 | |||
| .data.rel.ro | 74248 | 74344 | 96 | 0.1 | |||
| .dynamic | 608 | 608 | 0 | 0.0 | |||
| .got | 4568 | 4568 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 760 | 760 | 0 | 0.0 | |||
| .rodata | 184968 | 184968 | 0 | 0.0 | |||
| .text | 2266373 | 2266901 | 528 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5879009 | 5879457 | 448 | 0.0 | |
| (read/write) | 478760 | 478880 | 120 | 0.0 | |||
| .bss | 134064 | 134096 | 32 | 0.0 | |||
| .data | 4464 | 4464 | 0 | 0.0 | |||
| .data.rel.ro | 332824 | 332920 | 96 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5384 | 5384 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1360 | 1352 | -8 | -0.6 | |||
| .rodata | 347624 | 347560 | -64 | -0.0 | |||
| .text | 5099075 | 5099491 | 416 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5193873 | 5194321 | 448 | 0.0 | |
| (read/write) | 236608 | 236728 | 120 | 0.1 | |||
| .bss | 128080 | 128112 | 32 | 0.0 | |||
| .data | 4336 | 4336 | 0 | 0.0 | |||
| .data.rel.ro | 97096 | 97192 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5304 | 5304 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1128 | 1120 | -8 | -0.7 | |||
| .rodata | 288154 | 288090 | -64 | -0.0 | |||
| .text | 4670899 | 4671315 | 416 | 0.0 | |||
| bridge-app | debug | (read only) | 4602233 | 4602865 | 632 | 0.0 | |
| (read/write) | 217592 | 217752 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data | 6144 | 6144 | 0 | 0.0 | |||
| .data.rel.ro | 86160 | 86240 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5272 | 5272 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 816 | 816 | 0 | 0.0 | |||
| .rodata | 228922 | 228922 | 0 | 0.0 | |||
| .text | 4152643 | 4153155 | 512 | 0.0 | |||
| chip-tool | debug | (read only) | 11975441 | 11976089 | 648 | 0.0 | |
| (read/write) | 520856 | 520984 | 128 | 0.0 | |||
| .bss | 94296 | 94328 | 32 | 0.0 | |||
| .data | 5090 | 5090 | 0 | 0.0 | |||
| .data.rel.ro | 414240 | 414328 | 88 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5776 | 5776 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 792 | 792 | 0 | 0.0 | |||
| .rodata | 447513 | 447513 | 0 | 0.0 | |||
| .text | 10822931 | 10823459 | 528 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11472400 | 592 | 0.0 | |
| (read/write) | 588640 | 588096 | -544 | -0.1 | |||
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data | 4480 | 4480 | 0 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352956 | 352956 | 0 | 0.0 | |||
| .text | 10231852 | 10232252 | 400 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5523577 | 5524225 | 648 | 0.0 | |
| (read/write) | 226376 | 226536 | 160 | 0.1 | |||
| .bss | 119512 | 119576 | 64 | 0.1 | |||
| .data | 4800 | 4800 | 0 | 0.0 | |||
| .data.rel.ro | 94560 | 94640 | 80 | 0.1 | |||
| .dynamic | 672 | 672 | 0 | 0.0 | |||
| .got | 5888 | 5888 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 936 | 936 | 0 | 0.0 | |||
| .rodata | 353620 | 353620 | 0 | 0.0 | |||
| .text | 4923187 | 4923715 | 528 | 0.0 | |||
| lock-app | debug | (read only) | 4681009 | 4681657 | 648 | 0.0 | |
| (read/write) | 205552 | 205680 | 128 | 0.1 | |||
| .bss | 114064 | 114096 | 32 | 0.0 | |||
| .data | 4096 | 4096 | 0 | 0.0 | |||
| .data.rel.ro | 80664 | 80760 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5224 | 5224 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 856 | 856 | 0 | 0.0 | |||
| .rodata | 255418 | 255418 | 0 | 0.0 | |||
| .text | 4212915 | 4213443 | 528 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4303121 | 4303753 | 632 | 0.0 | |
| (read/write) | 193808 | 193936 | 128 | 0.1 | |||
| .bss | 113824 | 113856 | 32 | 0.0 | |||
| .data | 4304 | 4304 | 0 | 0.0 | |||
| .data.rel.ro | 69760 | 69840 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4560 | 4560 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 712 | 712 | 0 | 0.0 | |||
| .rodata | 207770 | 207770 | 0 | 0.0 | |||
| .text | 3902035 | 3902547 | 512 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4419153 | 4419801 | 648 | 0.0 | |
| (read/write) | 198056 | 198152 | 96 | 0.0 | |||
| .bss | 114720 | 114752 | 32 | 0.0 | |||
| .data | 4704 | 4704 | 0 | 0.0 | |||
| .data.rel.ro | 72720 | 72800 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4496 | 4496 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 768 | 768 | 0 | 0.0 | |||
| .rodata | 213786 | 213786 | 0 | 0.0 | |||
| .text | 4007763 | 4008291 | 528 | 0.0 | |||
| shell | debug | (read only) | 2868297 | 2868745 | 448 | 0.0 | |
| (read/write) | 155784 | 155904 | 120 | 0.1 | |||
| .bss | 62576 | 62608 | 32 | 0.1 | |||
| .data | 1392 | 1392 | 0 | 0.0 | |||
| .data.rel.ro | 86040 | 86128 | 88 | 0.1 | |||
| .dynamic | 592 | 592 | 0 | 0.0 | |||
| .got | 4080 | 4080 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1072 | 1064 | -8 | -0.7 | |||
| .rodata | 187360 | 187296 | -64 | -0.0 | |||
| .text | 2508130 | 2508546 | 416 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4484088 | 592 | 0.0 | |
| (read/write) | 249576 | 249032 | -544 | -0.2 | |||
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data | 3352 | 3352 | 0 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159420 | 159420 | 0 | 0.0 | |||
| .text | 3978684 | 3979084 | 400 | 0.0 | |||
| tv-app | debug | (read only) | 5650297 | 5650945 | 648 | 0.0 | |
| (read/write) | 351784 | 351912 | 128 | 0.0 | |||
| .bss | 243872 | 243904 | 32 | 0.0 | |||
| .data | 6496 | 6496 | 0 | 0.0 | |||
| .data.rel.ro | 94104 | 94200 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5512 | 5512 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1152 | 1152 | 0 | 0.0 | |||
| .rodata | 286490 | 286490 | 0 | 0.0 | |||
| .text | 5122099 | 5122627 | 528 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9856081 | 9856713 | 632 | 0.0 | |
| (read/write) | 340496 | 340656 | 160 | 0.0 | |||
| .bss | 156624 | 156688 | 64 | 0.0 | |||
| .data | 2912 | 2912 | 0 | 0.0 | |||
| .data.rel.ro | 174040 | 174136 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5088 | 5088 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1176 | 1176 | 0 | 0.0 | |||
| .rodata | 382480 | 382480 | 0 | 0.0 | |||
| .text | 9007875 | 9008387 | 512 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2532024 | 2532112 | 88 | 0.0 | |||
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1095612 | 1095684 | 72 | 0.0 | |||
| bss | 129969 | 129993 | 24 | 0.0 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806156 | 56 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1215944 | 1216040 | 96 | 0.0 | |||
| bss | 122107 | 122131 | 24 | 0.0 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 801788 | 60 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1046812 | 1046884 | 72 | 0.0 | |||
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| text | 770020 | 770080 | 60 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 835264 | -24 | -0.0 |
| (read/write) | 1789780 | 1789940 | 160 | 0.0 | |||
| .bss | 195396 | 195420 | 24 | 0.0 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1583340 | 1583476 | 136 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| (read/write) | 1715548 | 1715708 | 160 | 0.0 | |||
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1511444 | 1511580 | 136 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| (read/write) | 1634876 | 1635036 | 160 | 0.0 | |||
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1437500 | 1437636 | 136 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 | |
| (read/write) | 1667172 | 1667356 | 184 | 0.0 | |||
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1442596 | 1442756 | 160 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124976 | 80 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637280 | 637360 | 80 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1089712 | 1089792 | 80 | 0.0 | |
| .bss | 98672 | 98688 | 16 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 602092 | 602172 | 80 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597373 | 104 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .data | 676 | 676 | 0 | 0.0 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| .text | 379752 | 379808 | 56 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 |
| (read/write) | 825830 | 825926 | 96 | 0.0 | |||
| bss | 51116 | 51116 | 0 | 0.0 | |||
| text | 617558 | 617630 | 72 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 1084356 | 1084476 | 120 | 0.0 | |||
| bss | 100920 | 100944 | 24 | 0.0 | |||
| text | 787626 | 787698 | 72 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read only) | 47960 | 47960 | 0 | 0.0 | |
| (read/write) | 1045056 | 1045176 | 120 | 0.0 | |||
| bss | 110028 | 110052 | 24 | 0.0 | |||
| text | 761066 | 761138 | 72 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 907068 | 907188 | 120 | 0.0 | |||
| bss | 93060 | 93084 | 24 | 0.0 | |||
| text | 649726 | 649798 | 72 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 827430 | 827526 | 96 | 0.0 | |||
| bss | 51164 | 51164 | 0 | 0.0 | |||
| text | 619220 | 619292 | 72 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 933696 | 933792 | 96 | 0.0 | |||
| bss | 79204 | 79204 | 0 | 0.0 | |||
| text | 699904 | 699976 | 72 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read only) | 29122 | 29122 | 0 | 0.0 | |
| (read/write) | 1068544 | 1068664 | 120 | 0.0 | |||
| bss | 100140 | 100164 | 24 | 0.0 | |||
| text | 773524 | 773596 | 72 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 906724 | 906820 | 96 | 0.0 | |||
| bss | 70668 | 70668 | 0 | 0.0 | |||
| text | 655714 | 655786 | 72 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 924848 | 924968 | 120 | 0.0 | |||
| bss | 92640 | 92664 | 24 | 0.0 | |||
| text | 667618 | 667690 | 72 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 830038 | 830134 | 96 | 0.0 | |||
| bss | 51272 | 51272 | 0 | 0.0 | |||
| text | 622222 | 622294 | 72 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 793760 | 793856 | 96 | 0.0 | |||
| bss | 57472 | 57472 | 0 | 0.0 | |||
| text | 592988 | 593060 | 72 | 0.0 | |||
| shell | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 676856 | 676856 | 0 | 0.0 | |||
| bss | 73640 | 73640 | 0 | 0.0 | |||
| text | 462254 | 462254 | 0 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 828694 | 828790 | 96 | 0.0 | |||
| bss | 51292 | 51292 | 0 | 0.0 | |||
| text | 621574 | 621646 | 72 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read only) | 32220 | 32220 | 0 | 0.0 | |
| (read/write) | 852373 | 852469 | 96 | 0.0 | |||
| bss | 60948 | 60948 | 0 | 0.0 | |||
| text | 636420 | 636492 | 72 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 819348 | 819444 | 96 | 0.0 | |||
| bss | 57760 | 57760 | 0 | 0.0 | |||
| text | 612620 | 612692 | 72 | 0.0 | |||
| window-covering | tlsr9258a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 838804 | 838900 | 96 | 0.0 | |||
| bss | 69576 | 69576 | 0 | 0.0 | |||
| text | 629128 | 629200 | 72 | 0.0 |
PR #32077: Size comparison from bf9c86ad0adaa92d72d7052249a8c24cd490c9ce to 0b6f1fcb7c732b6b57ac472f147d7592bc9d2eab
Increases above 0.2%:
| platform | target | config | section | bf9c86ad | 0b6f1fcb | change | % change |
|---|---|---|---|---|---|---|---|
| esp32 | all-clusters-app | c3devkit | .dram0.bss | 73568 | 74224 | 656 | 0.9 |
| m5stack | .dram0.bss | 80424 | 81072 | 648 | 0.8 | ||
| linux | all-clusters-app | debug | .bss | 134064 | 134736 | 672 | 0.5 |
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | bss | 129969 | 130713 | 744 | 0.6 |
| nrf7002dk_nrf5340_cpuapp | bss | 122107 | 122851 | 744 | 0.6 | ||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | .bss | 195396 | 196140 | 744 | 0.4 |
| telink | all-clusters-app | tlsr9518adk80d | bss | 100920 | 101664 | 744 | 0.7 |
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | bf9c86ad | 0b6f1fcb | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431854 | 916 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098888 | 844 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446254 | 908 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114198 | 852 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479222 | 900 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130270 | 840 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1195507 | 1196419 | 912 | 0.1 |
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967888 | 838 | 0.1 | |||
| bl702+mfd | (read/write) | 1206559 | 1207475 | 916 | 0.1 | ||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979898 | 838 | 0.1 | |||
| bl702+rpc | (read/write) | 1287231 | 1288127 | 896 | 0.1 | ||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042832 | 838 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015061 | 916 | 0.1 | ||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 759964 | 840 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248262 | 928 | 0.1 | ||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990422 | 866 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165084 | 1165984 | 900 | 0.1 |
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 960990 | 838 | 0.1 | |||
| bl702l+mfd | (read/write) | 1176492 | 1177388 | 896 | 0.1 | ||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973312 | 838 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781404 | 8 | 0.0 |
| (read/write) | 168896 | 168920 | 24 | 0.0 | |||
| .bss | 90884 | 90924 | 40 | 0.0 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800308 | 24 | 0.0 | |
| (read/write) | 179160 | 179200 | 40 | 0.0 | |||
| .bss | 101164 | 101204 | 40 | 0.0 | |||
| .rodata | 84772 | 84804 | 32 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788892 | 24 | 0.0 | |
| (read/write) | 173608 | 173648 | 40 | 0.0 | |||
| .bss | 95612 | 95652 | 40 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739204 | 24 | 0.0 | |
| (read/write) | 167856 | 167880 | 24 | 0.0 | |||
| .bss | 89624 | 89648 | 24 | 0.0 | |||
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724820 | 16 | 0.0 | |
| (read/write) | 168072 | 168096 | 24 | 0.0 | |||
| .bss | 89840 | 89880 | 40 | 0.0 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581370 | 32 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628826 | 32 | 0.0 | |
| (read/write) | 208368 | 208384 | 16 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564883 | 40 | 0.0 |
| .app_xip_area | 454701 | 454717 | 16 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 549955 | 549995 | 40 | 0.0 | |
| .app_xip_area | 435013 | 435029 | 16 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566531 | 40 | 0.0 | |
| .app_xip_area | 457845 | 457869 | 24 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563347 | 48 | 0.0 | |
| .app_xip_area | 451341 | 451365 | 24 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928728 | 928760 | 32 | 0.0 |
| .bss | 197904 | 197928 | 24 | 0.0 | |||
| .text | 729416 | 729424 | 8 | 0.0 | |||
| BRD4187C | (read/write) | 1105488 | 1105536 | 48 | 0.0 | ||
| .bss | 195100 | 195124 | 24 | 0.0 | |||
| .text | 906964 | 906988 | 24 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1123108 | 1123212 | 104 | 0.0 | |
| .bss | 188288 | 188312 | 24 | 0.0 | |||
| .text | 932008 | 932088 | 80 | 0.0 | |||
| window-app | BRD4187C | .bss | 168884 | 168908 | 24 | 0.0 | |
| esp32 | all-clusters-app | c3devkit | (read only) | 1202656 | 1203582 | 926 | 0.1 |
| (read/write) | 1747176 | 1747936 | 760 | 0.0 | |||
| .dram0.bss | 73568 | 74224 | 656 | 0.9 | |||
| .flash.rodata | 250456 | 250560 | 104 | 0.0 | |||
| .flash.text | 1202656 | 1203582 | 926 | 0.1 | |||
| m5stack | (read only) | 1244395 | 1245187 | 792 | 0.1 | ||
| (read/write) | 532116 | 532852 | 736 | 0.1 | |||
| .dram0.bss | 80424 | 81072 | 648 | 0.8 | |||
| .flash.rodata | 280592 | 280696 | 104 | 0.0 | |||
| .flash.text | 1238231 | 1239023 | 792 | 0.1 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611232 | 8 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .text | 610688 | 610696 | 8 | 0.0 | |||
| k32w1+release | (read/write) | 696632 | 696672 | 40 | 0.0 | ||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .text | 582608 | 582632 | 24 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599424 | 24 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .text | 598864 | 598888 | 24 | 0.0 | |||
| k32w1+release | (read/write) | 787576 | 787608 | 32 | 0.0 | ||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .text | 664680 | 664696 | 16 | 0.0 | |||
| lock | k32w0+release | (read/write) | 78836 | 78844 | 8 | 0.0 | |
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629205 | 2629277 | 72 | 0.0 |
| (read/write) | 129376 | 129504 | 128 | 0.1 | |||
| .bss | 46944 | 46976 | 32 | 0.1 | |||
| .data.rel.ro | 74248 | 74344 | 96 | 0.1 | |||
| all-clusters-app | debug | (read only) | 5879009 | 5880993 | 1984 | 0.0 | |
| (read/write) | 478760 | 479464 | 704 | 0.1 | |||
| .bss | 134064 | 134736 | 672 | 0.5 | |||
| .data.rel.ro | 332824 | 332904 | 80 | 0.0 | |||
| .rodata | 347624 | 347656 | 32 | 0.0 | |||
| .text | 5099075 | 5100931 | 1856 | 0.0 | |||
| all-clusters-minimal-app | debug | (read/write) | 236608 | 236728 | 120 | 0.1 | |
| .bss | 128080 | 128112 | 32 | 0.0 | |||
| .data.rel.ro | 97096 | 97192 | 96 | 0.1 | |||
| bridge-app | debug | (read/write) | 217592 | 217752 | 160 | 0.1 | |
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data.rel.ro | 86160 | 86240 | 80 | 0.1 | |||
| chip-tool | debug | (read only) | 11975441 | 11975593 | 152 | 0.0 | |
| (read/write) | 520856 | 520984 | 128 | 0.0 | |||
| .bss | 94296 | 94328 | 32 | 0.0 | |||
| .data.rel.ro | 414240 | 414328 | 88 | 0.0 | |||
| .text | 10822931 | 10822963 | 32 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read/write) | 588640 | 589072 | 432 | 0.1 | |
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5523577 | 5523665 | 88 | 0.0 | |
| (read/write) | 226376 | 226536 | 160 | 0.1 | |||
| .bss | 119512 | 119576 | 64 | 0.1 | |||
| .data.rel.ro | 94560 | 94640 | 80 | 0.1 | |||
| .rodata | 353620 | 353652 | 32 | 0.0 | |||
| lock-app | debug | (read only) | 4681009 | 4681049 | 40 | 0.0 | |
| (read/write) | 205552 | 205680 | 128 | 0.1 | |||
| .bss | 114064 | 114096 | 32 | 0.0 | |||
| .data.rel.ro | 80664 | 80760 | 96 | 0.1 | |||
| ota-provider-app | debug | (read only) | 4303121 | 4303177 | 56 | 0.0 | |
| (read/write) | 193808 | 193936 | 128 | 0.1 | |||
| .bss | 113824 | 113856 | 32 | 0.0 | |||
| .data.rel.ro | 69760 | 69840 | 80 | 0.1 | |||
| ota-requestor-app | debug | (read only) | 4419153 | 4419177 | 24 | 0.0 | |
| (read/write) | 198056 | 198152 | 96 | 0.0 | |||
| .bss | 114720 | 114752 | 32 | 0.0 | |||
| .data.rel.ro | 72720 | 72800 | 80 | 0.1 | |||
| shell | debug | (read/write) | 155784 | 155904 | 120 | 0.1 | |
| .bss | 62576 | 62608 | 32 | 0.1 | |||
| .data.rel.ro | 86040 | 86128 | 88 | 0.1 | |||
| thermostat-no-ble | arm64 | (read/write) | 249576 | 250136 | 560 | 0.2 | |
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| tv-app | debug | (read only) | 5650297 | 5650369 | 72 | 0.0 | |
| (read/write) | 351784 | 351912 | 128 | 0.0 | |||
| .bss | 243872 | 243904 | 32 | 0.0 | |||
| .data.rel.ro | 94104 | 94200 | 96 | 0.1 | |||
| tv-casting-app | debug | (read only) | 9856081 | 9856201 | 120 | 0.0 | |
| (read/write) | 340496 | 340656 | 160 | 0.0 | |||
| .bss | 156624 | 156688 | 64 | 0.0 | |||
| .data.rel.ro | 174040 | 174136 | 96 | 0.1 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2532024 | 2532112 | 88 | 0.0 |
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1095612 | 1097060 | 1448 | 0.1 |
| bss | 129969 | 130713 | 744 | 0.6 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806752 | 652 | 0.1 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1215944 | 1217432 | 1488 | 0.1 | ||
| bss | 122107 | 122851 | 744 | 0.6 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 802444 | 716 | 0.1 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1046812 | 1046836 | 24 | 0.0 | |
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1789780 | 1791316 | 1536 | 0.1 |
| .bss | 195396 | 196140 | 744 | 0.4 | |||
| .text | 1583340 | 1584132 | 792 | 0.1 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1715548 | 1715612 | 64 | 0.0 | |
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .text | 1511444 | 1511484 | 40 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1634876 | 1634940 | 64 | 0.0 | |
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .text | 1437500 | 1437540 | 40 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1667172 | 1667244 | 72 | 0.0 | |
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .text | 1442596 | 1442644 | 48 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124920 | 24 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .text | 637280 | 637304 | 24 | 0.0 | |||
| lock-app | qpg6105+debug | .bss | 98672 | 98688 | 16 | 0.0 | |
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597301 | 32 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read/write) | 825830 | 825886 | 56 | 0.0 |
| text | 617558 | 617590 | 32 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read/write) | 1084356 | 1085908 | 1552 | 0.1 | |
| bss | 100920 | 101664 | 744 | 0.7 | |||
| text | 787626 | 788408 | 782 | 0.1 | |||
| all-clusters-minimal-app | tlsr9528a | (read/write) | 1045056 | 1045136 | 80 | 0.0 | |
| bss | 110028 | 110052 | 24 | 0.0 | |||
| text | 761066 | 761104 | 38 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read/write) | 907068 | 907148 | 80 | 0.0 | |
| bss | 93060 | 93084 | 24 | 0.0 | |||
| text | 649726 | 649764 | 38 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read/write) | 827430 | 827486 | 56 | 0.0 | |
| text | 619220 | 619252 | 32 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read/write) | 933696 | 933752 | 56 | 0.0 | |
| text | 699904 | 699936 | 32 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read/write) | 1068544 | 1068632 | 88 | 0.0 | |
| bss | 100140 | 100164 | 24 | 0.0 | |||
| text | 773524 | 773562 | 38 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read/write) | 906724 | 906780 | 56 | 0.0 | |
| text | 655714 | 655746 | 32 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read/write) | 924848 | 924928 | 80 | 0.0 | |
| bss | 92640 | 92664 | 24 | 0.0 | |||
| text | 667618 | 667656 | 38 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read/write) | 830038 | 830094 | 56 | 0.0 | |
| text | 622222 | 622254 | 32 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read/write) | 793760 | 793816 | 56 | 0.0 | |
| text | 592988 | 593020 | 32 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read/write) | 828694 | 828750 | 56 | 0.0 | |
| text | 621574 | 621606 | 32 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read/write) | 852373 | 852429 | 56 | 0.0 | |
| text | 636420 | 636452 | 32 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read/write) | 819348 | 819404 | 56 | 0.0 | |
| text | 612620 | 612652 | 32 | 0.0 | |||
| window-covering | tlsr9258a | (read/write) | 838804 | 838860 | 56 | 0.0 | |
| text | 629128 | 629160 | 32 | 0.0 |
Decreases (28 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, stm32, telink)
| platform | target | config | section | bf9c86ad | 0b6f1fcb | change | % change |
|---|---|---|---|---|---|---|---|
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | .data | 3568 | 3560 | -8 | -0.2 |
| .text | 690760 | 690744 | -16 | -0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | .text | 715248 | 715240 | -8 | -0.0 | |
| pump-controller-app | LP_EM_CC1354P10_6 | .data | 3552 | 3544 | -8 | -0.2 | |
| .text | 642608 | 642600 | -8 | -0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | .text | 492684 | 492668 | -16 | -0.0 |
| lock | CC3235SF_LAUNCHXL | .data | 1504 | 1496 | -8 | -0.5 | |
| .text | 519532 | 519516 | -16 | -0.0 | |||
| cyw30739 | ota-requestor | cyw930739m2evb_01 | .data | 712 | 704 | -8 | -1.1 |
| efr32 | window-app | BRD4187C | (read/write) | 1159688 | 1159656 | -32 | -0.0 |
| .text | 987468 | 987412 | -56 | -0.0 | |||
| esp32 | all-clusters-app | c3devkit | .dram0.data | 13628 | 13620 | -8 | -0.1 |
| m5stack | .dram0.data | 35180 | 35164 | -16 | -0.0 | ||
| k32w | lock | k32w0+release | (read only) | 581888 | 581880 | -8 | -0.0 |
| .text | 581352 | 581344 | -8 | -0.0 | |||
| linux | air-purifier-app | debug | .text | 2266373 | 2266325 | -48 | -0.0 |
| all-clusters-app | debug | .data | 4464 | 4432 | -32 | -0.7 | |
| all-clusters-minimal-app | debug | (read only) | 5193873 | 5193585 | -288 | -0.0 | |
| .init_array | 1128 | 1120 | -8 | -0.7 | |||
| .rodata | 288154 | 288090 | -64 | -0.0 | |||
| .text | 4670899 | 4670579 | -320 | -0.0 | |||
| bridge-app | debug | (read only) | 4602233 | 4602209 | -24 | -0.0 | |
| .text | 4152643 | 4152499 | -144 | -0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11471424 | -384 | -0.0 | |
| .text | 10231852 | 10231276 | -576 | -0.0 | |||
| lighting-app | debug+rpc+ui | .text | 4923187 | 4923123 | -64 | -0.0 | |
| lock-app | debug | .text | 4212915 | 4212835 | -80 | -0.0 | |
| ota-provider-app | debug | .text | 3902035 | 3901971 | -64 | -0.0 | |
| ota-requestor-app | debug | .text | 4007763 | 4007667 | -96 | -0.0 | |
| shell | debug | (read only) | 2868297 | 2866713 | -1584 | -0.1 | |
| .init_array | 1072 | 1064 | -8 | -0.7 | |||
| .rodata | 187360 | 186016 | -1344 | -0.7 | |||
| .text | 2508130 | 2507794 | -336 | -0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4482984 | -512 | -0.0 | |
| .text | 3978684 | 3977980 | -704 | -0.0 | |||
| tv-app | debug | .text | 5122099 | 5122051 | -48 | -0.0 | |
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 834544 | -744 | -0.1 |
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 | |
| stm32 | light | STM32WB5MM-DK | .data | 676 | 668 | -8 | -1.2 |
| .text | 379752 | 379744 | -8 | -0.0 | |||
| telink | shell | tlsr9518adk80d | (read/write) | 676856 | 676828 | -28 | -0.0 |
| text | 462254 | 462228 | -26 | -0.0 |
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | bf9c86ad | 0b6f1fcb | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1430938 | 1431854 | 916 | 0.1 |
| .bss | 85320 | 85344 | 24 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157436 | 157480 | 44 | 0.0 | |||
| .text | 1098044 | 1098888 | 844 | 0.1 | |||
| bl602+mfd | (read/write) | 1445346 | 1446254 | 908 | 0.1 | ||
| .bss | 85480 | 85504 | 24 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156396 | 156440 | 44 | 0.0 | |||
| .text | 1113346 | 1114198 | 852 | 0.1 | |||
| bl602+rpc | (read/write) | 1478322 | 1479222 | 900 | 0.1 | ||
| .bss | 93352 | 93376 | 24 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165004 | 165048 | 44 | 0.0 | |||
| .text | 1129430 | 1130270 | 840 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1195507 | 1196419 | 912 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106820 | 106864 | 44 | 0.0 | |||
| .text | 967050 | 967888 | 838 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1206559 | 1207475 | 916 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105760 | 105804 | 44 | 0.0 | |||
| .text | 979060 | 979898 | 838 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1287231 | 1288127 | 896 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122192 | 122236 | 44 | 0.0 | |||
| .text | 1041994 | 1042832 | 838 | 0.1 | |||
| bl706-eth | (read/write) | 1014145 | 1015061 | 916 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100140 | 100184 | 44 | 0.0 | |||
| .text | 759124 | 759964 | 840 | 0.1 | |||
| bl706-wifi | (read/write) | 1247334 | 1248262 | 928 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121120 | 121164 | 44 | 0.0 | |||
| .text | 989556 | 990422 | 866 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read only) | 512 | 512 | 0 | 0.0 |
| (read/write) | 1165084 | 1165984 | 900 | 0.1 | |||
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100824 | 100868 | 44 | 0.0 | |||
| .text | 960152 | 960990 | 838 | 0.1 | |||
| bl702l+mfd | (read only) | 512 | 512 | 0 | 0.0 | ||
| (read/write) | 1176492 | 1177388 | 896 | 0.1 | |||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99764 | 99808 | 44 | 0.0 | |||
| .text | 972474 | 973312 | 838 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 781396 | 781404 | 8 | 0.0 |
| (read/write) | 168896 | 168920 | 24 | 0.0 | |||
| .bss | 90884 | 90924 | 40 | 0.0 | |||
| .data | 3568 | 3560 | -8 | -0.2 | |||
| .rodata | 90372 | 90396 | 24 | 0.0 | |||
| .text | 690760 | 690744 | -16 | -0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 800284 | 800308 | 24 | 0.0 | |
| (read/write) | 179160 | 179200 | 40 | 0.0 | |||
| .bss | 101164 | 101204 | 40 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84772 | 84804 | 32 | 0.0 | |||
| .text | 715248 | 715240 | -8 | -0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 788868 | 788892 | 24 | 0.0 | |
| (read/write) | 173608 | 173648 | 40 | 0.0 | |||
| .bss | 95612 | 95652 | 40 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111516 | 111540 | 24 | 0.0 | |||
| .text | 677088 | 677088 | 0 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 739180 | 739204 | 24 | 0.0 | |
| (read/write) | 167856 | 167880 | 24 | 0.0 | |||
| .bss | 89624 | 89648 | 24 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86092 | 86116 | 24 | 0.0 | |||
| .text | 652824 | 652824 | 0 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724804 | 724820 | 16 | 0.0 | |
| (read/write) | 168072 | 168096 | 24 | 0.0 | |||
| .bss | 89840 | 89880 | 40 | 0.0 | |||
| .data | 3552 | 3544 | -8 | -0.2 | |||
| .rodata | 81932 | 81956 | 24 | 0.0 | |||
| .text | 642608 | 642600 | -8 | -0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581338 | 581370 | 32 | 0.0 |
| (read/write) | 207976 | 208000 | 24 | 0.0 | |||
| .bss | 201212 | 201236 | 24 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86530 | 86578 | 48 | 0.1 | |||
| .text | 492684 | 492668 | -16 | -0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 628794 | 628826 | 32 | 0.0 | |
| (read/write) | 208368 | 208384 | 16 | 0.0 | |||
| .bss | 201744 | 201768 | 24 | 0.0 | |||
| .data | 1504 | 1496 | -8 | -0.5 | |||
| .rodata | 107138 | 107186 | 48 | 0.0 | |||
| .text | 519532 | 519516 | -16 | -0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 564843 | 564883 | 40 | 0.0 |
| .app_xip_area | 454701 | 454717 | 16 | 0.0 | |||
| .bss | 64976 | 65000 | 24 | 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) | 549955 | 549995 | 40 | 0.0 | |
| .app_xip_area | 435013 | 435029 | 16 | 0.0 | |||
| .bss | 69768 | 69792 | 24 | 0.0 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566491 | 566531 | 40 | 0.0 | |
| .app_xip_area | 457845 | 457869 | 24 | 0.0 | |||
| .bss | 63512 | 63536 | 24 | 0.0 | |||
| .data | 712 | 704 | -8 | -1.1 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 563299 | 563347 | 48 | 0.0 | |
| .app_xip_area | 451341 | 451365 | 24 | 0.0 | |||
| .bss | 66752 | 66776 | 24 | 0.0 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928728 | 928760 | 32 | 0.0 |
| .bss | 197904 | 197928 | 24 | 0.0 | |||
| .data | 1388 | 1388 | 0 | 0.0 | |||
| .text | 729416 | 729424 | 8 | 0.0 | |||
| BRD4187C | (read/write) | 1105488 | 1105536 | 48 | 0.0 | ||
| .bss | 195100 | 195124 | 24 | 0.0 | |||
| .data | 3404 | 3404 | 0 | 0.0 | |||
| .text | 906964 | 906988 | 24 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1123108 | 1123212 | 104 | 0.0 | |
| .bss | 188288 | 188312 | 24 | 0.0 | |||
| .data | 2792 | 2792 | 0 | 0.0 | |||
| .text | 932008 | 932088 | 80 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1159688 | 1159656 | -32 | -0.0 | |
| .bss | 168884 | 168908 | 24 | 0.0 | |||
| .data | 3316 | 3316 | 0 | 0.0 | |||
| .text | 987468 | 987412 | -56 | -0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1202656 | 1203582 | 926 | 0.1 |
| (read/write) | 1747176 | 1747936 | 760 | 0.0 | |||
| .dram0.bss | 73568 | 74224 | 656 | 0.9 | |||
| .dram0.data | 13628 | 13620 | -8 | -0.1 | |||
| .flash.rodata | 250456 | 250560 | 104 | 0.0 | |||
| .flash.text | 1202656 | 1203582 | 926 | 0.1 | |||
| .iram0.text | 75530 | 75530 | 0 | 0.0 | |||
| m5stack | (read only) | 1244395 | 1245187 | 792 | 0.1 | ||
| (read/write) | 532116 | 532852 | 736 | 0.1 | |||
| .dram0.bss | 80424 | 81072 | 648 | 0.8 | |||
| .dram0.data | 35180 | 35164 | -16 | -0.0 | |||
| .flash.rodata | 280592 | 280696 | 104 | 0.0 | |||
| .flash.text | 1238231 | 1239023 | 792 | 0.1 | |||
| .iram0.text | 125403 | 125403 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 611224 | 611232 | 8 | 0.0 |
| (read/write) | 81392 | 81408 | 16 | 0.0 | |||
| .bss | 69184 | 69200 | 16 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 610688 | 610696 | 8 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 696632 | 696672 | 40 | 0.0 | |||
| .bss | 67752 | 67768 | 16 | 0.0 | |||
| .data | 2800 | 2800 | 0 | 0.0 | |||
| .text | 582608 | 582632 | 24 | 0.0 | |||
| light | k32w0+release | (read only) | 599400 | 599424 | 24 | 0.0 | |
| (read/write) | 79344 | 79360 | 16 | 0.0 | |||
| .bss | 67160 | 67176 | 16 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 598864 | 598888 | 24 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 787576 | 787608 | 32 | 0.0 | |||
| .bss | 77428 | 77444 | 16 | 0.0 | |||
| .data | 2016 | 2016 | 0 | 0.0 | |||
| .text | 664680 | 664696 | 16 | 0.0 | |||
| lock | k32w0+release | (read only) | 581888 | 581880 | -8 | -0.0 | |
| (read/write) | 78836 | 78844 | 8 | 0.0 | |||
| .bss | 66704 | 66712 | 8 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 581352 | 581344 | -8 | -0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629205 | 2629277 | 72 | 0.0 |
| (read/write) | 129376 | 129504 | 128 | 0.1 | |||
| .bss | 46944 | 46976 | 32 | 0.1 | |||
| .data | 2240 | 2240 | 0 | 0.0 | |||
| .data.rel.ro | 74248 | 74344 | 96 | 0.1 | |||
| .dynamic | 608 | 608 | 0 | 0.0 | |||
| .got | 4568 | 4568 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 760 | 760 | 0 | 0.0 | |||
| .rodata | 184968 | 184968 | 0 | 0.0 | |||
| .text | 2266373 | 2266325 | -48 | -0.0 | |||
| all-clusters-app | debug | (read only) | 5879009 | 5880993 | 1984 | 0.0 | |
| (read/write) | 478760 | 479464 | 704 | 0.1 | |||
| .bss | 134064 | 134736 | 672 | 0.5 | |||
| .data | 4464 | 4432 | -32 | -0.7 | |||
| .data.rel.ro | 332824 | 332904 | 80 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5384 | 5384 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1360 | 1360 | 0 | 0.0 | |||
| .rodata | 347624 | 347656 | 32 | 0.0 | |||
| .text | 5099075 | 5100931 | 1856 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5193873 | 5193585 | -288 | -0.0 | |
| (read/write) | 236608 | 236728 | 120 | 0.1 | |||
| .bss | 128080 | 128112 | 32 | 0.0 | |||
| .data | 4336 | 4336 | 0 | 0.0 | |||
| .data.rel.ro | 97096 | 97192 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5304 | 5304 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1128 | 1120 | -8 | -0.7 | |||
| .rodata | 288154 | 288090 | -64 | -0.0 | |||
| .text | 4670899 | 4670579 | -320 | -0.0 | |||
| bridge-app | debug | (read only) | 4602233 | 4602209 | -24 | -0.0 | |
| (read/write) | 217592 | 217752 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data | 6144 | 6144 | 0 | 0.0 | |||
| .data.rel.ro | 86160 | 86240 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5272 | 5272 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 816 | 816 | 0 | 0.0 | |||
| .rodata | 228922 | 228922 | 0 | 0.0 | |||
| .text | 4152643 | 4152499 | -144 | -0.0 | |||
| chip-tool | debug | (read only) | 11975441 | 11975593 | 152 | 0.0 | |
| (read/write) | 520856 | 520984 | 128 | 0.0 | |||
| .bss | 94296 | 94328 | 32 | 0.0 | |||
| .data | 5090 | 5090 | 0 | 0.0 | |||
| .data.rel.ro | 414240 | 414328 | 88 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5776 | 5776 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 792 | 792 | 0 | 0.0 | |||
| .rodata | 447513 | 447513 | 0 | 0.0 | |||
| .text | 10822931 | 10822963 | 32 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11471808 | 11471424 | -384 | -0.0 | |
| (read/write) | 588640 | 589072 | 432 | 0.1 | |||
| .bss | 103320 | 103368 | 48 | 0.0 | |||
| .data | 4480 | 4480 | 0 | 0.0 | |||
| .data.rel.ro | 454000 | 454088 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20328 | 20336 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352956 | 352956 | 0 | 0.0 | |||
| .text | 10231852 | 10231276 | -576 | -0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5523577 | 5523665 | 88 | 0.0 | |
| (read/write) | 226376 | 226536 | 160 | 0.1 | |||
| .bss | 119512 | 119576 | 64 | 0.1 | |||
| .data | 4800 | 4800 | 0 | 0.0 | |||
| .data.rel.ro | 94560 | 94640 | 80 | 0.1 | |||
| .dynamic | 672 | 672 | 0 | 0.0 | |||
| .got | 5888 | 5888 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 936 | 936 | 0 | 0.0 | |||
| .rodata | 353620 | 353652 | 32 | 0.0 | |||
| .text | 4923187 | 4923123 | -64 | -0.0 | |||
| lock-app | debug | (read only) | 4681009 | 4681049 | 40 | 0.0 | |
| (read/write) | 205552 | 205680 | 128 | 0.1 | |||
| .bss | 114064 | 114096 | 32 | 0.0 | |||
| .data | 4096 | 4096 | 0 | 0.0 | |||
| .data.rel.ro | 80664 | 80760 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5224 | 5224 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 856 | 856 | 0 | 0.0 | |||
| .rodata | 255418 | 255418 | 0 | 0.0 | |||
| .text | 4212915 | 4212835 | -80 | -0.0 | |||
| ota-provider-app | debug | (read only) | 4303121 | 4303177 | 56 | 0.0 | |
| (read/write) | 193808 | 193936 | 128 | 0.1 | |||
| .bss | 113824 | 113856 | 32 | 0.0 | |||
| .data | 4304 | 4304 | 0 | 0.0 | |||
| .data.rel.ro | 69760 | 69840 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4560 | 4560 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 712 | 712 | 0 | 0.0 | |||
| .rodata | 207770 | 207770 | 0 | 0.0 | |||
| .text | 3902035 | 3901971 | -64 | -0.0 | |||
| ota-requestor-app | debug | (read only) | 4419153 | 4419177 | 24 | 0.0 | |
| (read/write) | 198056 | 198152 | 96 | 0.0 | |||
| .bss | 114720 | 114752 | 32 | 0.0 | |||
| .data | 4704 | 4704 | 0 | 0.0 | |||
| .data.rel.ro | 72720 | 72800 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4496 | 4496 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 768 | 768 | 0 | 0.0 | |||
| .rodata | 213786 | 213786 | 0 | 0.0 | |||
| .text | 4007763 | 4007667 | -96 | -0.0 | |||
| shell | debug | (read only) | 2868297 | 2866713 | -1584 | -0.1 | |
| (read/write) | 155784 | 155904 | 120 | 0.1 | |||
| .bss | 62576 | 62608 | 32 | 0.1 | |||
| .data | 1392 | 1392 | 0 | 0.0 | |||
| .data.rel.ro | 86040 | 86128 | 88 | 0.1 | |||
| .dynamic | 592 | 592 | 0 | 0.0 | |||
| .got | 4080 | 4080 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1072 | 1064 | -8 | -0.7 | |||
| .rodata | 187360 | 186016 | -1344 | -0.7 | |||
| .text | 2508130 | 2507794 | -336 | -0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4483496 | 4482984 | -512 | -0.0 | |
| (read/write) | 249576 | 250136 | 560 | 0.2 | |||
| .bss | 122344 | 122392 | 48 | 0.0 | |||
| .data | 3352 | 3352 | 0 | 0.0 | |||
| .data.rel.ro | 103712 | 103800 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12216 | 12224 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159420 | 159420 | 0 | 0.0 | |||
| .text | 3978684 | 3977980 | -704 | -0.0 | |||
| tv-app | debug | (read only) | 5650297 | 5650369 | 72 | 0.0 | |
| (read/write) | 351784 | 351912 | 128 | 0.0 | |||
| .bss | 243872 | 243904 | 32 | 0.0 | |||
| .data | 6496 | 6496 | 0 | 0.0 | |||
| .data.rel.ro | 94104 | 94200 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5512 | 5512 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1152 | 1152 | 0 | 0.0 | |||
| .rodata | 286490 | 286490 | 0 | 0.0 | |||
| .text | 5122099 | 5122051 | -48 | -0.0 | |||
| tv-casting-app | debug | (read only) | 9856081 | 9856201 | 120 | 0.0 | |
| (read/write) | 340496 | 340656 | 160 | 0.0 | |||
| .bss | 156624 | 156688 | 64 | 0.0 | |||
| .data | 2912 | 2912 | 0 | 0.0 | |||
| .data.rel.ro | 174040 | 174136 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5088 | 5088 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1176 | 1176 | 0 | 0.0 | |||
| .rodata | 382480 | 382480 | 0 | 0.0 | |||
| .text | 9007875 | 9007875 | 0 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2532024 | 2532112 | 88 | 0.0 | |||
| .bss | 220480 | 220504 | 24 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1494708 | 1494796 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1095612 | 1097060 | 1448 | 0.1 | |||
| bss | 129969 | 130713 | 744 | 0.6 | |||
| rodata | 111732 | 111756 | 24 | 0.0 | |||
| text | 806100 | 806752 | 652 | 0.1 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1215944 | 1217432 | 1488 | 0.1 | |||
| bss | 122107 | 122851 | 744 | 0.6 | |||
| rodata | 141592 | 141616 | 24 | 0.0 | |||
| text | 801728 | 802444 | 716 | 0.1 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1046812 | 1046836 | 24 | 0.0 | |||
| bss | 129633 | 129657 | 24 | 0.0 | |||
| rodata | 99388 | 99412 | 24 | 0.0 | |||
| text | 770020 | 770020 | 0 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 835288 | 834544 | -744 | -0.1 |
| (read/write) | 1789780 | 1791316 | 1536 | 0.1 | |||
| .bss | 195396 | 196140 | 744 | 0.4 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1583340 | 1584132 | 792 | 0.1 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837624 | 837600 | -24 | -0.0 | |
| (read/write) | 1715548 | 1715612 | 64 | 0.0 | |||
| .bss | 193084 | 193108 | 24 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1511444 | 1511484 | 40 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844352 | 844328 | -24 | -0.0 | |
| (read/write) | 1634876 | 1634940 | 64 | 0.0 | |||
| .bss | 186548 | 186572 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1437500 | 1437540 | 40 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817152 | 817128 | -24 | -0.0 | |
| (read/write) | 1667172 | 1667244 | 72 | 0.0 | |||
| .bss | 213748 | 213772 | 24 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1442596 | 1442644 | 48 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1124896 | 1124920 | 24 | 0.0 |
| .bss | 102376 | 102392 | 16 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637280 | 637304 | 24 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1089712 | 1089712 | 0 | 0.0 | |
| .bss | 98672 | 98688 | 16 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 602092 | 602092 | 0 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597269 | 597301 | 32 | 0.0 |
| .bss | 128288 | 128312 | 24 | 0.0 | |||
| .data | 676 | 668 | -8 | -1.2 | |||
| .rodata | 78828 | 78852 | 24 | 0.0 | |||
| .text | 379752 | 379744 | -8 | -0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 |
| (read/write) | 825830 | 825886 | 56 | 0.0 | |||
| bss | 51116 | 51116 | 0 | 0.0 | |||
| text | 617558 | 617590 | 32 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 1084356 | 1085908 | 1552 | 0.1 | |||
| bss | 100920 | 101664 | 744 | 0.7 | |||
| text | 787626 | 788408 | 782 | 0.1 | |||
| all-clusters-minimal-app | tlsr9528a | (read only) | 47960 | 47960 | 0 | 0.0 | |
| (read/write) | 1045056 | 1045136 | 80 | 0.0 | |||
| bss | 110028 | 110052 | 24 | 0.0 | |||
| text | 761066 | 761104 | 38 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 907068 | 907148 | 80 | 0.0 | |||
| bss | 93060 | 93084 | 24 | 0.0 | |||
| text | 649726 | 649764 | 38 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 827430 | 827486 | 56 | 0.0 | |||
| bss | 51164 | 51164 | 0 | 0.0 | |||
| text | 619220 | 619252 | 32 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 933696 | 933752 | 56 | 0.0 | |||
| bss | 79204 | 79204 | 0 | 0.0 | |||
| text | 699904 | 699936 | 32 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read only) | 29122 | 29122 | 0 | 0.0 | |
| (read/write) | 1068544 | 1068632 | 88 | 0.0 | |||
| bss | 100140 | 100164 | 24 | 0.0 | |||
| text | 773524 | 773562 | 38 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 906724 | 906780 | 56 | 0.0 | |||
| bss | 70668 | 70668 | 0 | 0.0 | |||
| text | 655714 | 655746 | 32 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 924848 | 924928 | 80 | 0.0 | |||
| bss | 92640 | 92664 | 24 | 0.0 | |||
| text | 667618 | 667656 | 38 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 830038 | 830094 | 56 | 0.0 | |||
| bss | 51272 | 51272 | 0 | 0.0 | |||
| text | 622222 | 622254 | 32 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 793760 | 793816 | 56 | 0.0 | |||
| bss | 57472 | 57472 | 0 | 0.0 | |||
| text | 592988 | 593020 | 32 | 0.0 | |||
| shell | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 676856 | 676828 | -28 | -0.0 | |||
| bss | 73640 | 73640 | 0 | 0.0 | |||
| text | 462254 | 462228 | -26 | -0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 828694 | 828750 | 56 | 0.0 | |||
| bss | 51292 | 51292 | 0 | 0.0 | |||
| text | 621574 | 621606 | 32 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read only) | 32220 | 32220 | 0 | 0.0 | |
| (read/write) | 852373 | 852429 | 56 | 0.0 | |||
| bss | 60948 | 60948 | 0 | 0.0 | |||
| text | 636420 | 636452 | 32 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 819348 | 819404 | 56 | 0.0 | |||
| bss | 57760 | 57760 | 0 | 0.0 | |||
| text | 612620 | 612652 | 32 | 0.0 | |||
| window-covering | tlsr9258a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 838804 | 838860 | 56 | 0.0 | |||
| bss | 69576 | 69576 | 0 | 0.0 | |||
| text | 629128 | 629160 | 32 | 0.0 |
PR #32077: Size comparison from 8eaca940dce3fcbf94f6c42c53d82b31083f4957 to 97b4fc6ae7ae897a279dd8e751048f3828aa8f94
Increases above 0.2%:
| platform | target | config | section | 8eaca940 | 97b4fc6a | change | % change |
|---|---|---|---|---|---|---|---|
| bl702l | lighting-app | bl702l | (read only) | 512 | 963070 | 962558 | 187999.6 |
| linux | thermostat-no-ble | arm64 | (read/write) | 246224 | 249760 | 3536 | 1.4 |
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | 8eaca940 | 97b4fc6a | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432758 | 1052 | 0.1 |
| .bss | 85312 | 85328 | 16 | 0.0 | |||
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099800 | 996 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447158 | 1052 | 0.1 | ||
| .bss | 85472 | 85488 | 16 | 0.0 | |||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115110 | 996 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480134 | 1052 | 0.1 | ||
| .bss | 93344 | 93360 | 16 | 0.0 | |||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131182 | 996 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1196643 | 1197699 | 1056 | 0.1 |
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969200 | 996 | 0.1 | |||
| bl702+mfd | (read/write) | 1207443 | 1208499 | 1056 | 0.1 | ||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 980954 | 996 | 0.1 | |||
| bl702+rpc | (read/write) | 1288095 | 1289151 | 1056 | 0.1 | ||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043888 | 996 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015925 | 1056 | 0.1 | ||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760846 | 996 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249174 | 1076 | 0.1 | ||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991340 | 1018 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read only) | 512 | 963070 | 962558 | 187999.6 |
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962046 | 996 | 0.1 | |||
| bl702l+mfd | (read/write) | 1177356 | 1178412 | 1056 | 0.1 | ||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974368 | 996 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 780948 | 80 | 0.0 |
| (read/write) | 168928 | 168936 | 8 | 0.0 | |||
| .bss | 90932 | 90940 | 8 | 0.0 | |||
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690340 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797740 | 80 | 0.0 | |
| (read/write) | 179168 | 179176 | 8 | 0.0 | |||
| .bss | 101172 | 101180 | 8 | 0.0 | |||
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712844 | 56 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786380 | 80 | 0.0 | |
| (read/write) | 173616 | 173624 | 8 | 0.0 | |||
| .bss | 95620 | 95628 | 8 | 0.0 | |||
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674724 | 56 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738556 | 64 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652236 | 40 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724220 | 88 | 0.0 | |
| (read/write) | 168104 | 168112 | 8 | 0.0 | |||
| .bss | 89888 | 89896 | 8 | 0.0 | |||
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642052 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581402 | 160 | 0.0 |
| (read/write) | 207968 | 207984 | 16 | 0.0 | |||
| .bss | 201204 | 201220 | 16 | 0.0 | |||
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492708 | 112 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626690 | 160 | 0.0 | |
| (read/write) | 208312 | 208328 | 16 | 0.0 | |||
| .bss | 201696 | 201712 | 16 | 0.0 | |||
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517540 | 112 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 565139 | 565267 | 128 | 0.0 |
| .app_xip_area | 454989 | 455101 | 112 | 0.0 | |||
| .bss | 64984 | 65000 | 16 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 548115 | 548243 | 128 | 0.0 | |
| .app_xip_area | 433205 | 433317 | 112 | 0.0 | |||
| .bss | 69736 | 69752 | 16 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566659 | 566787 | 128 | 0.0 | |
| .app_xip_area | 458013 | 458125 | 112 | 0.0 | |||
| .bss | 63520 | 63536 | 16 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 561371 | 561499 | 128 | 0.0 | |
| .app_xip_area | 449445 | 449557 | 112 | 0.0 | |||
| .bss | 66720 | 66736 | 16 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928768 | 928952 | 184 | 0.0 |
| .bss | 197896 | 197912 | 16 | 0.0 | |||
| .text | 729460 | 729628 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1105756 | 1105892 | 136 | 0.0 | ||
| .bss | 195108 | 195124 | 16 | 0.0 | |||
| .text | 907224 | 907344 | 120 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1117496 | 1117632 | 136 | 0.0 | |
| .bss | 186736 | 186752 | 16 | 0.0 | |||
| .text | 927948 | 928068 | 120 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1152316 | 1152500 | 184 | 0.0 | |
| .bss | 167348 | 167364 | 16 | 0.0 | |||
| .text | 981632 | 981800 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1205468 | 1205544 | 76 | 0.0 |
| (read/write) | 1747968 | 1748008 | 40 | 0.0 | |||
| .dram0.bss | 74240 | 74256 | 16 | 0.0 | |||
| .flash.rodata | 250576 | 250600 | 24 | 0.0 | |||
| .flash.text | 1205468 | 1205544 | 76 | 0.0 | |||
| m5stack | (read only) | 1247015 | 1247119 | 104 | 0.0 | ||
| (read/write) | 532876 | 532916 | 40 | 0.0 | |||
| .dram0.bss | 81088 | 81104 | 16 | 0.0 | |||
| .flash.rodata | 280704 | 280728 | 24 | 0.0 | |||
| .flash.text | 1240851 | 1240955 | 104 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608432 | 72 | 0.0 |
| (read/write) | 79912 | 79920 | 8 | 0.0 | |||
| .bss | 67704 | 67712 | 8 | 0.0 | |||
| .text | 607824 | 607896 | 72 | 0.0 | |||
| k32w1+release | (read/write) | 744588 | 744684 | 96 | 0.0 | ||
| .bss | 79116 | 79124 | 8 | 0.0 | |||
| .text | 623288 | 623376 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600088 | 88 | 0.0 | |
| (read/write) | 79368 | 79376 | 8 | 0.0 | |||
| .bss | 67184 | 67192 | 8 | 0.0 | |||
| .text | 599464 | 599552 | 88 | 0.0 | |||
| k32w1+release | (read/write) | 786568 | 786664 | 96 | 0.0 | ||
| .bss | 80508 | 80516 | 8 | 0.0 | |||
| .text | 664672 | 664760 | 88 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579208 | 40 | 0.0 | |
| (read/write) | 77356 | 77372 | 16 | 0.0 | |||
| .bss | 65224 | 65240 | 16 | 0.0 | |||
| .text | 578632 | 578672 | 40 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629077 | 2629709 | 632 | 0.0 |
| (read/write) | 129480 | 129608 | 128 | 0.1 | |||
| .bss | 46896 | 46960 | 64 | 0.1 | |||
| .data.rel.ro | 74392 | 74472 | 80 | 0.1 | |||
| .text | 2266053 | 2266565 | 512 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5892321 | 5892769 | 448 | 0.0 | |
| (read/write) | 479488 | 479608 | 120 | 0.0 | |||
| .bss | 134688 | 134720 | 32 | 0.0 | |||
| .data.rel.ro | 332936 | 333016 | 80 | 0.0 | |||
| .text | 5111603 | 5112019 | 416 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5194497 | 5194945 | 448 | 0.0 | |
| (read/write) | 236712 | 236832 | 120 | 0.1 | |||
| .bss | 128032 | 128064 | 32 | 0.0 | |||
| .data.rel.ro | 97240 | 97320 | 80 | 0.1 | |||
| .text | 4671299 | 4671715 | 416 | 0.0 | |||
| bridge-app | debug | (read only) | 4602105 | 4602737 | 632 | 0.0 | |
| (read/write) | 217744 | 217872 | 128 | 0.1 | |||
| .bss | 118560 | 118592 | 32 | 0.0 | |||
| .data.rel.ro | 86288 | 86384 | 96 | 0.1 | |||
| .text | 4152291 | 4152803 | 512 | 0.0 | |||
| chip-tool | debug | (read only) | 11976985 | 11977617 | 632 | 0.0 | |
| (read/write) | 521104 | 521232 | 128 | 0.0 | |||
| .bss | 94264 | 94296 | 32 | 0.0 | |||
| .data.rel.ro | 414512 | 414600 | 88 | 0.0 | |||
| .text | 10823987 | 10824499 | 512 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473536 | 592 | 0.0 | |
| .bss | 103304 | 103352 | 48 | 0.0 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .text | 10232396 | 10232796 | 400 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5524225 | 5524873 | 648 | 0.0 | |
| (read/write) | 226512 | 226640 | 128 | 0.1 | |||
| .bss | 119496 | 119528 | 32 | 0.0 | |||
| .data.rel.ro | 94672 | 94768 | 96 | 0.1 | |||
| .text | 4923587 | 4924115 | 528 | 0.0 | |||
| lock-app | debug | (read only) | 4670193 | 4670825 | 632 | 0.0 | |
| (read/write) | 205368 | 205464 | 96 | 0.0 | |||
| .bss | 113984 | 114016 | 32 | 0.0 | |||
| .data.rel.ro | 80536 | 80616 | 80 | 0.1 | |||
| .text | 4202947 | 4203459 | 512 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4302489 | 4303121 | 632 | 0.0 | |
| (read/write) | 193896 | 194056 | 160 | 0.1 | |||
| .bss | 113792 | 113856 | 64 | 0.1 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .text | 3901411 | 3901923 | 512 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4418521 | 4419153 | 632 | 0.0 | |
| (read/write) | 198144 | 198304 | 160 | 0.1 | |||
| .bss | 114688 | 114752 | 64 | 0.1 | |||
| .data.rel.ro | 72816 | 72912 | 96 | 0.1 | |||
| .text | 4007139 | 4007651 | 512 | 0.0 | |||
| shell | debug | (read only) | 2867721 | 2868153 | 432 | 0.0 | |
| (read/write) | 155776 | 155928 | 152 | 0.1 | |||
| .bss | 62544 | 62608 | 64 | 0.1 | |||
| .data.rel.ro | 86064 | 86152 | 88 | 0.1 | |||
| .text | 2508546 | 2508946 | 400 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483368 | 592 | 0.0 | |
| (read/write) | 246224 | 249760 | 3536 | 1.4 | |||
| .bss | 122344 | 122376 | 32 | 0.0 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .text | 3977756 | 3978156 | 400 | 0.0 | |||
| tv-app | debug | (read only) | 5651977 | 5652609 | 632 | 0.0 | |
| (read/write) | 351984 | 352112 | 128 | 0.0 | |||
| .bss | 243792 | 243824 | 32 | 0.0 | |||
| .data.rel.ro | 94392 | 94488 | 96 | 0.1 | |||
| .text | 5123315 | 5123827 | 512 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9855929 | 9856561 | 632 | 0.0 | |
| (read/write) | 340616 | 340744 | 128 | 0.0 | |||
| .bss | 156592 | 156624 | 32 | 0.0 | |||
| .data.rel.ro | 174168 | 174264 | 96 | 0.1 | |||
| .text | 9007475 | 9007987 | 512 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2530248 | 2530336 | 88 | 0.0 |
| .bss | 220432 | 220448 | 16 | 0.0 | |||
| .text | 1492932 | 1493020 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1097336 | 1097456 | 120 | 0.0 |
| bss | 130745 | 130761 | 16 | 0.0 | |||
| rodata | 111616 | 111640 | 24 | 0.0 | |||
| text | 807176 | 807276 | 100 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1217712 | 1217848 | 136 | 0.0 | ||
| bss | 122867 | 122883 | 16 | 0.0 | |||
| rodata | 141528 | 141552 | 24 | 0.0 | |||
| text | 802808 | 802900 | 92 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1047092 | 1047212 | 120 | 0.0 | |
| bss | 129641 | 129657 | 16 | 0.0 | |||
| rodata | 99316 | 99340 | 24 | 0.0 | |||
| text | 770380 | 770476 | 96 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1791412 | 1791604 | 192 | 0.0 |
| .bss | 196156 | 196172 | 16 | 0.0 | |||
| .text | 1584212 | 1584388 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1715580 | 1715756 | 176 | 0.0 | |
| .bss | 193076 | 193092 | 16 | 0.0 | |||
| .text | 1511484 | 1511644 | 160 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1634916 | 1635108 | 192 | 0.0 | |
| .bss | 186540 | 186556 | 16 | 0.0 | |||
| .text | 1437548 | 1437724 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1664908 | 1665092 | 184 | 0.0 | |
| .bss | 213700 | 213716 | 16 | 0.0 | |||
| .text | 1440380 | 1440548 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125152 | 88 | 0.0 |
| .bss | 102384 | 102392 | 8 | 0.0 | |||
| .text | 637448 | 637536 | 88 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085144 | 88 | 0.0 | |
| .bss | 97136 | 97144 | 8 | 0.0 | |||
| .text | 597436 | 597524 | 88 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597701 | 136 | 0.0 |
| .bss | 128296 | 128312 | 16 | 0.0 | |||
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380208 | 96 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read/write) | 820318 | 820422 | 104 | 0.0 |
| bss | 49612 | 49620 | 8 | 0.0 | |||
| text | 614170 | 614246 | 76 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read/write) | 1086416 | 1086528 | 112 | 0.0 | |
| bss | 101696 | 101712 | 16 | 0.0 | |||
| text | 789012 | 789088 | 76 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read/write) | 1045540 | 1045652 | 112 | 0.0 | |
| bss | 110036 | 110052 | 16 | 0.0 | |||
| text | 761620 | 761696 | 76 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read/write) | 907328 | 907448 | 120 | 0.0 | |
| bss | 93068 | 93084 | 16 | 0.0 | |||
| text | 650050 | 650126 | 76 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read/write) | 821918 | 822022 | 104 | 0.0 | |
| bss | 49660 | 49668 | 8 | 0.0 | |||
| text | 615832 | 615908 | 76 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read/write) | 926864 | 926976 | 112 | 0.0 | |
| bss | 77660 | 77668 | 8 | 0.0 | |||
| text | 695292 | 695368 | 76 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read/write) | 1069036 | 1069148 | 112 | 0.0 | |
| bss | 100148 | 100164 | 16 | 0.0 | |||
| text | 774074 | 774150 | 76 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read/write) | 900020 | 900132 | 112 | 0.0 | |
| bss | 69124 | 69132 | 8 | 0.0 | |||
| text | 651240 | 651316 | 76 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read/write) | 925108 | 925228 | 120 | 0.0 | |
| bss | 92648 | 92664 | 16 | 0.0 | |||
| text | 667942 | 668018 | 76 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read/write) | 824518 | 824630 | 112 | 0.0 | |
| bss | 49768 | 49776 | 8 | 0.0 | |||
| text | 618834 | 618910 | 76 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read/write) | 788232 | 788336 | 104 | 0.0 | |
| bss | 55968 | 55976 | 8 | 0.0 | |||
| text | 589582 | 589658 | 76 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read/write) | 828946 | 829058 | 112 | 0.0 | |
| bss | 51292 | 51300 | 8 | 0.0 | |||
| text | 621894 | 621970 | 76 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read/write) | 846837 | 846949 | 112 | 0.0 | |
| bss | 59444 | 59452 | 8 | 0.0 | |||
| text | 633014 | 633090 | 76 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read/write) | 813820 | 813924 | 104 | 0.0 | |
| bss | 56256 | 56264 | 8 | 0.0 | |||
| text | 609214 | 609290 | 76 | 0.0 | |||
| window-covering | tlsr9258a | (read/write) | 831964 | 832076 | 112 | 0.0 | |
| bss | 68032 | 68040 | 8 | 0.0 | |||
| text | 624516 | 624592 | 76 | 0.0 |
Decreases (9 builds for bl702l, linux, psoc6)
| platform | target | config | section | 8eaca940 | 97b4fc6a | change | % change |
|---|---|---|---|---|---|---|---|
| bl702l | lighting-app | bl702l | (read/write) | 1165952 | 204448 | -961504 | -82.5 |
| linux | all-clusters-app | debug | .init_array | 1368 | 1360 | -8 | -0.6 |
| .rodata | 347952 | 347888 | -64 | -0.0 | |||
| all-clusters-minimal-app | debug | .init_array | 1120 | 1112 | -8 | -0.7 | |
| .rodata | 288162 | 288098 | -64 | -0.0 | |||
| chip-tool-ipv6only | arm64 | (read/write) | 591616 | 591072 | -544 | -0.1 | |
| shell | debug | .init_array | 1064 | 1056 | -8 | -0.8 | |
| .rodata | 186080 | 186016 | -64 | -0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 834528 | 834512 | -16 | -0.0 |
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837632 | 837616 | -16 | -0.0 | |
| light | cy8ckit_062s2_43012 | (read only) | 844360 | 844344 | -16 | -0.0 | |
| lock | cy8ckit_062s2_43012 | (read only) | 817200 | 817184 | -16 | -0.0 |
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | 8eaca940 | 97b4fc6a | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432758 | 1052 | 0.1 |
| .bss | 85312 | 85328 | 16 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099800 | 996 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447158 | 1052 | 0.1 | ||
| .bss | 85472 | 85488 | 16 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115110 | 996 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480134 | 1052 | 0.1 | ||
| .bss | 93344 | 93360 | 16 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131182 | 996 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1196643 | 1197699 | 1056 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969200 | 996 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1207443 | 1208499 | 1056 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 980954 | 996 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1288095 | 1289151 | 1056 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043888 | 996 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015925 | 1056 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760846 | 996 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249174 | 1076 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991340 | 1018 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read only) | 512 | 963070 | 962558 | 187999.6 |
| (read/write) | 1165952 | 204448 | -961504 | -82.5 | |||
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962046 | 996 | 0.1 | |||
| bl702l+mfd | (read only) | 512 | 512 | 0 | 0.0 | ||
| (read/write) | 1177356 | 1178412 | 1056 | 0.1 | |||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974368 | 996 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 780948 | 80 | 0.0 |
| (read/write) | 168928 | 168936 | 8 | 0.0 | |||
| .bss | 90932 | 90940 | 8 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690340 | 56 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797740 | 80 | 0.0 | |
| (read/write) | 179168 | 179176 | 8 | 0.0 | |||
| .bss | 101172 | 101180 | 8 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712844 | 56 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786380 | 80 | 0.0 | |
| (read/write) | 173616 | 173624 | 8 | 0.0 | |||
| .bss | 95620 | 95628 | 8 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674724 | 56 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738556 | 64 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652236 | 40 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724220 | 88 | 0.0 | |
| (read/write) | 168104 | 168112 | 8 | 0.0 | |||
| .bss | 89888 | 89896 | 8 | 0.0 | |||
| .data | 3544 | 3544 | 0 | 0.0 | |||
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642052 | 64 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581402 | 160 | 0.0 |
| (read/write) | 207968 | 207984 | 16 | 0.0 | |||
| .bss | 201204 | 201220 | 16 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492708 | 112 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626690 | 160 | 0.0 | |
| (read/write) | 208312 | 208328 | 16 | 0.0 | |||
| .bss | 201696 | 201712 | 16 | 0.0 | |||
| .data | 1496 | 1496 | 0 | 0.0 | |||
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517540 | 112 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 565139 | 565267 | 128 | 0.0 |
| .app_xip_area | 454989 | 455101 | 112 | 0.0 | |||
| .bss | 64984 | 65000 | 16 | 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) | 548115 | 548243 | 128 | 0.0 | |
| .app_xip_area | 433205 | 433317 | 112 | 0.0 | |||
| .bss | 69736 | 69752 | 16 | 0.0 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566659 | 566787 | 128 | 0.0 | |
| .app_xip_area | 458013 | 458125 | 112 | 0.0 | |||
| .bss | 63520 | 63536 | 16 | 0.0 | |||
| .data | 704 | 704 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 561371 | 561499 | 128 | 0.0 | |
| .app_xip_area | 449445 | 449557 | 112 | 0.0 | |||
| .bss | 66720 | 66736 | 16 | 0.0 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928768 | 928952 | 184 | 0.0 |
| .bss | 197896 | 197912 | 16 | 0.0 | |||
| .data | 1388 | 1388 | 0 | 0.0 | |||
| .text | 729460 | 729628 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1105756 | 1105892 | 136 | 0.0 | ||
| .bss | 195108 | 195124 | 16 | 0.0 | |||
| .data | 3404 | 3404 | 0 | 0.0 | |||
| .text | 907224 | 907344 | 120 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1117496 | 1117632 | 136 | 0.0 | |
| .bss | 186736 | 186752 | 16 | 0.0 | |||
| .data | 2792 | 2792 | 0 | 0.0 | |||
| .text | 927948 | 928068 | 120 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1152316 | 1152500 | 184 | 0.0 | |
| .bss | 167348 | 167364 | 16 | 0.0 | |||
| .data | 3316 | 3316 | 0 | 0.0 | |||
| .text | 981632 | 981800 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1205468 | 1205544 | 76 | 0.0 |
| (read/write) | 1747968 | 1748008 | 40 | 0.0 | |||
| .dram0.bss | 74240 | 74256 | 16 | 0.0 | |||
| .dram0.data | 13620 | 13620 | 0 | 0.0 | |||
| .flash.rodata | 250576 | 250600 | 24 | 0.0 | |||
| .flash.text | 1205468 | 1205544 | 76 | 0.0 | |||
| .iram0.text | 75530 | 75530 | 0 | 0.0 | |||
| m5stack | (read only) | 1247015 | 1247119 | 104 | 0.0 | ||
| (read/write) | 532876 | 532916 | 40 | 0.0 | |||
| .dram0.bss | 81088 | 81104 | 16 | 0.0 | |||
| .dram0.data | 35164 | 35164 | 0 | 0.0 | |||
| .flash.rodata | 280704 | 280728 | 24 | 0.0 | |||
| .flash.text | 1240851 | 1240955 | 104 | 0.0 | |||
| .iram0.text | 125403 | 125403 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608432 | 72 | 0.0 |
| (read/write) | 79912 | 79920 | 8 | 0.0 | |||
| .bss | 67704 | 67712 | 8 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 607824 | 607896 | 72 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 744588 | 744684 | 96 | 0.0 | |||
| .bss | 79116 | 79124 | 8 | 0.0 | |||
| .data | 2816 | 2816 | 0 | 0.0 | |||
| .text | 623288 | 623376 | 88 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600088 | 88 | 0.0 | |
| (read/write) | 79368 | 79376 | 8 | 0.0 | |||
| .bss | 67184 | 67192 | 8 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 599464 | 599552 | 88 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 786568 | 786664 | 96 | 0.0 | |||
| .bss | 80508 | 80516 | 8 | 0.0 | |||
| .data | 2032 | 2032 | 0 | 0.0 | |||
| .text | 664672 | 664760 | 88 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579208 | 40 | 0.0 | |
| (read/write) | 77356 | 77372 | 16 | 0.0 | |||
| .bss | 65224 | 65240 | 16 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 578632 | 578672 | 40 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629077 | 2629709 | 632 | 0.0 |
| (read/write) | 129480 | 129608 | 128 | 0.1 | |||
| .bss | 46896 | 46960 | 64 | 0.1 | |||
| .data | 2240 | 2240 | 0 | 0.0 | |||
| .data.rel.ro | 74392 | 74472 | 80 | 0.1 | |||
| .dynamic | 608 | 608 | 0 | 0.0 | |||
| .got | 4568 | 4568 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 752 | 752 | 0 | 0.0 | |||
| .rodata | 184944 | 184944 | 0 | 0.0 | |||
| .text | 2266053 | 2266565 | 512 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5892321 | 5892769 | 448 | 0.0 | |
| (read/write) | 479488 | 479608 | 120 | 0.0 | |||
| .bss | 134688 | 134720 | 32 | 0.0 | |||
| .data | 4464 | 4464 | 0 | 0.0 | |||
| .data.rel.ro | 332936 | 333016 | 80 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5384 | 5384 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1368 | 1360 | -8 | -0.6 | |||
| .rodata | 347952 | 347888 | -64 | -0.0 | |||
| .text | 5111603 | 5112019 | 416 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5194497 | 5194945 | 448 | 0.0 | |
| (read/write) | 236712 | 236832 | 120 | 0.1 | |||
| .bss | 128032 | 128064 | 32 | 0.0 | |||
| .data | 4368 | 4368 | 0 | 0.0 | |||
| .data.rel.ro | 97240 | 97320 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5304 | 5304 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1120 | 1112 | -8 | -0.7 | |||
| .rodata | 288162 | 288098 | -64 | -0.0 | |||
| .text | 4671299 | 4671715 | 416 | 0.0 | |||
| bridge-app | debug | (read only) | 4602105 | 4602737 | 632 | 0.0 | |
| (read/write) | 217744 | 217872 | 128 | 0.1 | |||
| .bss | 118560 | 118592 | 32 | 0.0 | |||
| .data | 6176 | 6176 | 0 | 0.0 | |||
| .data.rel.ro | 86288 | 86384 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5272 | 5272 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 808 | 808 | 0 | 0.0 | |||
| .rodata | 228930 | 228930 | 0 | 0.0 | |||
| .text | 4152291 | 4152803 | 512 | 0.0 | |||
| chip-tool | debug | (read only) | 11976985 | 11977617 | 632 | 0.0 | |
| (read/write) | 521104 | 521232 | 128 | 0.0 | |||
| .bss | 94264 | 94296 | 32 | 0.0 | |||
| .data | 5090 | 5090 | 0 | 0.0 | |||
| .data.rel.ro | 414512 | 414600 | 88 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5776 | 5776 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 784 | 784 | 0 | 0.0 | |||
| .rodata | 447545 | 447545 | 0 | 0.0 | |||
| .text | 10823987 | 10824499 | 512 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473536 | 592 | 0.0 | |
| (read/write) | 591616 | 591072 | -544 | -0.1 | |||
| .bss | 103304 | 103352 | 48 | 0.0 | |||
| .data | 4488 | 4488 | 0 | 0.0 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352876 | 352876 | 0 | 0.0 | |||
| .text | 10232396 | 10232796 | 400 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5524225 | 5524873 | 648 | 0.0 | |
| (read/write) | 226512 | 226640 | 128 | 0.1 | |||
| .bss | 119496 | 119528 | 32 | 0.0 | |||
| .data | 4832 | 4832 | 0 | 0.0 | |||
| .data.rel.ro | 94672 | 94768 | 96 | 0.1 | |||
| .dynamic | 672 | 672 | 0 | 0.0 | |||
| .got | 5888 | 5888 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 928 | 928 | 0 | 0.0 | |||
| .rodata | 353652 | 353652 | 0 | 0.0 | |||
| .text | 4923587 | 4924115 | 528 | 0.0 | |||
| lock-app | debug | (read only) | 4670193 | 4670825 | 632 | 0.0 | |
| (read/write) | 205368 | 205464 | 96 | 0.0 | |||
| .bss | 113984 | 114016 | 32 | 0.0 | |||
| .data | 4128 | 4128 | 0 | 0.0 | |||
| .data.rel.ro | 80536 | 80616 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5224 | 5224 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 848 | 848 | 0 | 0.0 | |||
| .rodata | 254978 | 254978 | 0 | 0.0 | |||
| .text | 4202947 | 4203459 | 512 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4302489 | 4303121 | 632 | 0.0 | |
| (read/write) | 193896 | 194056 | 160 | 0.1 | |||
| .bss | 113792 | 113856 | 64 | 0.1 | |||
| .data | 4336 | 4336 | 0 | 0.0 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4560 | 4560 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 704 | 704 | 0 | 0.0 | |||
| .rodata | 207618 | 207618 | 0 | 0.0 | |||
| .text | 3901411 | 3901923 | 512 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4418521 | 4419153 | 632 | 0.0 | |
| (read/write) | 198144 | 198304 | 160 | 0.1 | |||
| .bss | 114688 | 114752 | 64 | 0.1 | |||
| .data | 4736 | 4736 | 0 | 0.0 | |||
| .data.rel.ro | 72816 | 72912 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4496 | 4496 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 760 | 760 | 0 | 0.0 | |||
| .rodata | 213634 | 213634 | 0 | 0.0 | |||
| .text | 4007139 | 4007651 | 512 | 0.0 | |||
| shell | debug | (read only) | 2867721 | 2868153 | 432 | 0.0 | |
| (read/write) | 155776 | 155928 | 152 | 0.1 | |||
| .bss | 62544 | 62608 | 64 | 0.1 | |||
| .data | 1392 | 1392 | 0 | 0.0 | |||
| .data.rel.ro | 86064 | 86152 | 88 | 0.1 | |||
| .dynamic | 592 | 592 | 0 | 0.0 | |||
| .got | 4080 | 4080 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1064 | 1056 | -8 | -0.8 | |||
| .rodata | 186080 | 186016 | -64 | -0.0 | |||
| .text | 2508546 | 2508946 | 400 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483368 | 592 | 0.0 | |
| (read/write) | 246224 | 249760 | 3536 | 1.4 | |||
| .bss | 122344 | 122376 | 32 | 0.0 | |||
| .data | 3360 | 3360 | 0 | 0.0 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159356 | 159356 | 0 | 0.0 | |||
| .text | 3977756 | 3978156 | 400 | 0.0 | |||
| tv-app | debug | (read only) | 5651977 | 5652609 | 632 | 0.0 | |
| (read/write) | 351984 | 352112 | 128 | 0.0 | |||
| .bss | 243792 | 243824 | 32 | 0.0 | |||
| .data | 6496 | 6496 | 0 | 0.0 | |||
| .data.rel.ro | 94392 | 94488 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5512 | 5512 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1144 | 1144 | 0 | 0.0 | |||
| .rodata | 286498 | 286498 | 0 | 0.0 | |||
| .text | 5123315 | 5123827 | 512 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9855929 | 9856561 | 632 | 0.0 | |
| (read/write) | 340616 | 340744 | 128 | 0.0 | |||
| .bss | 156592 | 156624 | 32 | 0.0 | |||
| .data | 2944 | 2944 | 0 | 0.0 | |||
| .data.rel.ro | 174168 | 174264 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5088 | 5088 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1168 | 1168 | 0 | 0.0 | |||
| .rodata | 382512 | 382512 | 0 | 0.0 | |||
| .text | 9007475 | 9007987 | 512 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2530248 | 2530336 | 88 | 0.0 | |||
| .bss | 220432 | 220448 | 16 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1492932 | 1493020 | 88 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1097336 | 1097456 | 120 | 0.0 | |||
| bss | 130745 | 130761 | 16 | 0.0 | |||
| rodata | 111616 | 111640 | 24 | 0.0 | |||
| text | 807176 | 807276 | 100 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1217712 | 1217848 | 136 | 0.0 | |||
| bss | 122867 | 122883 | 16 | 0.0 | |||
| rodata | 141528 | 141552 | 24 | 0.0 | |||
| text | 802808 | 802900 | 92 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1047092 | 1047212 | 120 | 0.0 | |||
| bss | 129641 | 129657 | 16 | 0.0 | |||
| rodata | 99316 | 99340 | 24 | 0.0 | |||
| text | 770380 | 770476 | 96 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 834528 | 834512 | -16 | -0.0 |
| (read/write) | 1791412 | 1791604 | 192 | 0.0 | |||
| .bss | 196156 | 196172 | 16 | 0.0 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1584212 | 1584388 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837632 | 837616 | -16 | -0.0 | |
| (read/write) | 1715580 | 1715756 | 176 | 0.0 | |||
| .bss | 193076 | 193092 | 16 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1511484 | 1511644 | 160 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844360 | 844344 | -16 | -0.0 | |
| (read/write) | 1634916 | 1635108 | 192 | 0.0 | |||
| .bss | 186540 | 186556 | 16 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1437548 | 1437724 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817200 | 817184 | -16 | -0.0 | |
| (read/write) | 1664908 | 1665092 | 184 | 0.0 | |||
| .bss | 213700 | 213716 | 16 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1440380 | 1440548 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125152 | 88 | 0.0 |
| .bss | 102384 | 102392 | 8 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637448 | 637536 | 88 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085144 | 88 | 0.0 | |
| .bss | 97136 | 97144 | 8 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 597436 | 597524 | 88 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597701 | 136 | 0.0 |
| .bss | 128296 | 128312 | 16 | 0.0 | |||
| .data | 668 | 668 | 0 | 0.0 | |||
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380208 | 96 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 |
| (read/write) | 820318 | 820422 | 104 | 0.0 | |||
| bss | 49612 | 49620 | 8 | 0.0 | |||
| text | 614170 | 614246 | 76 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 1086416 | 1086528 | 112 | 0.0 | |||
| bss | 101696 | 101712 | 16 | 0.0 | |||
| text | 789012 | 789088 | 76 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read only) | 47960 | 47960 | 0 | 0.0 | |
| (read/write) | 1045540 | 1045652 | 112 | 0.0 | |||
| bss | 110036 | 110052 | 16 | 0.0 | |||
| text | 761620 | 761696 | 76 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 907328 | 907448 | 120 | 0.0 | |||
| bss | 93068 | 93084 | 16 | 0.0 | |||
| text | 650050 | 650126 | 76 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 821918 | 822022 | 104 | 0.0 | |||
| bss | 49660 | 49668 | 8 | 0.0 | |||
| text | 615832 | 615908 | 76 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 926864 | 926976 | 112 | 0.0 | |||
| bss | 77660 | 77668 | 8 | 0.0 | |||
| text | 695292 | 695368 | 76 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read only) | 29122 | 29122 | 0 | 0.0 | |
| (read/write) | 1069036 | 1069148 | 112 | 0.0 | |||
| bss | 100148 | 100164 | 16 | 0.0 | |||
| text | 774074 | 774150 | 76 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 900020 | 900132 | 112 | 0.0 | |||
| bss | 69124 | 69132 | 8 | 0.0 | |||
| text | 651240 | 651316 | 76 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 925108 | 925228 | 120 | 0.0 | |||
| bss | 92648 | 92664 | 16 | 0.0 | |||
| text | 667942 | 668018 | 76 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 824518 | 824630 | 112 | 0.0 | |||
| bss | 49768 | 49776 | 8 | 0.0 | |||
| text | 618834 | 618910 | 76 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 788232 | 788336 | 104 | 0.0 | |||
| bss | 55968 | 55976 | 8 | 0.0 | |||
| text | 589582 | 589658 | 76 | 0.0 | |||
| shell | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 676768 | 676768 | 0 | 0.0 | |||
| bss | 73640 | 73640 | 0 | 0.0 | |||
| text | 462284 | 462284 | 0 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 828946 | 829058 | 112 | 0.0 | |||
| bss | 51292 | 51300 | 8 | 0.0 | |||
| text | 621894 | 621970 | 76 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read only) | 32220 | 32220 | 0 | 0.0 | |
| (read/write) | 846837 | 846949 | 112 | 0.0 | |||
| bss | 59444 | 59452 | 8 | 0.0 | |||
| text | 633014 | 633090 | 76 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 813820 | 813924 | 104 | 0.0 | |||
| bss | 56256 | 56264 | 8 | 0.0 | |||
| text | 609214 | 609290 | 76 | 0.0 | |||
| window-covering | tlsr9258a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 831964 | 832076 | 112 | 0.0 | |||
| bss | 68032 | 68040 | 8 | 0.0 | |||
| text | 624516 | 624592 | 76 | 0.0 |
PR #32077: Size comparison from 8eaca940dce3fcbf94f6c42c53d82b31083f4957 to 53fabe29822fbb326345f8c5bd9614b91431070d
Increases above 0.2%:
| platform | target | config | section | 8eaca940 | 53fabe29 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | thermostat-no-ble | arm64 | (read/write) | 246224 | 249552 | 3328 | 1.4 |
Increases (28 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, qpg, stm32)
| platform | target | config | section | 8eaca940 | 53fabe29 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432806 | 1100 | 0.1 |
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099864 | 1060 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447206 | 1100 | 0.1 | ||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115174 | 1060 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480182 | 1100 | 0.1 | ||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131246 | 1060 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1196643 | 1197747 | 1104 | 0.1 |
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969264 | 1060 | 0.1 | |||
| bl702+mfd | (read/write) | 1207443 | 1208547 | 1104 | 0.1 | ||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 981018 | 1060 | 0.1 | |||
| bl702+rpc | (read/write) | 1288095 | 1289199 | 1104 | 0.1 | ||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043952 | 1060 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015973 | 1104 | 0.1 | ||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760910 | 1060 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249226 | 1128 | 0.1 | ||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991406 | 1084 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165952 | 1167056 | 1104 | 0.1 |
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962110 | 1060 | 0.1 | |||
| bl702l+mfd | (read/write) | 1177356 | 1178460 | 1104 | 0.1 | ||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974432 | 1060 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 781012 | 144 | 0.0 |
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690404 | 120 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797812 | 152 | 0.0 | |
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712916 | 128 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786452 | 152 | 0.0 | |
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674796 | 128 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738628 | 136 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652308 | 112 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724284 | 152 | 0.0 | |
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642116 | 128 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581410 | 168 | 0.0 |
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492716 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626706 | 176 | 0.0 | |
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517556 | 128 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608512 | 152 | 0.0 |
| .text | 607824 | 607976 | 152 | 0.0 | |||
| k32w1+release | (read/write) | 744588 | 744748 | 160 | 0.0 | ||
| .text | 623288 | 623448 | 160 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600152 | 152 | 0.0 | |
| .text | 599464 | 599616 | 152 | 0.0 | |||
| k32w1+release | (read/write) | 786568 | 786720 | 152 | 0.0 | ||
| .text | 664672 | 664824 | 152 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579320 | 152 | 0.0 | |
| (read/write) | 77356 | 77364 | 8 | 0.0 | |||
| .bss | 65224 | 65232 | 8 | 0.0 | |||
| .text | 578632 | 578784 | 152 | 0.0 | |||
| linux | chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473760 | 816 | 0.0 |
| .bss | 103304 | 103384 | 80 | 0.1 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .text | 10232396 | 10233020 | 624 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483608 | 832 | 0.0 | |
| (read/write) | 246224 | 249552 | 3328 | 1.4 | |||
| .bss | 122344 | 122408 | 64 | 0.1 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .text | 3977756 | 3978396 | 640 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2530248 | 2530400 | 152 | 0.0 |
| .text | 1492932 | 1493084 | 152 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125216 | 152 | 0.0 |
| .text | 637448 | 637600 | 152 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085208 | 152 | 0.0 | |
| .text | 597436 | 597588 | 152 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597717 | 152 | 0.0 |
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380240 | 128 | 0.0 |
Decreases (1 build for linux)
| platform | target | config | section | 8eaca940 | 53fabe29 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | chip-tool-ipv6only | arm64 | (read/write) | 591616 | 590880 | -736 | -0.1 |
Full report (28 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, qpg, stm32)
| platform | target | config | section | 8eaca940 | 53fabe29 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432806 | 1100 | 0.1 |
| .bss | 85312 | 85312 | 0 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099864 | 1060 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447206 | 1100 | 0.1 | ||
| .bss | 85472 | 85472 | 0 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115174 | 1060 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480182 | 1100 | 0.1 | ||
| .bss | 93344 | 93344 | 0 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131246 | 1060 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1196643 | 1197747 | 1104 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969264 | 1060 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1207443 | 1208547 | 1104 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 981018 | 1060 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1288095 | 1289199 | 1104 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043952 | 1060 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015973 | 1104 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760910 | 1060 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249226 | 1128 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991406 | 1084 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read only) | 512 | 512 | 0 | 0.0 |
| (read/write) | 1165952 | 1167056 | 1104 | 0.1 | |||
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962110 | 1060 | 0.1 | |||
| bl702l+mfd | (read only) | 512 | 512 | 0 | 0.0 | ||
| (read/write) | 1177356 | 1178460 | 1104 | 0.1 | |||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974432 | 1060 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 781012 | 144 | 0.0 |
| (read/write) | 168928 | 168928 | 0 | 0.0 | |||
| .bss | 90932 | 90932 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690404 | 120 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797812 | 152 | 0.0 | |
| (read/write) | 179168 | 179168 | 0 | 0.0 | |||
| .bss | 101172 | 101172 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712916 | 128 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786452 | 152 | 0.0 | |
| (read/write) | 173616 | 173616 | 0 | 0.0 | |||
| .bss | 95620 | 95620 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674796 | 128 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738628 | 136 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652308 | 112 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724284 | 152 | 0.0 | |
| (read/write) | 168104 | 168104 | 0 | 0.0 | |||
| .bss | 89888 | 89888 | 0 | 0.0 | |||
| .data | 3544 | 3544 | 0 | 0.0 | |||
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642116 | 128 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581410 | 168 | 0.0 |
| (read/write) | 207968 | 207968 | 0 | 0.0 | |||
| .bss | 201204 | 201204 | 0 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492716 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626706 | 176 | 0.0 | |
| (read/write) | 208312 | 208312 | 0 | 0.0 | |||
| .bss | 201696 | 201696 | 0 | 0.0 | |||
| .data | 1496 | 1496 | 0 | 0.0 | |||
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517556 | 128 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608512 | 152 | 0.0 |
| (read/write) | 79912 | 79912 | 0 | 0.0 | |||
| .bss | 67704 | 67704 | 0 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 607824 | 607976 | 152 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 744588 | 744748 | 160 | 0.0 | |||
| .bss | 79116 | 79116 | 0 | 0.0 | |||
| .data | 2816 | 2816 | 0 | 0.0 | |||
| .text | 623288 | 623448 | 160 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600152 | 152 | 0.0 | |
| (read/write) | 79368 | 79368 | 0 | 0.0 | |||
| .bss | 67184 | 67184 | 0 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 599464 | 599616 | 152 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 786568 | 786720 | 152 | 0.0 | |||
| .bss | 80508 | 80508 | 0 | 0.0 | |||
| .data | 2032 | 2032 | 0 | 0.0 | |||
| .text | 664672 | 664824 | 152 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579320 | 152 | 0.0 | |
| (read/write) | 77356 | 77364 | 8 | 0.0 | |||
| .bss | 65224 | 65232 | 8 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 578632 | 578784 | 152 | 0.0 | |||
| linux | chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473760 | 816 | 0.0 |
| (read/write) | 591616 | 590880 | -736 | -0.1 | |||
| .bss | 103304 | 103384 | 80 | 0.1 | |||
| .data | 4488 | 4488 | 0 | 0.0 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352876 | 352876 | 0 | 0.0 | |||
| .text | 10232396 | 10233020 | 624 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483608 | 832 | 0.0 | |
| (read/write) | 246224 | 249552 | 3328 | 1.4 | |||
| .bss | 122344 | 122408 | 64 | 0.1 | |||
| .data | 3360 | 3360 | 0 | 0.0 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159356 | 159356 | 0 | 0.0 | |||
| .text | 3977756 | 3978396 | 640 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2530248 | 2530400 | 152 | 0.0 | |||
| .bss | 220432 | 220432 | 0 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1492932 | 1493084 | 152 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125216 | 152 | 0.0 |
| .bss | 102384 | 102384 | 0 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637448 | 637600 | 152 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085208 | 152 | 0.0 | |
| .bss | 97136 | 97136 | 0 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 597436 | 597588 | 152 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597717 | 152 | 0.0 |
| .bss | 128296 | 128296 | 0 | 0.0 | |||
| .data | 668 | 668 | 0 | 0.0 | |||
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380240 | 128 | 0.0 |
PR #32077: Size comparison from 8eaca940dce3fcbf94f6c42c53d82b31083f4957 to 8e342e42854bfca9ca369acf23695339cfa51ed5
Increases above 0.2%:
| platform | target | config | section | 8eaca940 | 8e342e42 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | air-purifier-app | debug | .bss | 46896 | 46992 | 96 | 0.2 |
| thermostat-no-ble | arm64 | (read/write) | 246224 | 249552 | 3328 | 1.4 |
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | 8eaca940 | 8e342e42 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432806 | 1100 | 0.1 |
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099858 | 1054 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447198 | 1092 | 0.1 | ||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115168 | 1054 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480174 | 1092 | 0.1 | ||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131240 | 1054 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1196643 | 1197743 | 1100 | 0.1 |
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969258 | 1054 | 0.1 | |||
| bl702+mfd | (read/write) | 1207443 | 1208539 | 1096 | 0.1 | ||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 981012 | 1054 | 0.1 | |||
| bl702+rpc | (read/write) | 1288095 | 1289195 | 1100 | 0.1 | ||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043946 | 1054 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015965 | 1096 | 0.1 | ||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760904 | 1054 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249218 | 1120 | 0.1 | ||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991398 | 1076 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165952 | 1167560 | 1608 | 0.1 |
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962104 | 1054 | 0.1 | |||
| bl702l+mfd | (read/write) | 1177356 | 1178968 | 1612 | 0.1 | ||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974426 | 1054 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 781012 | 144 | 0.0 |
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690404 | 120 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797812 | 152 | 0.0 | |
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712916 | 128 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786452 | 152 | 0.0 | |
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674796 | 128 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738628 | 136 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652308 | 112 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724284 | 152 | 0.0 | |
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642116 | 128 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581410 | 168 | 0.0 |
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492716 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626706 | 176 | 0.0 | |
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517556 | 128 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 565139 | 565307 | 168 | 0.0 |
| .app_xip_area | 454989 | 455157 | 168 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 548115 | 548283 | 168 | 0.0 | |
| .app_xip_area | 433205 | 433373 | 168 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566659 | 566819 | 160 | 0.0 | |
| .app_xip_area | 458013 | 458173 | 160 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 561371 | 561531 | 160 | 0.0 | |
| .app_xip_area | 449445 | 449605 | 160 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928768 | 928936 | 168 | 0.0 |
| .text | 729460 | 729628 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1105756 | 1105908 | 152 | 0.0 | ||
| .text | 907224 | 907376 | 152 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1117496 | 1117648 | 152 | 0.0 | |
| .text | 927948 | 928100 | 152 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1152316 | 1152484 | 168 | 0.0 | |
| .text | 981632 | 981800 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1205468 | 1205660 | 192 | 0.0 |
| (read/write) | 1747968 | 1747992 | 24 | 0.0 | |||
| .flash.rodata | 250576 | 250600 | 24 | 0.0 | |||
| .flash.text | 1205468 | 1205660 | 192 | 0.0 | |||
| m5stack | (read only) | 1247015 | 1247135 | 120 | 0.0 | ||
| (read/write) | 532876 | 532900 | 24 | 0.0 | |||
| .flash.rodata | 280704 | 280728 | 24 | 0.0 | |||
| .flash.text | 1240851 | 1240971 | 120 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608512 | 152 | 0.0 |
| .text | 607824 | 607976 | 152 | 0.0 | |||
| k32w1+release | (read/write) | 744588 | 744748 | 160 | 0.0 | ||
| .text | 623288 | 623448 | 160 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600152 | 152 | 0.0 | |
| .text | 599464 | 599616 | 152 | 0.0 | |||
| k32w1+release | (read/write) | 786568 | 786720 | 152 | 0.0 | ||
| .text | 664672 | 664824 | 152 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579320 | 152 | 0.0 | |
| (read/write) | 77356 | 77364 | 8 | 0.0 | |||
| .bss | 65224 | 65232 | 8 | 0.0 | |||
| .text | 578632 | 578784 | 152 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629077 | 2629933 | 856 | 0.0 |
| (read/write) | 129480 | 129640 | 160 | 0.1 | |||
| .bss | 46896 | 46992 | 96 | 0.2 | |||
| .data.rel.ro | 74392 | 74472 | 80 | 0.1 | |||
| .text | 2266053 | 2266789 | 736 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5892321 | 5892993 | 672 | 0.0 | |
| (read/write) | 479488 | 479640 | 152 | 0.0 | |||
| .bss | 134688 | 134752 | 64 | 0.0 | |||
| .data.rel.ro | 332936 | 333016 | 80 | 0.0 | |||
| .text | 5111603 | 5112243 | 640 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5194497 | 5195169 | 672 | 0.0 | |
| (read/write) | 236712 | 236864 | 152 | 0.1 | |||
| .bss | 128032 | 128096 | 64 | 0.0 | |||
| .data.rel.ro | 97240 | 97320 | 80 | 0.1 | |||
| .text | 4671299 | 4671939 | 640 | 0.0 | |||
| bridge-app | debug | (read only) | 4602105 | 4602961 | 856 | 0.0 | |
| (read/write) | 217744 | 217904 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data.rel.ro | 86288 | 86384 | 96 | 0.1 | |||
| .text | 4152291 | 4153027 | 736 | 0.0 | |||
| chip-tool | debug | (read only) | 11976985 | 11977841 | 856 | 0.0 | |
| (read/write) | 521104 | 521264 | 160 | 0.0 | |||
| .bss | 94264 | 94328 | 64 | 0.1 | |||
| .data.rel.ro | 414512 | 414600 | 88 | 0.0 | |||
| .text | 10823987 | 10824723 | 736 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473760 | 816 | 0.0 | |
| .bss | 103304 | 103384 | 80 | 0.1 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .text | 10232396 | 10233020 | 624 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5524225 | 5525081 | 856 | 0.0 | |
| (read/write) | 226512 | 226672 | 160 | 0.1 | |||
| .bss | 119496 | 119560 | 64 | 0.1 | |||
| .data.rel.ro | 94672 | 94768 | 96 | 0.1 | |||
| .text | 4923587 | 4924323 | 736 | 0.0 | |||
| lock-app | debug | (read only) | 4670193 | 4671049 | 856 | 0.0 | |
| (read/write) | 205368 | 205496 | 128 | 0.1 | |||
| .bss | 113984 | 114048 | 64 | 0.1 | |||
| .data.rel.ro | 80536 | 80616 | 80 | 0.1 | |||
| .text | 4202947 | 4203683 | 736 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4302489 | 4303329 | 840 | 0.0 | |
| (read/write) | 193896 | 194088 | 192 | 0.1 | |||
| .bss | 113792 | 113888 | 96 | 0.1 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .text | 3901411 | 3902131 | 720 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4418521 | 4419377 | 856 | 0.0 | |
| (read/write) | 198144 | 198336 | 192 | 0.1 | |||
| .bss | 114688 | 114784 | 96 | 0.1 | |||
| .data.rel.ro | 72816 | 72912 | 96 | 0.1 | |||
| .text | 4007139 | 4007875 | 736 | 0.0 | |||
| shell | debug | (read only) | 2867721 | 2868377 | 656 | 0.0 | |
| (read/write) | 155776 | 155960 | 184 | 0.1 | |||
| .bss | 62544 | 62640 | 96 | 0.2 | |||
| .data.rel.ro | 86064 | 86152 | 88 | 0.1 | |||
| .text | 2508546 | 2509170 | 624 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483608 | 832 | 0.0 | |
| (read/write) | 246224 | 249552 | 3328 | 1.4 | |||
| .bss | 122344 | 122408 | 64 | 0.1 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .text | 3977756 | 3978396 | 640 | 0.0 | |||
| tv-app | debug | (read only) | 5651977 | 5652833 | 856 | 0.0 | |
| (read/write) | 351984 | 352144 | 160 | 0.0 | |||
| .bss | 243792 | 243856 | 64 | 0.0 | |||
| .data.rel.ro | 94392 | 94488 | 96 | 0.1 | |||
| .text | 5123315 | 5124051 | 736 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9855929 | 9856785 | 856 | 0.0 | |
| (read/write) | 340616 | 340776 | 160 | 0.0 | |||
| .bss | 156592 | 156656 | 64 | 0.0 | |||
| .data.rel.ro | 174168 | 174264 | 96 | 0.1 | |||
| .text | 9007475 | 9008211 | 736 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2530248 | 2530400 | 152 | 0.0 |
| .text | 1492932 | 1493084 | 152 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1097336 | 1097504 | 168 | 0.0 |
| rodata | 111616 | 111640 | 24 | 0.0 | |||
| text | 807176 | 807312 | 136 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1217712 | 1217880 | 168 | 0.0 | ||
| rodata | 141528 | 141552 | 24 | 0.0 | |||
| text | 802808 | 802940 | 132 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1047092 | 1047260 | 168 | 0.0 | |
| rodata | 99316 | 99340 | 24 | 0.0 | |||
| text | 770380 | 770516 | 136 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1791412 | 1791588 | 176 | 0.0 |
| .text | 1584212 | 1584388 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1715580 | 1715756 | 176 | 0.0 | |
| .text | 1511484 | 1511660 | 176 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1634916 | 1635092 | 176 | 0.0 | |
| .text | 1437548 | 1437724 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1664908 | 1665076 | 168 | 0.0 | |
| .text | 1440380 | 1440548 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125216 | 152 | 0.0 |
| .text | 637448 | 637600 | 152 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085208 | 152 | 0.0 | |
| .text | 597436 | 597588 | 152 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597717 | 152 | 0.0 |
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380240 | 128 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read/write) | 820318 | 820534 | 216 | 0.0 |
| bss | 49612 | 49620 | 8 | 0.0 | |||
| text | 614170 | 614358 | 188 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read/write) | 1086416 | 1086624 | 208 | 0.0 | |
| text | 789012 | 789200 | 188 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read/write) | 1045540 | 1045748 | 208 | 0.0 | |
| text | 761620 | 761808 | 188 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read/write) | 907328 | 907544 | 216 | 0.0 | |
| text | 650050 | 650238 | 188 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read/write) | 821918 | 822134 | 216 | 0.0 | |
| bss | 49660 | 49668 | 8 | 0.0 | |||
| text | 615832 | 616020 | 188 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read/write) | 926864 | 927088 | 224 | 0.0 | |
| bss | 77660 | 77668 | 8 | 0.0 | |||
| text | 695292 | 695480 | 188 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read/write) | 1069036 | 1069244 | 208 | 0.0 | |
| text | 774074 | 774262 | 188 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read/write) | 900020 | 900244 | 224 | 0.0 | |
| bss | 69124 | 69132 | 8 | 0.0 | |||
| text | 651240 | 651428 | 188 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read/write) | 925108 | 925324 | 216 | 0.0 | |
| text | 667942 | 668130 | 188 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read/write) | 824518 | 824742 | 224 | 0.0 | |
| bss | 49768 | 49776 | 8 | 0.0 | |||
| text | 618834 | 619022 | 188 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read/write) | 788232 | 788448 | 216 | 0.0 | |
| bss | 55968 | 55976 | 8 | 0.0 | |||
| text | 589582 | 589770 | 188 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read/write) | 828946 | 829170 | 224 | 0.0 | |
| bss | 51292 | 51300 | 8 | 0.0 | |||
| text | 621894 | 622082 | 188 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read/write) | 846837 | 847061 | 224 | 0.0 | |
| bss | 59444 | 59452 | 8 | 0.0 | |||
| text | 633014 | 633202 | 188 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read/write) | 813820 | 814036 | 216 | 0.0 | |
| bss | 56256 | 56264 | 8 | 0.0 | |||
| text | 609214 | 609402 | 188 | 0.0 | |||
| window-covering | tlsr9258a | (read/write) | 831964 | 832188 | 224 | 0.0 | |
| bss | 68032 | 68040 | 8 | 0.0 | |||
| text | 624516 | 624704 | 188 | 0.0 |
Decreases (4 builds for linux)
| platform | target | config | section | 8eaca940 | 8e342e42 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | all-clusters-app | debug | .init_array | 1368 | 1360 | -8 | -0.6 |
| .rodata | 347952 | 347888 | -64 | -0.0 | |||
| all-clusters-minimal-app | debug | .init_array | 1120 | 1112 | -8 | -0.7 | |
| .rodata | 288162 | 288098 | -64 | -0.0 | |||
| chip-tool-ipv6only | arm64 | (read/write) | 591616 | 590880 | -736 | -0.1 | |
| shell | debug | .init_array | 1064 | 1056 | -8 | -0.8 | |
| .rodata | 186080 | 186016 | -64 | -0.0 |
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | 8eaca940 | 8e342e42 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1431706 | 1432806 | 1100 | 0.1 |
| .bss | 85312 | 85312 | 0 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157444 | 157488 | 44 | 0.0 | |||
| .text | 1098804 | 1099858 | 1054 | 0.1 | |||
| bl602+mfd | (read/write) | 1446106 | 1447198 | 1092 | 0.1 | ||
| .bss | 85472 | 85472 | 0 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156404 | 156448 | 44 | 0.0 | |||
| .text | 1114114 | 1115168 | 1054 | 0.1 | |||
| bl602+rpc | (read/write) | 1479082 | 1480174 | 1092 | 0.1 | ||
| .bss | 93344 | 93344 | 0 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165020 | 165064 | 44 | 0.0 | |||
| .text | 1130186 | 1131240 | 1054 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1196643 | 1197743 | 1100 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106788 | 106832 | 44 | 0.0 | |||
| .text | 968204 | 969258 | 1054 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1207443 | 1208539 | 1096 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105728 | 105772 | 44 | 0.0 | |||
| .text | 979958 | 981012 | 1054 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1288095 | 1289195 | 1100 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122160 | 122204 | 44 | 0.0 | |||
| .text | 1042892 | 1043946 | 1054 | 0.1 | |||
| bl706-eth | (read/write) | 1014869 | 1015965 | 1096 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100136 | 100180 | 44 | 0.0 | |||
| .text | 759850 | 760904 | 1054 | 0.1 | |||
| bl706-wifi | (read/write) | 1248098 | 1249218 | 1120 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121132 | 121176 | 44 | 0.0 | |||
| .text | 990322 | 991398 | 1076 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1165952 | 1167560 | 1608 | 0.1 |
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100792 | 100836 | 44 | 0.0 | |||
| .text | 961050 | 962104 | 1054 | 0.1 | |||
| bl702l+mfd | (read/write) | 1177356 | 1178968 | 1612 | 0.1 | ||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99732 | 99776 | 44 | 0.0 | |||
| .text | 973372 | 974426 | 1054 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 780868 | 781012 | 144 | 0.0 |
| (read/write) | 168928 | 168928 | 0 | 0.0 | |||
| .bss | 90932 | 90932 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 90316 | 90340 | 24 | 0.0 | |||
| .text | 690284 | 690404 | 120 | 0.0 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 797660 | 797812 | 152 | 0.0 | |
| (read/write) | 179168 | 179168 | 0 | 0.0 | |||
| .bss | 101172 | 101172 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 84604 | 84628 | 24 | 0.0 | |||
| .text | 712788 | 712916 | 128 | 0.0 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 786300 | 786452 | 152 | 0.0 | |
| (read/write) | 173616 | 173616 | 0 | 0.0 | |||
| .bss | 95620 | 95620 | 0 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 111364 | 111388 | 24 | 0.0 | |||
| .text | 674668 | 674796 | 128 | 0.0 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 738492 | 738628 | 136 | 0.0 | |
| (read/write) | 167896 | 167904 | 8 | 0.0 | |||
| .bss | 89664 | 89672 | 8 | 0.0 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 86028 | 86052 | 24 | 0.0 | |||
| .text | 652196 | 652308 | 112 | 0.0 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 724132 | 724284 | 152 | 0.0 | |
| (read/write) | 168104 | 168104 | 0 | 0.0 | |||
| .bss | 89888 | 89888 | 0 | 0.0 | |||
| .data | 3544 | 3544 | 0 | 0.0 | |||
| .rodata | 81876 | 81900 | 24 | 0.0 | |||
| .text | 641988 | 642116 | 128 | 0.0 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581242 | 581410 | 168 | 0.0 |
| (read/write) | 207968 | 207968 | 0 | 0.0 | |||
| .bss | 201204 | 201204 | 0 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492596 | 492716 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626530 | 626706 | 176 | 0.0 | |
| (read/write) | 208312 | 208312 | 0 | 0.0 | |||
| .bss | 201696 | 201696 | 0 | 0.0 | |||
| .data | 1496 | 1496 | 0 | 0.0 | |||
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517428 | 517556 | 128 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 565139 | 565307 | 168 | 0.0 |
| .app_xip_area | 454989 | 455157 | 168 | 0.0 | |||
| .bss | 64984 | 64984 | 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) | 548115 | 548283 | 168 | 0.0 | |
| .app_xip_area | 433205 | 433373 | 168 | 0.0 | |||
| .bss | 69736 | 69736 | 0 | 0.0 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 566659 | 566819 | 160 | 0.0 | |
| .app_xip_area | 458013 | 458173 | 160 | 0.0 | |||
| .bss | 63520 | 63520 | 0 | 0.0 | |||
| .data | 704 | 704 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 561371 | 561531 | 160 | 0.0 | |
| .app_xip_area | 449445 | 449605 | 160 | 0.0 | |||
| .bss | 66720 | 66720 | 0 | 0.0 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 928768 | 928936 | 168 | 0.0 |
| .bss | 197896 | 197896 | 0 | 0.0 | |||
| .data | 1388 | 1388 | 0 | 0.0 | |||
| .text | 729460 | 729628 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1105756 | 1105908 | 152 | 0.0 | ||
| .bss | 195108 | 195108 | 0 | 0.0 | |||
| .data | 3404 | 3404 | 0 | 0.0 | |||
| .text | 907224 | 907376 | 152 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1117496 | 1117648 | 152 | 0.0 | |
| .bss | 186736 | 186736 | 0 | 0.0 | |||
| .data | 2792 | 2792 | 0 | 0.0 | |||
| .text | 927948 | 928100 | 152 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1152316 | 1152484 | 168 | 0.0 | |
| .bss | 167348 | 167348 | 0 | 0.0 | |||
| .data | 3316 | 3316 | 0 | 0.0 | |||
| .text | 981632 | 981800 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1205468 | 1205660 | 192 | 0.0 |
| (read/write) | 1747968 | 1747992 | 24 | 0.0 | |||
| .dram0.bss | 74240 | 74240 | 0 | 0.0 | |||
| .dram0.data | 13620 | 13620 | 0 | 0.0 | |||
| .flash.rodata | 250576 | 250600 | 24 | 0.0 | |||
| .flash.text | 1205468 | 1205660 | 192 | 0.0 | |||
| .iram0.text | 75530 | 75530 | 0 | 0.0 | |||
| m5stack | (read only) | 1247015 | 1247135 | 120 | 0.0 | ||
| (read/write) | 532876 | 532900 | 24 | 0.0 | |||
| .dram0.bss | 81088 | 81088 | 0 | 0.0 | |||
| .dram0.data | 35164 | 35164 | 0 | 0.0 | |||
| .flash.rodata | 280704 | 280728 | 24 | 0.0 | |||
| .flash.text | 1240851 | 1240971 | 120 | 0.0 | |||
| .iram0.text | 125403 | 125403 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 608360 | 608512 | 152 | 0.0 |
| (read/write) | 79912 | 79912 | 0 | 0.0 | |||
| .bss | 67704 | 67704 | 0 | 0.0 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 607824 | 607976 | 152 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 744588 | 744748 | 160 | 0.0 | |||
| .bss | 79116 | 79116 | 0 | 0.0 | |||
| .data | 2816 | 2816 | 0 | 0.0 | |||
| .text | 623288 | 623448 | 160 | 0.0 | |||
| light | k32w0+release | (read only) | 600000 | 600152 | 152 | 0.0 | |
| (read/write) | 79368 | 79368 | 0 | 0.0 | |||
| .bss | 67184 | 67184 | 0 | 0.0 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 599464 | 599616 | 152 | 0.0 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 786568 | 786720 | 152 | 0.0 | |||
| .bss | 80508 | 80508 | 0 | 0.0 | |||
| .data | 2032 | 2032 | 0 | 0.0 | |||
| .text | 664672 | 664824 | 152 | 0.0 | |||
| lock | k32w0+release | (read only) | 579168 | 579320 | 152 | 0.0 | |
| (read/write) | 77356 | 77364 | 8 | 0.0 | |||
| .bss | 65224 | 65232 | 8 | 0.0 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 578632 | 578784 | 152 | 0.0 | |||
| linux | air-purifier-app | debug | (read only) | 2629077 | 2629933 | 856 | 0.0 |
| (read/write) | 129480 | 129640 | 160 | 0.1 | |||
| .bss | 46896 | 46992 | 96 | 0.2 | |||
| .data | 2240 | 2240 | 0 | 0.0 | |||
| .data.rel.ro | 74392 | 74472 | 80 | 0.1 | |||
| .dynamic | 608 | 608 | 0 | 0.0 | |||
| .got | 4568 | 4568 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 752 | 752 | 0 | 0.0 | |||
| .rodata | 184944 | 184944 | 0 | 0.0 | |||
| .text | 2266053 | 2266789 | 736 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5892321 | 5892993 | 672 | 0.0 | |
| (read/write) | 479488 | 479640 | 152 | 0.0 | |||
| .bss | 134688 | 134752 | 64 | 0.0 | |||
| .data | 4464 | 4464 | 0 | 0.0 | |||
| .data.rel.ro | 332936 | 333016 | 80 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5384 | 5384 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1368 | 1360 | -8 | -0.6 | |||
| .rodata | 347952 | 347888 | -64 | -0.0 | |||
| .text | 5111603 | 5112243 | 640 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5194497 | 5195169 | 672 | 0.0 | |
| (read/write) | 236712 | 236864 | 152 | 0.1 | |||
| .bss | 128032 | 128096 | 64 | 0.0 | |||
| .data | 4368 | 4368 | 0 | 0.0 | |||
| .data.rel.ro | 97240 | 97320 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5304 | 5304 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1120 | 1112 | -8 | -0.7 | |||
| .rodata | 288162 | 288098 | -64 | -0.0 | |||
| .text | 4671299 | 4671939 | 640 | 0.0 | |||
| bridge-app | debug | (read only) | 4602105 | 4602961 | 856 | 0.0 | |
| (read/write) | 217744 | 217904 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data | 6176 | 6176 | 0 | 0.0 | |||
| .data.rel.ro | 86288 | 86384 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5272 | 5272 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 808 | 808 | 0 | 0.0 | |||
| .rodata | 228930 | 228930 | 0 | 0.0 | |||
| .text | 4152291 | 4153027 | 736 | 0.0 | |||
| chip-tool | debug | (read only) | 11976985 | 11977841 | 856 | 0.0 | |
| (read/write) | 521104 | 521264 | 160 | 0.0 | |||
| .bss | 94264 | 94328 | 64 | 0.1 | |||
| .data | 5090 | 5090 | 0 | 0.0 | |||
| .data.rel.ro | 414512 | 414600 | 88 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5776 | 5776 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 784 | 784 | 0 | 0.0 | |||
| .rodata | 447545 | 447545 | 0 | 0.0 | |||
| .text | 10823987 | 10824723 | 736 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11472944 | 11473760 | 816 | 0.0 | |
| (read/write) | 591616 | 590880 | -736 | -0.1 | |||
| .bss | 103304 | 103384 | 80 | 0.1 | |||
| .data | 4488 | 4488 | 0 | 0.0 | |||
| .data.rel.ro | 454272 | 454360 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20360 | 20368 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352876 | 352876 | 0 | 0.0 | |||
| .text | 10232396 | 10233020 | 624 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5524225 | 5525081 | 856 | 0.0 | |
| (read/write) | 226512 | 226672 | 160 | 0.1 | |||
| .bss | 119496 | 119560 | 64 | 0.1 | |||
| .data | 4832 | 4832 | 0 | 0.0 | |||
| .data.rel.ro | 94672 | 94768 | 96 | 0.1 | |||
| .dynamic | 672 | 672 | 0 | 0.0 | |||
| .got | 5888 | 5888 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 928 | 928 | 0 | 0.0 | |||
| .rodata | 353652 | 353652 | 0 | 0.0 | |||
| .text | 4923587 | 4924323 | 736 | 0.0 | |||
| lock-app | debug | (read only) | 4670193 | 4671049 | 856 | 0.0 | |
| (read/write) | 205368 | 205496 | 128 | 0.1 | |||
| .bss | 113984 | 114048 | 64 | 0.1 | |||
| .data | 4128 | 4128 | 0 | 0.0 | |||
| .data.rel.ro | 80536 | 80616 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5224 | 5224 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 848 | 848 | 0 | 0.0 | |||
| .rodata | 254978 | 254978 | 0 | 0.0 | |||
| .text | 4202947 | 4203683 | 736 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4302489 | 4303329 | 840 | 0.0 | |
| (read/write) | 193896 | 194088 | 192 | 0.1 | |||
| .bss | 113792 | 113888 | 96 | 0.1 | |||
| .data | 4336 | 4336 | 0 | 0.0 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4560 | 4560 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 704 | 704 | 0 | 0.0 | |||
| .rodata | 207618 | 207618 | 0 | 0.0 | |||
| .text | 3901411 | 3902131 | 720 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4418521 | 4419377 | 856 | 0.0 | |
| (read/write) | 198144 | 198336 | 192 | 0.1 | |||
| .bss | 114688 | 114784 | 96 | 0.1 | |||
| .data | 4736 | 4736 | 0 | 0.0 | |||
| .data.rel.ro | 72816 | 72912 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4496 | 4496 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 760 | 760 | 0 | 0.0 | |||
| .rodata | 213634 | 213634 | 0 | 0.0 | |||
| .text | 4007139 | 4007875 | 736 | 0.0 | |||
| shell | debug | (read only) | 2867721 | 2868377 | 656 | 0.0 | |
| (read/write) | 155776 | 155960 | 184 | 0.1 | |||
| .bss | 62544 | 62640 | 96 | 0.2 | |||
| .data | 1392 | 1392 | 0 | 0.0 | |||
| .data.rel.ro | 86064 | 86152 | 88 | 0.1 | |||
| .dynamic | 592 | 592 | 0 | 0.0 | |||
| .got | 4080 | 4080 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1064 | 1056 | -8 | -0.8 | |||
| .rodata | 186080 | 186016 | -64 | -0.0 | |||
| .text | 2508546 | 2509170 | 624 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4482776 | 4483608 | 832 | 0.0 | |
| (read/write) | 246224 | 249552 | 3328 | 1.4 | |||
| .bss | 122344 | 122408 | 64 | 0.1 | |||
| .data | 3360 | 3360 | 0 | 0.0 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12232 | 12240 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159356 | 159356 | 0 | 0.0 | |||
| .text | 3977756 | 3978396 | 640 | 0.0 | |||
| tv-app | debug | (read only) | 5651977 | 5652833 | 856 | 0.0 | |
| (read/write) | 351984 | 352144 | 160 | 0.0 | |||
| .bss | 243792 | 243856 | 64 | 0.0 | |||
| .data | 6496 | 6496 | 0 | 0.0 | |||
| .data.rel.ro | 94392 | 94488 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5512 | 5512 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1144 | 1144 | 0 | 0.0 | |||
| .rodata | 286498 | 286498 | 0 | 0.0 | |||
| .text | 5123315 | 5124051 | 736 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9855929 | 9856785 | 856 | 0.0 | |
| (read/write) | 340616 | 340776 | 160 | 0.0 | |||
| .bss | 156592 | 156656 | 64 | 0.0 | |||
| .data | 2944 | 2944 | 0 | 0.0 | |||
| .data.rel.ro | 174168 | 174264 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5088 | 5088 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1168 | 1168 | 0 | 0.0 | |||
| .rodata | 382512 | 382512 | 0 | 0.0 | |||
| .text | 9007475 | 9008211 | 736 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2530248 | 2530400 | 152 | 0.0 | |||
| .bss | 220432 | 220432 | 0 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1492932 | 1493084 | 152 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1097336 | 1097504 | 168 | 0.0 | |||
| bss | 130745 | 130745 | 0 | 0.0 | |||
| rodata | 111616 | 111640 | 24 | 0.0 | |||
| text | 807176 | 807312 | 136 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1217712 | 1217880 | 168 | 0.0 | |||
| bss | 122867 | 122867 | 0 | 0.0 | |||
| rodata | 141528 | 141552 | 24 | 0.0 | |||
| text | 802808 | 802940 | 132 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1047092 | 1047260 | 168 | 0.0 | |||
| bss | 129641 | 129641 | 0 | 0.0 | |||
| rodata | 99316 | 99340 | 24 | 0.0 | |||
| text | 770380 | 770516 | 136 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 834528 | 834528 | 0 | 0.0 |
| (read/write) | 1791412 | 1791588 | 176 | 0.0 | |||
| .bss | 196156 | 196156 | 0 | 0.0 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1584212 | 1584388 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837632 | 837632 | 0 | 0.0 | |
| (read/write) | 1715580 | 1715756 | 176 | 0.0 | |||
| .bss | 193076 | 193076 | 0 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1511484 | 1511660 | 176 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844360 | 844360 | 0 | 0.0 | |
| (read/write) | 1634916 | 1635092 | 176 | 0.0 | |||
| .bss | 186540 | 186540 | 0 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1437548 | 1437724 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817200 | 817200 | 0 | 0.0 | |
| (read/write) | 1664908 | 1665076 | 168 | 0.0 | |||
| .bss | 213700 | 213700 | 0 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1440380 | 1440548 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1125064 | 1125216 | 152 | 0.0 |
| .bss | 102384 | 102384 | 0 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 637448 | 637600 | 152 | 0.0 | |||
| lock-app | qpg6105+debug | (read/write) | 1085056 | 1085208 | 152 | 0.0 | |
| .bss | 97136 | 97136 | 0 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 597436 | 597588 | 152 | 0.0 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 597565 | 597717 | 152 | 0.0 |
| .bss | 128296 | 128296 | 0 | 0.0 | |||
| .data | 668 | 668 | 0 | 0.0 | |||
| .rodata | 78764 | 78788 | 24 | 0.0 | |||
| .text | 380112 | 380240 | 128 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 |
| (read/write) | 820318 | 820534 | 216 | 0.0 | |||
| bss | 49612 | 49620 | 8 | 0.0 | |||
| text | 614170 | 614358 | 188 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 1086416 | 1086624 | 208 | 0.0 | |||
| bss | 101696 | 101696 | 0 | 0.0 | |||
| text | 789012 | 789200 | 188 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read only) | 47960 | 47960 | 0 | 0.0 | |
| (read/write) | 1045540 | 1045748 | 208 | 0.0 | |||
| bss | 110036 | 110036 | 0 | 0.0 | |||
| text | 761620 | 761808 | 188 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 907328 | 907544 | 216 | 0.0 | |||
| bss | 93068 | 93068 | 0 | 0.0 | |||
| text | 650050 | 650238 | 188 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 821918 | 822134 | 216 | 0.0 | |||
| bss | 49660 | 49668 | 8 | 0.0 | |||
| text | 615832 | 616020 | 188 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 926864 | 927088 | 224 | 0.0 | |||
| bss | 77660 | 77668 | 8 | 0.0 | |||
| text | 695292 | 695480 | 188 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read only) | 29122 | 29122 | 0 | 0.0 | |
| (read/write) | 1069036 | 1069244 | 208 | 0.0 | |||
| bss | 100148 | 100148 | 0 | 0.0 | |||
| text | 774074 | 774262 | 188 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 900020 | 900244 | 224 | 0.0 | |||
| bss | 69124 | 69132 | 8 | 0.0 | |||
| text | 651240 | 651428 | 188 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 925108 | 925324 | 216 | 0.0 | |||
| bss | 92648 | 92648 | 0 | 0.0 | |||
| text | 667942 | 668130 | 188 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 824518 | 824742 | 224 | 0.0 | |||
| bss | 49768 | 49776 | 8 | 0.0 | |||
| text | 618834 | 619022 | 188 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 788232 | 788448 | 216 | 0.0 | |||
| bss | 55968 | 55976 | 8 | 0.0 | |||
| text | 589582 | 589770 | 188 | 0.0 | |||
| shell | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 676768 | 676768 | 0 | 0.0 | |||
| bss | 73640 | 73640 | 0 | 0.0 | |||
| text | 462284 | 462284 | 0 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 828946 | 829170 | 224 | 0.0 | |||
| bss | 51292 | 51300 | 8 | 0.0 | |||
| text | 621894 | 622082 | 188 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read only) | 32220 | 32220 | 0 | 0.0 | |
| (read/write) | 846837 | 847061 | 224 | 0.0 | |||
| bss | 59444 | 59452 | 8 | 0.0 | |||
| text | 633014 | 633202 | 188 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 813820 | 814036 | 216 | 0.0 | |||
| bss | 56256 | 56264 | 8 | 0.0 | |||
| text | 609214 | 609402 | 188 | 0.0 | |||
| window-covering | tlsr9258a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 831964 | 832188 | 224 | 0.0 | |||
| bss | 68032 | 68040 | 8 | 0.0 | |||
| text | 624516 | 624704 | 188 | 0.0 |
PR #32077: Size comparison from d09f68ef570ef68b178332cc18450e2f1935299a to f0f66fa5d81ee1845e7ce753977ea51cb6a9392f
Increases above 0.2%:
| platform | target | config | section | d09f68ef | f0f66fa5 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | air-purifier-app | debug | .bss | 46896 | 46992 | 96 | 0.2 |
| chip-tool-ipv6only | arm64 | (read/write) | 588600 | 591912 | 3312 | 0.6 |
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | d09f68ef | f0f66fa5 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1432978 | 1434078 | 1100 | 0.1 |
| .rodata | 157532 | 157576 | 44 | 0.0 | |||
| .text | 1099972 | 1101026 | 1054 | 0.1 | |||
| bl602+mfd | (read/write) | 1447378 | 1448478 | 1100 | 0.1 | ||
| .rodata | 156492 | 156536 | 44 | 0.0 | |||
| .text | 1115282 | 1116344 | 1062 | 0.1 | |||
| bl602+rpc | (read/write) | 1480346 | 1481438 | 1092 | 0.1 | ||
| .rodata | 165100 | 165144 | 44 | 0.0 | |||
| .text | 1131354 | 1132408 | 1054 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read/write) | 1197663 | 1198759 | 1096 | 0.1 |
| .rodata | 106872 | 106916 | 44 | 0.0 | |||
| .text | 969122 | 970176 | 1054 | 0.1 | |||
| bl702+mfd | (read/write) | 1208715 | 1209815 | 1100 | 0.1 | ||
| .rodata | 105812 | 105856 | 44 | 0.0 | |||
| .text | 981132 | 982186 | 1054 | 0.1 | |||
| bl702+rpc | (read/write) | 1289371 | 1290467 | 1096 | 0.1 | ||
| .rodata | 122244 | 122288 | 44 | 0.0 | |||
| .text | 1044066 | 1045120 | 1054 | 0.1 | |||
| bl706-eth | (read/write) | 1015349 | 1016445 | 1096 | 0.1 | ||
| .rodata | 100216 | 100260 | 44 | 0.0 | |||
| .text | 760250 | 761304 | 1054 | 0.1 | |||
| bl706-wifi | (read/write) | 1249390 | 1250510 | 1120 | 0.1 | ||
| .rodata | 121216 | 121260 | 44 | 0.0 | |||
| .text | 991514 | 992590 | 1076 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1167736 | 1168324 | 588 | 0.1 |
| .rodata | 100876 | 100920 | 44 | 0.0 | |||
| .text | 962224 | 963278 | 1054 | 0.1 | |||
| bl702l+mfd | (read/write) | 1179144 | 1179728 | 584 | 0.0 | ||
| .rodata | 99816 | 99860 | 44 | 0.0 | |||
| .text | 974546 | 975600 | 1054 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 770860 | 771620 | 760 | 0.1 |
| (read/write) | 168552 | 168592 | 40 | 0.0 | |||
| .bss | 90556 | 90596 | 40 | 0.0 | |||
| .rodata | 81652 | 81676 | 24 | 0.0 | |||
| .text | 688940 | 689676 | 736 | 0.1 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 787660 | 788404 | 744 | 0.1 | |
| (read/write) | 178792 | 178840 | 48 | 0.0 | |||
| .bss | 100796 | 100844 | 48 | 0.0 | |||
| .rodata | 75940 | 75964 | 24 | 0.0 | |||
| .text | 711452 | 712172 | 720 | 0.1 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 776316 | 777068 | 752 | 0.1 | |
| (read/write) | 173240 | 173280 | 40 | 0.0 | |||
| .bss | 95244 | 95284 | 40 | 0.0 | |||
| .rodata | 102700 | 102724 | 24 | 0.0 | |||
| .text | 673348 | 674076 | 728 | 0.1 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 728492 | 729212 | 720 | 0.1 | |
| (read/write) | 167520 | 167568 | 48 | 0.0 | |||
| .bss | 89288 | 89336 | 48 | 0.1 | |||
| .rodata | 77372 | 77396 | 24 | 0.0 | |||
| .text | 650852 | 651548 | 696 | 0.1 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 714116 | 714868 | 752 | 0.1 | |
| (read/write) | 167728 | 167768 | 40 | 0.0 | |||
| .bss | 89512 | 89552 | 40 | 0.0 | |||
| .rodata | 73212 | 73236 | 24 | 0.0 | |||
| .text | 640636 | 641364 | 728 | 0.1 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581274 | 581442 | 168 | 0.0 |
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492628 | 492748 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626570 | 626738 | 168 | 0.0 | |
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517468 | 517588 | 120 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 566019 | 566827 | 808 | 0.1 |
| .app_xip_area | 455853 | 456621 | 768 | 0.2 | |||
| .bss | 65000 | 65040 | 40 | 0.1 | |||
| lock | cyw930739m2evb_01 | (read/write) | 548995 | 549803 | 808 | 0.1 | |
| .app_xip_area | 434069 | 434837 | 768 | 0.2 | |||
| .bss | 69752 | 69792 | 40 | 0.1 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 567699 | 568507 | 808 | 0.1 | |
| .app_xip_area | 459037 | 459805 | 768 | 0.2 | |||
| .bss | 63536 | 63576 | 40 | 0.1 | |||
| switch | cyw930739m2evb_01 | (read/write) | 562259 | 563067 | 808 | 0.1 | |
| .app_xip_area | 450317 | 451085 | 768 | 0.2 | |||
| .bss | 66736 | 66776 | 40 | 0.1 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 929792 | 929960 | 168 | 0.0 |
| .text | 730468 | 730636 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1107192 | 1107336 | 144 | 0.0 | ||
| .text | 908612 | 908756 | 144 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1120564 | 1120716 | 152 | 0.0 | |
| .text | 930988 | 931140 | 152 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1153816 | 1153984 | 168 | 0.0 | |
| .text | 983084 | 983252 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1207462 | 1207654 | 192 | 0.0 |
| (read/write) | 1748464 | 1748488 | 24 | 0.0 | |||
| .flash.rodata | 251040 | 251064 | 24 | 0.0 | |||
| .flash.text | 1207462 | 1207654 | 192 | 0.0 | |||
| m5stack | (read only) | 1249587 | 1249727 | 140 | 0.0 | ||
| (read/write) | 533944 | 533968 | 24 | 0.0 | |||
| .flash.rodata | 281684 | 281708 | 24 | 0.0 | |||
| .flash.text | 1243423 | 1243563 | 140 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 610480 | 611112 | 632 | 0.1 |
| (read/write) | 79988 | 80028 | 40 | 0.1 | |||
| .bss | 67780 | 67820 | 40 | 0.1 | |||
| .text | 609944 | 610576 | 632 | 0.1 | |||
| k32w1+release | (read/write) | 745452 | 746252 | 800 | 0.1 | ||
| .bss | 79132 | 79180 | 48 | 0.1 | |||
| .text | 624136 | 624888 | 752 | 0.1 | |||
| light | k32w0+release | (read only) | 602104 | 602736 | 632 | 0.1 | |
| (read/write) | 79444 | 79484 | 40 | 0.1 | |||
| .bss | 67260 | 67300 | 40 | 0.1 | |||
| .text | 601568 | 602200 | 632 | 0.1 | |||
| k32w1+release | (read/write) | 787560 | 788352 | 792 | 0.1 | ||
| .bss | 80524 | 80572 | 48 | 0.1 | |||
| .text | 665648 | 666392 | 744 | 0.1 | |||
| lock | k32w0+release | (read only) | 580856 | 581488 | 632 | 0.1 | |
| (read/write) | 77432 | 77480 | 48 | 0.1 | |||
| .bss | 65300 | 65348 | 48 | 0.1 | |||
| .text | 580320 | 580952 | 632 | 0.1 | |||
| linux | air-purifier-app | debug | (read only) | 2634149 | 2635005 | 856 | 0.0 |
| (read/write) | 129416 | 129576 | 160 | 0.1 | |||
| .bss | 46896 | 46992 | 96 | 0.2 | |||
| .data.rel.ro | 74328 | 74408 | 80 | 0.1 | |||
| .text | 2271061 | 2271797 | 736 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5916849 | 5917553 | 704 | 0.0 | |
| (read/write) | 479944 | 480064 | 120 | 0.0 | |||
| .bss | 134752 | 134816 | 64 | 0.0 | |||
| .data.rel.ro | 333304 | 333384 | 80 | 0.0 | |||
| .text | 5134963 | 5135603 | 640 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5209553 | 5210225 | 672 | 0.0 | |
| (read/write) | 236808 | 236928 | 120 | 0.1 | |||
| .bss | 128032 | 128096 | 64 | 0.0 | |||
| .data.rel.ro | 97320 | 97400 | 80 | 0.1 | |||
| .text | 4686003 | 4686643 | 640 | 0.0 | |||
| bridge-app | debug | (read only) | 4606953 | 4607809 | 856 | 0.0 | |
| (read/write) | 217680 | 217840 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data.rel.ro | 86224 | 86320 | 96 | 0.1 | |||
| .text | 4157235 | 4157971 | 736 | 0.0 | |||
| chip-tool | debug | (read only) | 11986801 | 11987657 | 856 | 0.0 | |
| (read/write) | 521232 | 521392 | 160 | 0.0 | |||
| .bss | 94264 | 94328 | 64 | 0.1 | |||
| .data.rel.ro | 414656 | 414744 | 88 | 0.0 | |||
| .text | 10833427 | 10834163 | 736 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11484176 | 11485024 | 848 | 0.0 | |
| (read/write) | 588600 | 591912 | 3312 | 0.6 | |||
| .bss | 103352 | 103416 | 64 | 0.1 | |||
| .data.rel.ro | 454416 | 454504 | 88 | 0.0 | |||
| .got | 20336 | 20344 | 8 | 0.0 | |||
| .text | 10243324 | 10243980 | 656 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5529185 | 5530041 | 856 | 0.0 | |
| (read/write) | 226448 | 226608 | 160 | 0.1 | |||
| .bss | 119496 | 119560 | 64 | 0.1 | |||
| .data.rel.ro | 94608 | 94704 | 96 | 0.1 | |||
| .text | 4928515 | 4929251 | 736 | 0.0 | |||
| lock-app | debug | (read only) | 4675089 | 4675945 | 856 | 0.0 | |
| (read/write) | 205336 | 205464 | 128 | 0.1 | |||
| .bss | 114016 | 114080 | 64 | 0.1 | |||
| .data.rel.ro | 80472 | 80552 | 80 | 0.1 | |||
| .text | 4207939 | 4208675 | 736 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4307817 | 4308657 | 840 | 0.0 | |
| (read/write) | 193896 | 194088 | 192 | 0.1 | |||
| .bss | 113792 | 113888 | 96 | 0.1 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .text | 3906739 | 3907459 | 720 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4433977 | 4434833 | 856 | 0.0 | |
| (read/write) | 198272 | 198464 | 192 | 0.1 | |||
| .bss | 114688 | 114784 | 96 | 0.1 | |||
| .data.rel.ro | 72960 | 73056 | 96 | 0.1 | |||
| .text | 4022147 | 4022883 | 736 | 0.0 | |||
| shell | debug | (read only) | 2870225 | 2870897 | 672 | 0.0 | |
| (read/write) | 155808 | 155992 | 184 | 0.1 | |||
| .bss | 62512 | 62608 | 96 | 0.2 | |||
| .data.rel.ro | 86128 | 86216 | 88 | 0.1 | |||
| .text | 2510994 | 2511634 | 640 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4487448 | 4488280 | 832 | 0.0 | |
| .bss | 122360 | 122440 | 80 | 0.1 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .got | 12080 | 12088 | 8 | 0.1 | |||
| .text | 3982892 | 3983532 | 640 | 0.0 | |||
| tv-app | debug | (read only) | 5683369 | 5684209 | 840 | 0.0 | |
| (read/write) | 352080 | 352240 | 160 | 0.0 | |||
| .bss | 243824 | 243888 | 64 | 0.0 | |||
| .data.rel.ro | 94472 | 94568 | 96 | 0.1 | |||
| .text | 5152915 | 5153635 | 720 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9868889 | 9869745 | 856 | 0.0 | |
| (read/write) | 340680 | 340840 | 160 | 0.0 | |||
| .bss | 156560 | 156624 | 64 | 0.0 | |||
| .data.rel.ro | 174264 | 174360 | 96 | 0.1 | |||
| .text | 9020083 | 9020819 | 736 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read/write) | 2530760 | 2530912 | 152 | 0.0 |
| .text | 1493444 | 1493596 | 152 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read/write) | 1098516 | 1098684 | 168 | 0.0 |
| rodata | 111868 | 111892 | 24 | 0.0 | |||
| text | 808104 | 808240 | 136 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read/write) | 1218684 | 1218852 | 168 | 0.0 | ||
| rodata | 141612 | 141636 | 24 | 0.0 | |||
| text | 803668 | 803804 | 136 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read/write) | 1048100 | 1048252 | 152 | 0.0 | |
| rodata | 99396 | 99420 | 24 | 0.0 | |||
| text | 771300 | 771432 | 132 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read/write) | 1792252 | 1792428 | 176 | 0.0 |
| .text | 1585028 | 1585204 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read/write) | 1716212 | 1716388 | 176 | 0.0 | |
| .text | 1512100 | 1512276 | 176 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read/write) | 1635540 | 1635716 | 176 | 0.0 | |
| .text | 1438156 | 1438332 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read/write) | 1665532 | 1665700 | 168 | 0.0 | |
| .text | 1440988 | 1441156 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1126072 | 1126848 | 776 | 0.1 |
| .bss | 102400 | 102448 | 48 | 0.0 | |||
| .text | 638456 | 639232 | 776 | 0.1 | |||
| lock-app | qpg6105+debug | (read/write) | 1086064 | 1086816 | 752 | 0.1 | |
| .bss | 97152 | 97192 | 40 | 0.0 | |||
| .text | 598444 | 599196 | 752 | 0.1 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 598093 | 598245 | 152 | 0.0 |
| .rodata | 78772 | 78796 | 24 | 0.0 | |||
| .text | 380616 | 380744 | 128 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read/write) | 820882 | 821106 | 224 | 0.0 |
| bss | 49628 | 49636 | 8 | 0.0 | |||
| text | 614720 | 614908 | 188 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read/write) | 1087740 | 1087956 | 216 | 0.0 | |
| text | 790062 | 790250 | 188 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read/write) | 1046676 | 1046884 | 208 | 0.0 | |
| text | 762658 | 762846 | 188 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read/write) | 907916 | 908124 | 208 | 0.0 | |
| text | 650616 | 650804 | 188 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read/write) | 822506 | 822722 | 216 | 0.0 | |
| bss | 49676 | 49684 | 8 | 0.0 | |||
| text | 616398 | 616586 | 188 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read/write) | 928016 | 928240 | 224 | 0.0 | |
| bss | 77676 | 77684 | 8 | 0.0 | |||
| text | 696348 | 696536 | 188 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read/write) | 1070188 | 1070396 | 208 | 0.0 | |
| text | 775130 | 775318 | 188 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read/write) | 900608 | 900832 | 224 | 0.0 | |
| bss | 69140 | 69148 | 8 | 0.0 | |||
| text | 651806 | 651994 | 188 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read/write) | 926244 | 926460 | 216 | 0.0 | |
| text | 668982 | 669170 | 188 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read/write) | 825114 | 825338 | 224 | 0.0 | |
| bss | 49784 | 49792 | 8 | 0.0 | |||
| text | 619412 | 619600 | 188 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read/write) | 788828 | 789044 | 216 | 0.0 | |
| bss | 55984 | 55992 | 8 | 0.0 | |||
| text | 590160 | 590348 | 188 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read/write) | 829534 | 829750 | 216 | 0.0 | |
| bss | 51308 | 51316 | 8 | 0.0 | |||
| text | 622460 | 622648 | 188 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read/write) | 847989 | 848213 | 224 | 0.0 | |
| bss | 59460 | 59468 | 8 | 0.0 | |||
| text | 634070 | 634258 | 188 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read/write) | 814432 | 814648 | 216 | 0.0 | |
| bss | 56272 | 56280 | 8 | 0.0 | |||
| text | 609808 | 609996 | 188 | 0.0 | |||
| window-covering | tlsr9258a | (read/write) | 832536 | 832760 | 224 | 0.0 | |
| bss | 68048 | 68056 | 8 | 0.0 | |||
| text | 625066 | 625254 | 188 | 0.0 |
Decreases (4 builds for linux)
| platform | target | config | section | d09f68ef | f0f66fa5 | change | % change |
|---|---|---|---|---|---|---|---|
| linux | all-clusters-app | debug | .init_array | 1376 | 1368 | -8 | -0.6 |
| .rodata | 348592 | 348560 | -32 | -0.0 | |||
| all-clusters-minimal-app | debug | .init_array | 1120 | 1112 | -8 | -0.7 | |
| .rodata | 288322 | 288258 | -64 | -0.0 | |||
| shell | debug | .init_array | 1064 | 1056 | -8 | -0.8 | |
| .rodata | 186208 | 186144 | -64 | -0.0 | |||
| thermostat-no-ble | arm64 | (read/write) | 249736 | 248984 | -752 | -0.3 |
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
| platform | target | config | section | d09f68ef | f0f66fa5 | change | % change |
|---|---|---|---|---|---|---|---|
| bl602 | lighting-app | bl602 | (read/write) | 1432978 | 1434078 | 1100 | 0.1 |
| .bss | 85328 | 85328 | 0 | 0.0 | |||
| .data | 9496 | 9496 | 0 | 0.0 | |||
| .rodata | 157532 | 157576 | 44 | 0.0 | |||
| .text | 1099972 | 1101026 | 1054 | 0.1 | |||
| bl602+mfd | (read/write) | 1447378 | 1448478 | 1100 | 0.1 | ||
| .bss | 85488 | 85488 | 0 | 0.0 | |||
| .data | 9472 | 9472 | 0 | 0.0 | |||
| .rodata | 156492 | 156536 | 44 | 0.0 | |||
| .text | 1115282 | 1116344 | 1062 | 0.1 | |||
| bl602+rpc | (read/write) | 1480346 | 1481438 | 1092 | 0.1 | ||
| .bss | 93360 | 93360 | 0 | 0.0 | |||
| .data | 9872 | 9872 | 0 | 0.0 | |||
| .rodata | 165100 | 165144 | 44 | 0.0 | |||
| .text | 1131354 | 1132408 | 1054 | 0.1 | |||
| bl702 | lighting-app | bl702 | (read only) | 3478 | 3478 | 0 | 0.0 |
| (read/write) | 1197663 | 1198759 | 1096 | 0.1 | |||
| .bss | 11121 | 11121 | 0 | 0.0 | |||
| .data | 3680 | 3680 | 0 | 0.0 | |||
| .rodata | 106872 | 106916 | 44 | 0.0 | |||
| .text | 969122 | 970176 | 1054 | 0.1 | |||
| bl702+mfd | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1208715 | 1209815 | 1100 | 0.1 | |||
| .bss | 11297 | 11297 | 0 | 0.0 | |||
| .data | 3656 | 3656 | 0 | 0.0 | |||
| .rodata | 105812 | 105856 | 44 | 0.0 | |||
| .text | 981132 | 982186 | 1054 | 0.1 | |||
| bl702+rpc | (read only) | 3478 | 3478 | 0 | 0.0 | ||
| (read/write) | 1289371 | 1290467 | 1096 | 0.1 | |||
| .bss | 19589 | 19589 | 0 | 0.0 | |||
| .data | 4224 | 4224 | 0 | 0.0 | |||
| .rodata | 122244 | 122288 | 44 | 0.0 | |||
| .text | 1044066 | 1045120 | 1054 | 0.1 | |||
| bl706-eth | (read/write) | 1015349 | 1016445 | 1096 | 0.1 | ||
| .bss | 23680 | 23680 | 0 | 0.0 | |||
| .data | 3248 | 3248 | 0 | 0.0 | |||
| .rodata | 100216 | 100260 | 44 | 0.0 | |||
| .text | 760250 | 761304 | 1054 | 0.1 | |||
| bl706-wifi | (read/write) | 1249390 | 1250510 | 1120 | 0.1 | ||
| .bss | 10565 | 10565 | 0 | 0.0 | |||
| .data | 3688 | 3688 | 0 | 0.0 | |||
| .rodata | 121216 | 121260 | 44 | 0.0 | |||
| .text | 991514 | 992590 | 1076 | 0.1 | |||
| bl702l | lighting-app | bl702l | (read/write) | 1167736 | 1168324 | 588 | 0.1 |
| .bss | 16316 | 16316 | 0 | 0.0 | |||
| .data | 5040 | 5040 | 0 | 0.0 | |||
| .rodata | 100876 | 100920 | 44 | 0.0 | |||
| .text | 962224 | 963278 | 1054 | 0.1 | |||
| bl702l+mfd | (read/write) | 1179144 | 1179728 | 584 | 0.0 | ||
| .bss | 16492 | 16492 | 0 | 0.0 | |||
| .data | 5024 | 5024 | 0 | 0.0 | |||
| .rodata | 99816 | 99860 | 44 | 0.0 | |||
| .text | 974546 | 975600 | 1054 | 0.1 | |||
| cc13x4_26x4 | lighting-app | LP_EM_CC1354P10_6 | (read only) | 770860 | 771620 | 760 | 0.1 |
| (read/write) | 168552 | 168592 | 40 | 0.0 | |||
| .bss | 90556 | 90596 | 40 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 81652 | 81676 | 24 | 0.0 | |||
| .text | 688940 | 689676 | 736 | 0.1 | |||
| lock-ftd | LP_EM_CC1354P10_6 | (read only) | 787660 | 788404 | 744 | 0.1 | |
| (read/write) | 178792 | 178840 | 48 | 0.0 | |||
| .bss | 100796 | 100844 | 48 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 75940 | 75964 | 24 | 0.0 | |||
| .text | 711452 | 712172 | 720 | 0.1 | |||
| lock-mtd | LP_EM_CC1354P10_6 | (read only) | 776316 | 777068 | 752 | 0.1 | |
| (read/write) | 173240 | 173280 | 40 | 0.0 | |||
| .bss | 95244 | 95284 | 40 | 0.0 | |||
| .data | 3560 | 3560 | 0 | 0.0 | |||
| .rodata | 102700 | 102724 | 24 | 0.0 | |||
| .text | 673348 | 674076 | 728 | 0.1 | |||
| pump-app | LP_EM_CC1354P10_6 | (read only) | 728492 | 729212 | 720 | 0.1 | |
| (read/write) | 167520 | 167568 | 48 | 0.0 | |||
| .bss | 89288 | 89336 | 48 | 0.1 | |||
| .data | 3552 | 3552 | 0 | 0.0 | |||
| .rodata | 77372 | 77396 | 24 | 0.0 | |||
| .text | 650852 | 651548 | 696 | 0.1 | |||
| pump-controller-app | LP_EM_CC1354P10_6 | (read only) | 714116 | 714868 | 752 | 0.1 | |
| (read/write) | 167728 | 167768 | 40 | 0.0 | |||
| .bss | 89512 | 89552 | 40 | 0.0 | |||
| .data | 3544 | 3544 | 0 | 0.0 | |||
| .rodata | 73212 | 73236 | 24 | 0.0 | |||
| .text | 640636 | 641364 | 728 | 0.1 | |||
| cc32xx | air-purifier | CC3235SF_LAUNCHXL | (read only) | 581274 | 581442 | 168 | 0.0 |
| (read/write) | 207968 | 207968 | 0 | 0.0 | |||
| .bss | 201204 | 201204 | 0 | 0.0 | |||
| .data | 1640 | 1640 | 0 | 0.0 | |||
| .rodata | 86522 | 86570 | 48 | 0.1 | |||
| .text | 492628 | 492748 | 120 | 0.0 | |||
| lock | CC3235SF_LAUNCHXL | (read only) | 626570 | 626738 | 168 | 0.0 | |
| (read/write) | 208312 | 208312 | 0 | 0.0 | |||
| .bss | 201696 | 201696 | 0 | 0.0 | |||
| .data | 1496 | 1496 | 0 | 0.0 | |||
| .rodata | 106978 | 107026 | 48 | 0.0 | |||
| .text | 517468 | 517588 | 120 | 0.0 | |||
| cyw30739 | light | cyw930739m2evb_01 | (read/write) | 566019 | 566827 | 808 | 0.1 |
| .app_xip_area | 455853 | 456621 | 768 | 0.2 | |||
| .bss | 65000 | 65040 | 40 | 0.1 | |||
| .data | 744 | 744 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| lock | cyw930739m2evb_01 | (read/write) | 548995 | 549803 | 808 | 0.1 | |
| .app_xip_area | 434069 | 434837 | 768 | 0.2 | |||
| .bss | 69752 | 69792 | 40 | 0.1 | |||
| .data | 752 | 752 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| ota-requestor | cyw930739m2evb_01 | (read/write) | 567699 | 568507 | 808 | 0.1 | |
| .app_xip_area | 459037 | 459805 | 768 | 0.2 | |||
| .bss | 63536 | 63576 | 40 | 0.1 | |||
| .data | 704 | 704 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| switch | cyw930739m2evb_01 | (read/write) | 562259 | 563067 | 808 | 0.1 | |
| .app_xip_area | 450317 | 451085 | 768 | 0.2 | |||
| .bss | 66736 | 66776 | 40 | 0.1 | |||
| .data | 784 | 784 | 0 | 0.0 | |||
| .rodata | 0 | 0 | 0 | 0.0 | |||
| .text | 112 | 112 | 0 | 0.0 | |||
| efr32 | lighting-app | BRD4161A+rs9116 | (read/write) | 929792 | 929960 | 168 | 0.0 |
| .bss | 197912 | 197912 | 0 | 0.0 | |||
| .data | 1388 | 1388 | 0 | 0.0 | |||
| .text | 730468 | 730636 | 168 | 0.0 | |||
| BRD4187C | (read/write) | 1107192 | 1107336 | 144 | 0.0 | ||
| .bss | 195152 | 195152 | 0 | 0.0 | |||
| .data | 3408 | 3408 | 0 | 0.0 | |||
| .text | 908612 | 908756 | 144 | 0.0 | |||
| lock-app | BRD4161A+wf200 | (read/write) | 1120564 | 1120716 | 152 | 0.0 | |
| .bss | 186764 | 186764 | 0 | 0.0 | |||
| .data | 2792 | 2792 | 0 | 0.0 | |||
| .text | 930988 | 931140 | 152 | 0.0 | |||
| window-app | BRD4187C | (read/write) | 1153816 | 1153984 | 168 | 0.0 | |
| .bss | 167392 | 167392 | 0 | 0.0 | |||
| .data | 3320 | 3320 | 0 | 0.0 | |||
| .text | 983084 | 983252 | 168 | 0.0 | |||
| esp32 | all-clusters-app | c3devkit | (read only) | 1207462 | 1207654 | 192 | 0.0 |
| (read/write) | 1748464 | 1748488 | 24 | 0.0 | |||
| .dram0.bss | 74272 | 74272 | 0 | 0.0 | |||
| .dram0.data | 13620 | 13620 | 0 | 0.0 | |||
| .flash.rodata | 251040 | 251064 | 24 | 0.0 | |||
| .flash.text | 1207462 | 1207654 | 192 | 0.0 | |||
| .iram0.text | 75530 | 75530 | 0 | 0.0 | |||
| m5stack | (read only) | 1249587 | 1249727 | 140 | 0.0 | ||
| (read/write) | 533944 | 533968 | 24 | 0.0 | |||
| .dram0.bss | 81176 | 81176 | 0 | 0.0 | |||
| .dram0.data | 35164 | 35164 | 0 | 0.0 | |||
| .flash.rodata | 281684 | 281708 | 24 | 0.0 | |||
| .flash.text | 1243423 | 1243563 | 140 | 0.0 | |||
| .iram0.text | 125403 | 125403 | 0 | 0.0 | |||
| k32w | contact | k32w0+release | (read only) | 610480 | 611112 | 632 | 0.1 |
| (read/write) | 79988 | 80028 | 40 | 0.1 | |||
| .bss | 67780 | 67820 | 40 | 0.1 | |||
| .data | 2224 | 2224 | 0 | 0.0 | |||
| .text | 609944 | 610576 | 632 | 0.1 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 745452 | 746252 | 800 | 0.1 | |||
| .bss | 79132 | 79180 | 48 | 0.1 | |||
| .data | 2816 | 2816 | 0 | 0.0 | |||
| .text | 624136 | 624888 | 752 | 0.1 | |||
| light | k32w0+release | (read only) | 602104 | 602736 | 632 | 0.1 | |
| (read/write) | 79444 | 79484 | 40 | 0.1 | |||
| .bss | 67260 | 67300 | 40 | 0.1 | |||
| .data | 2200 | 2200 | 0 | 0.0 | |||
| .text | 601568 | 602200 | 632 | 0.1 | |||
| k32w1+release | (read only) | 1024 | 1024 | 0 | 0.0 | ||
| (read/write) | 787560 | 788352 | 792 | 0.1 | |||
| .bss | 80524 | 80572 | 48 | 0.1 | |||
| .data | 2032 | 2032 | 0 | 0.0 | |||
| .text | 665648 | 666392 | 744 | 0.1 | |||
| lock | k32w0+release | (read only) | 580856 | 581488 | 632 | 0.1 | |
| (read/write) | 77432 | 77480 | 48 | 0.1 | |||
| .bss | 65300 | 65348 | 48 | 0.1 | |||
| .data | 2148 | 2148 | 0 | 0.0 | |||
| .text | 580320 | 580952 | 632 | 0.1 | |||
| linux | air-purifier-app | debug | (read only) | 2634149 | 2635005 | 856 | 0.0 |
| (read/write) | 129416 | 129576 | 160 | 0.1 | |||
| .bss | 46896 | 46992 | 96 | 0.2 | |||
| .data | 2240 | 2240 | 0 | 0.0 | |||
| .data.rel.ro | 74328 | 74408 | 80 | 0.1 | |||
| .dynamic | 608 | 608 | 0 | 0.0 | |||
| .got | 4568 | 4568 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 752 | 752 | 0 | 0.0 | |||
| .rodata | 185104 | 185104 | 0 | 0.0 | |||
| .text | 2271061 | 2271797 | 736 | 0.0 | |||
| all-clusters-app | debug | (read only) | 5916849 | 5917553 | 704 | 0.0 | |
| (read/write) | 479944 | 480064 | 120 | 0.0 | |||
| .bss | 134752 | 134816 | 64 | 0.0 | |||
| .data | 4464 | 4464 | 0 | 0.0 | |||
| .data.rel.ro | 333304 | 333384 | 80 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5384 | 5384 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1376 | 1368 | -8 | -0.6 | |||
| .rodata | 348592 | 348560 | -32 | -0.0 | |||
| .text | 5134963 | 5135603 | 640 | 0.0 | |||
| all-clusters-minimal-app | debug | (read only) | 5209553 | 5210225 | 672 | 0.0 | |
| (read/write) | 236808 | 236928 | 120 | 0.1 | |||
| .bss | 128032 | 128096 | 64 | 0.0 | |||
| .data | 4368 | 4368 | 0 | 0.0 | |||
| .data.rel.ro | 97320 | 97400 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5304 | 5304 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1120 | 1112 | -8 | -0.7 | |||
| .rodata | 288322 | 288258 | -64 | -0.0 | |||
| .text | 4686003 | 4686643 | 640 | 0.0 | |||
| bridge-app | debug | (read only) | 4606953 | 4607809 | 856 | 0.0 | |
| (read/write) | 217680 | 217840 | 160 | 0.1 | |||
| .bss | 118560 | 118624 | 64 | 0.1 | |||
| .data | 6176 | 6176 | 0 | 0.0 | |||
| .data.rel.ro | 86224 | 86320 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5272 | 5272 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 808 | 808 | 0 | 0.0 | |||
| .rodata | 228930 | 228930 | 0 | 0.0 | |||
| .text | 4157235 | 4157971 | 736 | 0.0 | |||
| chip-tool | debug | (read only) | 11986801 | 11987657 | 856 | 0.0 | |
| (read/write) | 521232 | 521392 | 160 | 0.0 | |||
| .bss | 94264 | 94328 | 64 | 0.1 | |||
| .data | 5090 | 5090 | 0 | 0.0 | |||
| .data.rel.ro | 414656 | 414744 | 88 | 0.0 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5776 | 5776 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 784 | 784 | 0 | 0.0 | |||
| .rodata | 447705 | 447705 | 0 | 0.0 | |||
| .text | 10833427 | 10834163 | 736 | 0.0 | |||
| chip-tool-ipv6only | arm64 | (read only) | 11484176 | 11485024 | 848 | 0.0 | |
| (read/write) | 588600 | 591912 | 3312 | 0.6 | |||
| .bss | 103352 | 103416 | 64 | 0.1 | |||
| .data | 4488 | 4488 | 0 | 0.0 | |||
| .data.rel.ro | 454416 | 454504 | 88 | 0.0 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 20336 | 20344 | 8 | 0.0 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 248 | 248 | 0 | 0.0 | |||
| .rodata | 352988 | 352988 | 0 | 0.0 | |||
| .text | 10243324 | 10243980 | 656 | 0.0 | |||
| lighting-app | debug+rpc+ui | (read only) | 5529185 | 5530041 | 856 | 0.0 | |
| (read/write) | 226448 | 226608 | 160 | 0.1 | |||
| .bss | 119496 | 119560 | 64 | 0.1 | |||
| .data | 4832 | 4832 | 0 | 0.0 | |||
| .data.rel.ro | 94608 | 94704 | 96 | 0.1 | |||
| .dynamic | 672 | 672 | 0 | 0.0 | |||
| .got | 5888 | 5888 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 928 | 928 | 0 | 0.0 | |||
| .rodata | 353780 | 353780 | 0 | 0.0 | |||
| .text | 4928515 | 4929251 | 736 | 0.0 | |||
| lock-app | debug | (read only) | 4675089 | 4675945 | 856 | 0.0 | |
| (read/write) | 205336 | 205464 | 128 | 0.1 | |||
| .bss | 114016 | 114080 | 64 | 0.1 | |||
| .data | 4128 | 4128 | 0 | 0.0 | |||
| .data.rel.ro | 80472 | 80552 | 80 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5224 | 5224 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 848 | 848 | 0 | 0.0 | |||
| .rodata | 254978 | 254978 | 0 | 0.0 | |||
| .text | 4207939 | 4208675 | 736 | 0.0 | |||
| ota-provider-app | debug | (read only) | 4307817 | 4308657 | 840 | 0.0 | |
| (read/write) | 193896 | 194088 | 192 | 0.1 | |||
| .bss | 113792 | 113888 | 96 | 0.1 | |||
| .data | 4336 | 4336 | 0 | 0.0 | |||
| .data.rel.ro | 69856 | 69952 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4560 | 4560 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 704 | 704 | 0 | 0.0 | |||
| .rodata | 207618 | 207618 | 0 | 0.0 | |||
| .text | 3906739 | 3907459 | 720 | 0.0 | |||
| ota-requestor-app | debug | (read only) | 4433977 | 4434833 | 856 | 0.0 | |
| (read/write) | 198272 | 198464 | 192 | 0.1 | |||
| .bss | 114688 | 114784 | 96 | 0.1 | |||
| .data | 4736 | 4736 | 0 | 0.0 | |||
| .data.rel.ro | 72960 | 73056 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 4496 | 4496 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 760 | 760 | 0 | 0.0 | |||
| .rodata | 213794 | 213794 | 0 | 0.0 | |||
| .text | 4022147 | 4022883 | 736 | 0.0 | |||
| shell | debug | (read only) | 2870225 | 2870897 | 672 | 0.0 | |
| (read/write) | 155808 | 155992 | 184 | 0.1 | |||
| .bss | 62512 | 62608 | 96 | 0.2 | |||
| .data | 1392 | 1392 | 0 | 0.0 | |||
| .data.rel.ro | 86128 | 86216 | 88 | 0.1 | |||
| .dynamic | 592 | 592 | 0 | 0.0 | |||
| .got | 4080 | 4080 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1064 | 1056 | -8 | -0.8 | |||
| .rodata | 186208 | 186144 | -64 | -0.0 | |||
| .text | 2510994 | 2511634 | 640 | 0.0 | |||
| thermostat-no-ble | arm64 | (read only) | 4487448 | 4488280 | 832 | 0.0 | |
| (read/write) | 249736 | 248984 | -752 | -0.3 | |||
| .bss | 122360 | 122440 | 80 | 0.1 | |||
| .data | 3360 | 3360 | 0 | 0.0 | |||
| .data.rel.ro | 103816 | 103904 | 88 | 0.1 | |||
| .dynamic | 512 | 512 | 0 | 0.0 | |||
| .got | 12080 | 12088 | 8 | 0.1 | |||
| .init | 24 | 24 | 0 | 0.0 | |||
| .init_array | 416 | 416 | 0 | 0.0 | |||
| .rodata | 159356 | 159356 | 0 | 0.0 | |||
| .text | 3982892 | 3983532 | 640 | 0.0 | |||
| tv-app | debug | (read only) | 5683369 | 5684209 | 840 | 0.0 | |
| (read/write) | 352080 | 352240 | 160 | 0.0 | |||
| .bss | 243824 | 243888 | 64 | 0.0 | |||
| .data | 6496 | 6496 | 0 | 0.0 | |||
| .data.rel.ro | 94472 | 94568 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5512 | 5512 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1144 | 1144 | 0 | 0.0 | |||
| .rodata | 288098 | 288098 | 0 | 0.0 | |||
| .text | 5152915 | 5153635 | 720 | 0.0 | |||
| tv-casting-app | debug | (read only) | 9868889 | 9869745 | 856 | 0.0 | |
| (read/write) | 340680 | 340840 | 160 | 0.0 | |||
| .bss | 156560 | 156624 | 64 | 0.0 | |||
| .data | 2944 | 2944 | 0 | 0.0 | |||
| .data.rel.ro | 174264 | 174360 | 96 | 0.1 | |||
| .dynamic | 624 | 624 | 0 | 0.0 | |||
| .got | 5088 | 5088 | 0 | 0.0 | |||
| .init | 27 | 27 | 0 | 0.0 | |||
| .init_array | 1168 | 1168 | 0 | 0.0 | |||
| .rodata | 382672 | 382672 | 0 | 0.0 | |||
| .text | 9020083 | 9020819 | 736 | 0.0 | |||
| mbed | lock-app-release | cy8cproto_062_4343w | (read only) | 6224 | 6224 | 0 | 0.0 |
| (read/write) | 2530760 | 2530912 | 152 | 0.0 | |||
| .bss | 220448 | 220448 | 0 | 0.0 | |||
| .data | 5200 | 5200 | 0 | 0.0 | |||
| .text | 1493444 | 1493596 | 152 | 0.0 | |||
| nrfconnect | all-clusters-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 |
| (read/write) | 1098516 | 1098684 | 168 | 0.0 | |||
| bss | 130767 | 130767 | 0 | 0.0 | |||
| rodata | 111868 | 111892 | 24 | 0.0 | |||
| text | 808104 | 808240 | 136 | 0.0 | |||
| nrf7002dk_nrf5340_cpuapp | (read only) | 4 | 4 | 0 | 0.0 | ||
| (read/write) | 1218684 | 1218852 | 168 | 0.0 | |||
| bss | 122889 | 122889 | 0 | 0.0 | |||
| rodata | 141612 | 141636 | 24 | 0.0 | |||
| text | 803668 | 803804 | 136 | 0.0 | |||
| all-clusters-minimal-app | nrf52840dk_nrf52840 | (read only) | 4 | 4 | 0 | 0.0 | |
| (read/write) | 1048100 | 1048252 | 152 | 0.0 | |||
| bss | 129657 | 129657 | 0 | 0.0 | |||
| rodata | 99396 | 99420 | 24 | 0.0 | |||
| text | 771300 | 771432 | 132 | 0.0 | |||
| psoc6 | all-clusters | cy8ckit_062s2_43012 | (read only) | 834504 | 834504 | 0 | 0.0 |
| (read/write) | 1792252 | 1792428 | 176 | 0.0 | |||
| .bss | 196180 | 196180 | 0 | 0.0 | |||
| .data | 2656 | 2656 | 0 | 0.0 | |||
| .text | 1585028 | 1585204 | 176 | 0.0 | |||
| all-clusters-minimal | cy8ckit_062s2_43012 | (read only) | 837616 | 837616 | 0 | 0.0 | |
| (read/write) | 1716212 | 1716388 | 176 | 0.0 | |||
| .bss | 193092 | 193092 | 0 | 0.0 | |||
| .data | 2632 | 2632 | 0 | 0.0 | |||
| .text | 1512100 | 1512276 | 176 | 0.0 | |||
| light | cy8ckit_062s2_43012 | (read only) | 844344 | 844344 | 0 | 0.0 | |
| (read/write) | 1635540 | 1635716 | 176 | 0.0 | |||
| .bss | 186556 | 186556 | 0 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1438156 | 1438332 | 176 | 0.0 | |||
| lock | cy8ckit_062s2_43012 | (read only) | 817184 | 817184 | 0 | 0.0 | |
| (read/write) | 1665532 | 1665700 | 168 | 0.0 | |||
| .bss | 213716 | 213716 | 0 | 0.0 | |||
| .data | 2440 | 2440 | 0 | 0.0 | |||
| .text | 1440988 | 1441156 | 168 | 0.0 | |||
| qpg | lighting-app | qpg6105+debug | (read/write) | 1126072 | 1126848 | 776 | 0.1 |
| .bss | 102400 | 102448 | 48 | 0.0 | |||
| .data | 820 | 820 | 0 | 0.0 | |||
| .text | 638456 | 639232 | 776 | 0.1 | |||
| lock-app | qpg6105+debug | (read/write) | 1086064 | 1086816 | 752 | 0.1 | |
| .bss | 97152 | 97192 | 40 | 0.0 | |||
| .data | 840 | 840 | 0 | 0.0 | |||
| .text | 598444 | 599196 | 752 | 0.1 | |||
| stm32 | light | STM32WB5MM-DK | (read/write) | 598093 | 598245 | 152 | 0.0 |
| .bss | 128312 | 128312 | 0 | 0.0 | |||
| .data | 668 | 668 | 0 | 0.0 | |||
| .rodata | 78772 | 78796 | 24 | 0.0 | |||
| .text | 380616 | 380744 | 128 | 0.0 | |||
| telink | air-quality-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 |
| (read/write) | 820882 | 821106 | 224 | 0.0 | |||
| bss | 49628 | 49636 | 8 | 0.0 | |||
| text | 614720 | 614908 | 188 | 0.0 | |||
| all-clusters-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 1087740 | 1087956 | 216 | 0.0 | |||
| bss | 101720 | 101720 | 0 | 0.0 | |||
| text | 790062 | 790250 | 188 | 0.0 | |||
| all-clusters-minimal-app | tlsr9528a | (read only) | 47960 | 47960 | 0 | 0.0 | |
| (read/write) | 1046676 | 1046884 | 208 | 0.0 | |||
| bss | 110052 | 110052 | 0 | 0.0 | |||
| text | 762658 | 762846 | 188 | 0.0 | |||
| bridge-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 907916 | 908124 | 208 | 0.0 | |||
| bss | 93084 | 93084 | 0 | 0.0 | |||
| text | 650616 | 650804 | 188 | 0.0 | |||
| contact-sensor-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 822506 | 822722 | 216 | 0.0 | |||
| bss | 49676 | 49684 | 8 | 0.0 | |||
| text | 616398 | 616586 | 188 | 0.0 | |||
| light-switch-app-ota-shell-factory-data | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 928016 | 928240 | 224 | 0.0 | |||
| bss | 77676 | 77684 | 8 | 0.0 | |||
| text | 696348 | 696536 | 188 | 0.0 | |||
| lighting-app-ota-rpc-factory-data-4mb | tlsr9518adk80d | (read only) | 29122 | 29122 | 0 | 0.0 | |
| (read/write) | 1070188 | 1070396 | 208 | 0.0 | |||
| bss | 100164 | 100164 | 0 | 0.0 | |||
| text | 775130 | 775318 | 188 | 0.0 | |||
| lock-app-dfu | tlsr9528a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 900608 | 900832 | 224 | 0.0 | |||
| bss | 69140 | 69148 | 8 | 0.0 | |||
| text | 651806 | 651994 | 188 | 0.0 | |||
| ota-requestor-app | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 926244 | 926460 | 216 | 0.0 | |||
| bss | 92664 | 92664 | 0 | 0.0 | |||
| text | 668982 | 669170 | 188 | 0.0 | |||
| pump-app | tlsr9258a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 825114 | 825338 | 224 | 0.0 | |||
| bss | 49784 | 49792 | 8 | 0.0 | |||
| text | 619412 | 619600 | 188 | 0.0 | |||
| pump-controller-app | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 788828 | 789044 | 216 | 0.0 | |||
| bss | 55984 | 55992 | 8 | 0.0 | |||
| text | 590160 | 590348 | 188 | 0.0 | |||
| shell | tlsr9518adk80d | (read only) | 29042 | 29042 | 0 | 0.0 | |
| (read/write) | 676776 | 676776 | 0 | 0.0 | |||
| bss | 73640 | 73640 | 0 | 0.0 | |||
| text | 462290 | 462290 | 0 | 0.0 | |||
| smoke_co_alarm-app | tlsr9528a_retention | (read only) | 51774 | 51774 | 0 | 0.0 | |
| (read/write) | 829534 | 829750 | 216 | 0.0 | |||
| bss | 51308 | 51316 | 8 | 0.0 | |||
| text | 622460 | 622648 | 188 | 0.0 | |||
| temperature-measurement-app-mars-ota | tlsr9518adk80d | (read only) | 32220 | 32220 | 0 | 0.0 | |
| (read/write) | 847989 | 848213 | 224 | 0.0 | |||
| bss | 59460 | 59468 | 8 | 0.0 | |||
| text | 634070 | 634258 | 188 | 0.0 | |||
| thermostat | tlsr9518adk80d | (read only) | 31872 | 31872 | 0 | 0.0 | |
| (read/write) | 814432 | 814648 | 216 | 0.0 | |||
| bss | 56272 | 56280 | 8 | 0.0 | |||
| text | 609808 | 609996 | 188 | 0.0 | |||
| window-covering | tlsr9258a | (read only) | 51584 | 51584 | 0 | 0.0 | |
| (read/write) | 832536 | 832760 | 224 | 0.0 | |||
| bss | 68048 | 68056 | 8 | 0.0 | |||
| text | 625066 | 625254 | 188 | 0.0 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
To many updates and time passed. Will have to re-work this one if we get to more decoupling work.