Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

IDT v0.0.2 #29931

Merged
merged 72 commits into from
Nov 15, 2023
Merged

IDT v0.0.2 #29931

merged 72 commits into from
Nov 15, 2023

Conversation

aBozowski
Copy link
Contributor

@aBozowski aBozowski commented Oct 24, 2023

Fixes #29477

Follow up from initial idt review and merge.

The following requires consensus for the next iteration:

  • Standardize artifact output format

The following still need to be done:

  • Diagrams

Changes:

  • README add more details of the project structure
  • Dockerfile add dependencies to build tcpdump for arm 64.
  • config files throughout for helpful dev configs.
  • probe add structure for iteration and implement basic probers
  • capture
    • base
      • platform split connect and start to separate steps, provide function to monitor streams (run_observers).
      • Add probe_capture step to ecosystem (a probe step that runs after stop).
    • controller
      • Call platform start stop and connect from the controller instead of individual ecosystems. This removes the unwieldy double call behavior.
      • Add error reporting
      • Start analysis and monitor tasks concurrently while captures are running instead of only as post analysis
    • loader fix coroutines validation.
    • ecosystem
      • PlayServices make analyze_capture work in "real time", not just post analysis. Add foyer prober.
      • PlayServicesUser make analyze_capture work in "real time", not just post analysis.
    • platform
      • android
        • Break out individual streams to their own implementations.
        • Take bug report
        • Add device capabilities check, enable hci logs.
        • streams
          • logcat adds monitor functionality that checks if device connection died or file is not growing; restarts as needed.
          • pcap try and run pcap on the android device; build and push tcpdump if possible and needed.
          • screen add monitor functionality and restart the stream as needed to account for three minute limit or disconnects.
  • discovery
    • ble Fix on the mac (instantiating scanner outside of coroutine only on mac causes crash... fixed) and document special settings requirement. Generally ensure all features work on macOS.
    • dnssd Write log. Parse all records and explain the content to the user.
  • utils compartmentalize and rename utils, move some functions.
    • shell make start uniform for sync and background command. Fix an issue with stdin going to background subproc interfering with sudo auth. Make killing subprocs more robust by accounting for sudo timeout in kill.
    • log centralize logging for standard format; colorize output to distinguish between program and subproc output and to make understanding log level easier for user feedback.
  • idt Verify non python dependencies before execution. Add splash for visual separation between runs.
  • __main__ verify python version before further execution.

commit 29d46b1
Author: bozowski <[email protected]>
Date:   Mon Oct 23 21:48:48 2023 -0700

    Nit

commit b432937
Author: bozowski <[email protected]>
Date:   Mon Oct 23 21:11:22 2023 -0700

    README and error reporting and controlelr resturct

commit 4ac762d
Author: bozowski <[email protected]>
Date:   Mon Oct 23 19:15:59 2023 -0700

    Logging

commit 5b6b325
Author: bozowski <[email protected]>
Date:   Mon Oct 23 18:38:25 2023 -0700

    Move logging

commit 9df3206
Author: bozowski <[email protected]>
Date:   Mon Oct 23 18:13:57 2023 -0700

    Prober

commit 4683b34
Author: bozowski <[email protected]>
Date:   Mon Oct 23 17:55:03 2023 -0700

    Make logcat resiliant

commit 12bb816
Author: bozowski <[email protected]>
Date:   Mon Oct 23 17:30:37 2023 -0700

    Warn when file is not growing

commit 1451a02
Author: bozowski <[email protected]>
Date:   Mon Oct 23 16:03:36 2023 -0700

    Real time analysis

commit 8c8ac7f
Author: bozowski <[email protected]>
Date:   Mon Oct 23 12:22:00 2023 -0700

    Fix capabilities, screen

commit 6ccfcc7
Author: bozowski <[email protected]>
Date:   Mon Oct 23 11:27:38 2023 -0700

    Snoop

commit 29d8969
Author: bozowski <[email protected]>
Date:   Mon Oct 23 11:12:26 2023 -0700

    HCI logs

commit a856bf6
Author: bozowski <[email protected]>
Date:   Fri Oct 20 15:04:32 2023 -0700

    Fix pull

commit 1239a90
Author: bozowski <[email protected]>
Date:   Fri Oct 20 14:51:22 2023 -0700

    OK

commit 2b3db4d
Author: bozowski <[email protected]>
Date:   Fri Oct 20 14:09:16 2023 -0700

    Screen recording

commit 5d02aa6
Author: bozowski <[email protected]>
Date:   Fri Oct 20 13:34:05 2023 -0700

    Nits

commit 85517ff
Author: bozowski <[email protected]>
Date:   Fri Oct 20 13:07:40 2023 -0700

    Fix prober, color config

commit c5d668c
Author: bozowski <[email protected]>
Date:   Fri Oct 20 12:45:20 2023 -0700

    Screen

commit 6352581
Author: bozowski <[email protected]>
Date:   Thu Oct 19 21:39:05 2023 -0700

    Nit

commit 1c8a45a
Author: bozowski <[email protected]>
Date:   Thu Oct 19 21:22:14 2023 -0700

    Nit

commit 51c187f
Author: bozowski <[email protected]>
Date:   Thu Oct 19 21:10:07 2023 -0700

    Splash

commit 0091588
Author: bozowski <[email protected]>
Date:   Thu Oct 19 20:47:48 2023 -0700

    Refactor

commit c480a02
Author: bozowski <[email protected]>
Date:   Thu Oct 19 15:41:39 2023 -0700

    Refactor

commit 024eeb6
Author: bozowski <[email protected]>
Date:   Thu Oct 19 15:27:05 2023 -0700

    Bugreport

commit efcc621
Author: bozowski <[email protected]>
Date:   Thu Oct 19 14:51:30 2023 -0700

    Nit

commit d5474b7
Author: bozowski <[email protected]>
Date:   Thu Oct 19 14:33:18 2023 -0700

    Configs

commit 0fcbb10
Author: bozowski <[email protected]>
Date:   Thu Oct 19 04:26:54 2023 -0700

    TODO

commit b1c7a30
Author: bozowski <[email protected]>
Date:   Thu Oct 19 04:20:18 2023 -0700

    Clean BUILD

commit d86778a
Author: bozowski <[email protected]>
Date:   Thu Oct 19 04:16:19 2023 -0700

    Logging bug

commit 6ebf7c0
Author: bozowski <[email protected]>
Date:   Thu Oct 19 03:03:48 2023 -0700

    Branch
@aBozowski aBozowski changed the title Squashed commit of the following: IDT v0.0.2 Oct 24, 2023
@github-actions github-actions bot added the tools label Oct 24, 2023
@github-actions
Copy link

github-actions bot commented Oct 24, 2023

PR #29931: Size comparison from 7bcf5f0 to 51d41ec

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7bcf5f0 51d41ec change % change
bl602 lighting-app bl602 (read/write) 1408590 1408590 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1073778 1073778 0 0.0
bl602+mfd (read/write) 1423006 1423006 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1089094 1089094 0 0.0
bl602+rpc (read/write) 1455858 1455858 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1105518 1105518 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206519 1206519 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1540054 1540054 0 0.0
.debug_aranges 138784 138784 0 0.0
.debug_frame 508420 508420 0 0.0
.debug_info 41459567 41459567 0 0.0
.debug_line 5438265 5438265 0 0.0
.debug_loc 3652961 3652961 0 0.0
.debug_ranges 444392 444392 0 0.0
.debug_str 4067701 4067701 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106492 106492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598007 598007 0 0.0
.symtab 178608 178608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
971376 971376 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217631 1217631 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1542130 1542130 0 0.0
.debug_aranges 139952 139952 0 0.0
.debug_frame 513852 513852 0 0.0
.debug_info 41500566 41500566 0 0.0
.debug_line 5478620 5478620 0 0.0
.debug_loc 3691123 3691123 0 0.0
.debug_ranges 446632 446632 0 0.0
.debug_str 4073232 4073232 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105432 105432 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601767 601767 0 0.0
.symtab 180368 180368 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
983404 983404 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1306787 1306787 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1721011 1721011 0 0.0
.debug_aranges 147400 147400 0 0.0
.debug_frame 537464 537464 0 0.0
.debug_info 46603784 46603784 0 0.0
.debug_line 5868673 5868673 0 0.0
.debug_loc 3860600 3860600 0 0.0
.debug_ranges 471960 471960 0 0.0
.debug_str 4495581 4495581 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121392 121392 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661964 661964 0 0.0
.symtab 197728 197728 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1047184 1047184 0 0.0
bl706-eth (read/write) 993833 993833 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1059526 1059526 0 0.0
.debug_aranges 111616 111616 0 0.0
.debug_frame 412352 412352 0 0.0
.debug_info 22379105 22379105 0 0.0
.debug_line 4129748 4129748 0 0.0
.debug_loc 3070562 3070562 0 0.0
.debug_ranges 362808 362808 0 0.0
.debug_str 3610708 3610708 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99120 99120 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 456455 456455 0 0.0
.symtab 133248 133248 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
736920 736920 0 0.0
bl706-wifi (read/write) 1228750 1228750 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1174300 1174300 0 0.0
.debug_aranges 119280 119280 0 0.0
.debug_frame 617848 617848 0 0.0
.debug_info 23762233 23762233 0 0.0
.debug_line 4554342 4554342 0 0.0
.debug_loc 3257747 3257747 0 0.0
.debug_ranges 390664 390664 0 0.0
.debug_str 3712240 3712240 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119992 119992 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505560 505560 0 0.0
.symtab 152544 152544 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
961094 961094 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177320 1177320 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1540396 1540396 0 0.0
.debug_aranges 133992 133992 0 0.0
.debug_frame 490376 490376 0 0.0
.debug_info 4127709 4127709 0 0.0
.debug_line 5366321 5366321 0 0.0
.debug_loc 3603499 3603499 0 0.0
.debug_ranges 452552 452552 0 0.0
.debug_str 4097475 4097475 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100648 100648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 601537 601537 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
961284 961284 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188788 1188788 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1542487 1542487 0 0.0
.debug_aranges 135160 135160 0 0.0
.debug_frame 495804 495804 0 0.0
.debug_info 41320136 41320136 0 0.0
.debug_line 5406553 5406553 0 0.0
.debug_loc 3641661 3641661 0 0.0
.debug_ranges 454792 454792 0 0.0
.debug_str 4102996 4102996 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99588 99588 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 605365 605365 0 0.0
.symtab 181024 181024 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
973660 973660 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734883 734883 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650208 650208 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756531 756531 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676276 676276 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743875 743875 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637532 637532 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694683 694683 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614184 614184 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680363 680363 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 604032 604032 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617450 617450 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936343 936343 0 0.0
.debug_aranges 108688 108688 0 0.0
.debug_frame 366164 366164 0 0.0
.debug_info 20543000 20543000 0 0.0
.debug_line 2654530 2654530 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1632805 1632805 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112064 112064 0 0.0
.debug_str 3438164 3438164 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515782 515782 0 0.0
.symtab 298512 298512 0 0.0
.text 509164 509164 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551999 551999 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538135 538135 0 0.0
.app_xip_area 424553 424553 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573615 573615 0 0.0
.app_xip_area 466153 466153 0 0.0
.bss 62504 62504 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549871 549871 0 0.0
.app_xip_area 439329 439329 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006544 1006544 0 0.0
.bss 171952 171952 0 0.0
.data 2692 2692 0 0.0
.text 831880 831880 0 0.0
BRD4187C (read/write) 1093040 1093040 0 0.0
.bss 196116 196116 0 0.0
.data 3300 3300 0 0.0
.text 893604 893604 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103560 1103560 0 0.0
.bss 186664 186664 0 0.0
.data 2708 2708 0 0.0
.text 914164 914164 0 0.0
window-app BRD4187C (read/write) 1129372 1129372 0 0.0
.bss 168532 168532 0 0.0
.data 3172 3172 0 0.0
.text 957648 957648 0 0.0
esp32 all-clusters-app c3devkit (read only) 1159830 1159830 0 0.0
(read/write) 1700500 1700500 0 0.0
.dram0.bss 77176 77176 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 266432 266432 0 0.0
.flash.text 1159830 1159830 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1202991 1202991 0 0.0
(read/write) 549980 549980 0 0.0
.dram0.bss 83824 83824 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297756 297756 0 0.0
.flash.text 1197607 1197607 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589132 589132 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588596 588596 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684028 684028 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 570880 570880 0 0.0
light k32w0+release (read only) 588836 588836 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 588300 588300 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776008 776008 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653992 653992 0 0.0
lock k32w0+release (read only) 560668 560668 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 560132 560132 0 0.0
linux all-clusters-app debug (read only) 5471233 5471233 0 0.0
(read/write) 417496 417496 0 0.0
.bss 129264 129264 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 277120 277120 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1248 1248 0 0.0
.rodata 330412 330412 0 0.0
.text 4762115 4762115 0 0.0
all-clusters-minimal-app debug (read only) 4879649 4879649 0 0.0
(read/write) 232664 232664 0 0.0
.bss 126480 126480 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270141 270141 0 0.0
.text 4378675 4378675 0 0.0
bridge-app debug (read only) 4361217 4361217 0 0.0
(read/write) 214968 214968 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 217981 217981 0 0.0
.text 3925891 3925891 0 0.0
chip-tool debug (read only) 10236977 10236977 0 0.0
(read/write) 443552 443552 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337648 337648 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 386185 386185 0 0.0
.text 9252979 9252979 0 0.0
chip-tool-ipv6only arm64 (read only) 10108308 10108308 0 0.0
(read/write) 505480 505480 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374184 374184 0 0.0
.dynamic 512 512 0 0.0
.got 18520 18520 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314704 314704 0 0.0
.text 9026808 9026808 0 0.0
lighting-app debug+rpc+ui (read only) 5219297 5219297 0 0.0
(read/write) 222960 222960 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336148 336148 0 0.0
.text 4640211 4640211 0 0.0
lock-app debug (read only) 4460657 4460657 0 0.0
(read/write) 203064 203064 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247293 247293 0 0.0
.text 4004051 4004051 0 0.0
ota-provider-app debug (read only) 4117921 4117921 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199773 199773 0 0.0
.text 3727587 3727587 0 0.0
ota-requestor-app debug (read only) 4203129 4203129 0 0.0
(read/write) 196216 196216 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71600 71600 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203037 203037 0 0.0
.text 3805251 3805251 0 0.0
shell debug (read only) 2878209 2878209 0 0.0
(read/write) 150032 150032 0 0.0
.bss 59784 59784 0 0.0
.data 816 816 0 0.0
.data.rel.ro 83624 83624 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 206048 206048 0 0.0
.text 2500994 2500994 0 0.0
thermostat-no-ble arm64 (read only) 4346580 4346580 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3851144 3851144 0 0.0
tv-app debug (read only) 5284577 5284577 0 0.0
(read/write) 351664 351664 0 0.0
.bss 242880 242880 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271021 271021 0 0.0
.text 4769763 4769763 0 0.0
tv-casting-app debug (read only) 8185953 8185953 0 0.0
(read/write) 313400 313400 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148208 148208 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 337304 337304 0 0.0
.text 7445955 7445955 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521976 2521976 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484660 1484660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220960 1220960 0 0.0
bss 154069 154069 0 0.0
rodata 140204 140204 0 0.0
text 847740 847740 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1342712 1342712 0 0.0
bss 140079 140079 0 0.0
rodata 135648 135648 0 0.0
text 776336 776336 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160412 1160412 0 0.0
bss 153994 153994 0 0.0
rodata 113712 113712 0 0.0
text 813688 813688 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838048 0 0.0
(read/write) 1769548 1769548 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192796 192796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1326710 1326710 0 0.0
.debug_aranges 143000 143000 0 0.0
.debug_frame 474428 474428 0 0.0
.debug_info 30615327 30615327 0 0.0
.debug_line 3943246 3943246 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2287813 2287813 0 0.0
.debug_rnglists 153927 153927 0 0.0
.debug_str 4160651 4160651 0 0.0
.heap 838048 838048 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 829782 829782 0 0.0
.symtab 506352 506352 0 0.0
.text 0 0 0 0.0
1565868 1565868 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680932 1680932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258899 1258899 0 0.0
.debug_aranges 137120 137120 0 0.0
.debug_frame 460136 460136 0 0.0
.debug_info 28448551 28448551 0 0.0
.debug_line 3793273 3793273 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2187944 2187944 0 0.0
.debug_rnglists 147443 147443 0 0.0
.debug_str 3993181 3993181 0 0.0
.heap 840160 840160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741385 741385 0 0.0
.symtab 474784 474784 0 0.0
.text 1479364 1479364 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607364 1607364 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100274 1100274 0 0.0
.debug_aranges 127176 127176 0 0.0
.debug_frame 423028 423028 0 0.0
.debug_info 23577896 23577896 0 0.0
.debug_line 3368401 3368401 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2024290 2024290 0 0.0
.debug_rnglists 136977 136977 0 0.0
.debug_str 3800070 3800070 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654477 654477 0 0.0
.symtab 436240 436240 0 0.0
.text 1412124 1412124 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640212 1640212 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093306 1093306 0 0.0
.debug_aranges 125872 125872 0 0.0
.debug_frame 418296 418296 0 0.0
.debug_info 23389243 23389243 0 0.0
.debug_line 3321124 3321124 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2001177 2001177 0 0.0
.debug_rnglists 135012 135012 0 0.0
.debug_str 3762651 3762651 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 628059 628059 0 0.0
.symtab 427824 427824 0 0.0
.text 1417708 1417708 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176172 0 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623016 623016 0 0.0
lock-app qpg6105+debug (read/write) 1132652 1132652 0 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579492 579492 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856128 856128 0 0.0
bss 77996 77996 0 0.0
text 603756 603756 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1122988 1122988 0 0.0
bss 112724 112724 0 0.0
text 780456 780456 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076128 1076128 0 0.0
bss 122236 122236 0 0.0
text 743898 743898 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931424 931424 0 0.0
bss 106876 106876 0 0.0
text 640952 640952 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859488 859488 0 0.0
bss 78120 78120 0 0.0
text 606822 606822 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961608 961608 0 0.0
bss 88184 88184 0 0.0
text 683242 683242 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087380 1087380 0 0.0
bss 112384 112384 0 0.0
text 761594 761594 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 917948 917948 0 0.0
bss 78812 78812 0 0.0
text 637694 637694 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944752 944752 0 0.0
bss 104976 104976 0 0.0
text 656724 656724 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863356 863356 0 0.0
bss 78228 78228 0 0.0
text 611028 611028 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804224 804224 0 0.0
bss 66248 66248 0 0.0
text 578064 578064 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819880 819880 0 0.0
bss 66652 66652 0 0.0
text 588644 588644 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708920 708920 0 0.0
bss 86424 86424 0 0.0
text 461956 461956 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 861936 861936 0 0.0
bss 78204 78204 0 0.0
text 610206 610206 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847168 847168 0 0.0
bss 77932 77932 0 0.0
text 597562 597562 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825268 825268 0 0.0
bss 66536 66536 0 0.0
text 593388 593388 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822732 822732 0 0.0
bss 66888 66888 0 0.0
text 590436 590436 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 24, 2023

PR #29931: Size comparison from 7bcf5f0 to 508e9c3

Increases above 0.2%:

platform target config section 7bcf5f0 508e9c3 change % change
bl702 lighting-app bl706-eth .debug_str 3610708 3618554 7846 0.2
bl706-wifi .debug_str 3712240 3720086 7846 0.2
linux chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
.text 9026808 9055208 28400 0.3
Increases (18 builds for bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, nrfconnect, psoc6)
platform target config section 7bcf5f0 508e9c3 change % change
bl702 lighting-app bl702 .debug_aranges 138784 138832 48 0.0
.debug_frame 508420 508612 192 0.0
.debug_info 41459567 41470738 11171 0.0
.debug_line 5438265 5438971 706 0.0
.debug_loc 3652961 3654206 1245 0.0
.debug_ranges 444392 444464 72 0.0
.debug_str 4067701 4075514 7813 0.2
bl702+mfd .debug_aranges 139952 140000 48 0.0
.debug_frame 513852 514044 192 0.0
.debug_info 41500566 41511737 11171 0.0
.debug_line 5478620 5479326 706 0.0
.debug_loc 3691123 3692368 1245 0.0
.debug_ranges 446632 446704 72 0.0
.debug_str 4073232 4081045 7813 0.2
bl702+rpc .debug_aranges 147400 147448 48 0.0
.debug_frame 537464 537656 192 0.0
.debug_info 46603784 46615051 11267 0.0
.debug_line 5868673 5869379 706 0.0
.debug_loc 3860600 3861845 1245 0.0
.debug_ranges 471960 472032 72 0.0
.debug_str 4495581 4503394 7813 0.2
bl706-eth .debug_aranges 111616 111664 48 0.0
.debug_frame 412352 412544 192 0.0
.debug_info 22379105 22393156 14051 0.1
.debug_line 4129748 4130454 706 0.0
.debug_loc 3070562 3071805 1243 0.0
.debug_ranges 362808 362880 72 0.0
.debug_str 3610708 3618554 7846 0.2
bl706-wifi .debug_aranges 119280 119328 48 0.0
.debug_frame 617848 618112 264 0.0
.debug_info 23762233 23776476 14243 0.1
.debug_line 4554342 4555048 706 0.0
.debug_loc 3257747 3259006 1259 0.0
.debug_ranges 390664 390736 72 0.0
.debug_str 3712240 3720086 7846 0.2
bl702l lighting-app bl702l .debug_aranges 133992 134040 48 0.0
.debug_frame 490376 490568 192 0.0
.debug_info 4127709 41288265 11171 0.0
.debug_line 5366321 5367027 706 0.0
.debug_loc 3603499 3604759 1260 0.0
.debug_ranges 452552 452624 72 0.0
.debug_str 4097475 4105288 7813 0.2
bl702l+mfd .debug_aranges 135160 135208 48 0.0
.debug_frame 495804 495996 192 0.0
.debug_info 41320136 41331307 11171 0.0
.debug_line 5406553 5407259 706 0.0
.debug_loc 3641661 3642921 1260 0.0
.debug_ranges 454792 454864 72 0.0
.debug_str 4102996 4110809 7813 0.2
cc13x4_26x4 pump-app LP_EM_CC1354P10_6 (read only) 694683 694691 8 0.0
.rodata 80111 80119 8 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680363 680371 8 0.0
.rodata 75943 75951 8 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_aranges 108688 108752 64 0.1
.debug_frame 366164 366400 236 0.1
.debug_info 20543000 20556258 13258 0.1
.debug_line 2654530 2655212 682 0.0
.debug_loclists 1632805 1633661 856 0.1
.debug_rnglists 112064 112112 48 0.0
.debug_str 3438164 3446010 7846 0.2
cyw30739 switch cyw930739m2evb_01 (read/write) 549871 549879 8 0.0
.app_xip_area 439329 439337 8 0.0
linux chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
(read/write) 505480 506424 944 0.2
.data.rel.ro 374184 375104 920 0.2
.got 18520 18552 32 0.2
.rodata 314704 315008 304 0.1
.text 9026808 9055208 28400 0.3
thermostat-no-ble arm64 (read only) 4346580 4346588 8 0.0
.rodata 160820 160828 8 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160412 1160440 28 0.0
rodata 113712 113740 28 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838144 96 0.0
.heap 838048 838144 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680932 1680956 24 0.0
.debug_aranges 137120 137184 64 0.0
.debug_frame 460136 460372 236 0.1
.debug_info 28448551 28465265 16714 0.1
.debug_line 3793273 3793955 682 0.0
.debug_loclists 2187944 2188807 863 0.0
.debug_rnglists 147443 147491 48 0.0
.debug_str 3993181 4001027 7846 0.2
.text 1479364 1479388 24 0.0
light cy8ckit_062s2_43012 .debug_aranges 127176 127240 64 0.1
.debug_frame 423028 423264 236 0.1
.debug_info 23577896 23591973 14077 0.1
.debug_line 3368401 3369083 682 0.0
.debug_loclists 2024290 2025154 864 0.0
.debug_rnglists 136977 137025 48 0.0
.debug_str 3800070 3807916 7846 0.2
lock cy8ckit_062s2_43012 .debug_aranges 125872 125936 64 0.1
.debug_frame 418296 418532 236 0.1
.debug_info 23389243 23402966 13723 0.1
.debug_line 3321124 3321806 682 0.0
.debug_loclists 2001177 2002041 864 0.0
.debug_rnglists 135012 135060 48 0.0
.debug_str 3762651 3770497 7846 0.2
Decreases (5 builds for esp32, nrfconnect, psoc6)
platform target config section 7bcf5f0 508e9c3 change % change
esp32 all-clusters-app c3devkit (read only) 1159830 1132326 -27504 -2.4
(read/write) 1700500 1670316 -30184 -1.8
.dram0.bss 77176 71904 -5272 -6.8
.flash.rodata 266432 241528 -24904 -9.3
.flash.text 1159830 1132326 -27504 -2.4
m5stack (read only) 1202991 1176955 -26036 -2.2
(read/write) 549980 520212 -29768 -5.4
.dram0.bss 83824 78552 -5272 -6.3
.flash.rodata 297756 273260 -24496 -8.2
.flash.text 1197607 1171571 -26036 -2.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1220960 1178824 -42136 -3.5
bss 154069 153980 -89 -0.1
rodata 140204 118772 -21432 -15.3
text 847740 827164 -20576 -2.4
nrf7002dk_nrf5340_cpuapp (read/write) 1342712 1326308 -16404 -1.2
bss 140079 139990 -89 -0.1
rodata 135648 134836 -812 -0.6
text 776336 760828 -15508 -2.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1769548 1722700 -46848 -2.6
.bss 192796 192700 -96 -0.0
.debug_abbrev 1326710 1318303 -8407 -0.6
.debug_aranges 143000 140968 -2032 -1.4
.debug_frame 474428 466984 -7444 -1.6
.debug_info 30615327 30188839 -426488 -1.4
.debug_line 3943246 3888455 -54791 -1.4
.debug_loclists 2287813 2244326 -43487 -1.9
.debug_rnglists 153927 151676 -2251 -1.5
.debug_str 4160651 4108000 -52651 -1.3
.strtab 829782 797030 -32752 -3.9
.symtab 506352 493728 -12624 -2.5
.text 1565868 1519116 -46752 -3.0
Full report (43 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 7bcf5f0 508e9c3 change % change
bl602 lighting-app bl602 (read/write) 1408590 1408590 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1073778 1073778 0 0.0
bl602+mfd (read/write) 1423006 1423006 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1089094 1089094 0 0.0
bl602+rpc (read/write) 1455858 1455858 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1105518 1105518 0 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3478 3478 0 0.0
(read/write) 1206519 1206519 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1540054 1540054 0 0.0
.debug_aranges 138784 138832 48 0.0
.debug_frame 508420 508612 192 0.0
.debug_info 41459567 41470738 11171 0.0
.debug_line 5438265 5438971 706 0.0
.debug_loc 3652961 3654206 1245 0.0
.debug_ranges 444392 444464 72 0.0
.debug_str 4067701 4075514 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106492 106492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598007 598007 0 0.0
.symtab 178608 178608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 971376 971376 0 0.0
bl702+mfd 0 0 0 0.0
(read only) 3478 3478 0 0.0
(read/write) 1217631 1217631 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1542130 1542130 0 0.0
.debug_aranges 139952 140000 48 0.0
.debug_frame 513852 514044 192 0.0
.debug_info 41500566 41511737 11171 0.0
.debug_line 5478620 5479326 706 0.0
.debug_loc 3691123 3692368 1245 0.0
.debug_ranges 446632 446704 72 0.0
.debug_str 4073232 4081045 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105432 105432 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601767 601767 0 0.0
.symtab 180368 180368 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 983404 983404 0 0.0
bl702+rpc 0 0 0 0.0
(read only) 3478 3478 0 0.0
(read/write) 1306787 1306787 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1721011 1721011 0 0.0
.debug_aranges 147400 147448 48 0.0
.debug_frame 537464 537656 192 0.0
.debug_info 46603784 46615051 11267 0.0
.debug_line 5868673 5869379 706 0.0
.debug_loc 3860600 3861845 1245 0.0
.debug_ranges 471960 472032 72 0.0
.debug_str 4495581 4503394 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121392 121392 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661964 661964 0 0.0
.symtab 197728 197728 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 1047184 1047184 0 0.0
bl706-eth 0 0 0 0.0
(read/write) 993833 993833 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1059526 1059526 0 0.0
.debug_aranges 111616 111664 48 0.0
.debug_frame 412352 412544 192 0.0
.debug_info 22379105 22393156 14051 0.1
.debug_line 4129748 4130454 706 0.0
.debug_loc 3070562 3071805 1243 0.0
.debug_ranges 362808 362880 72 0.0
.debug_str 3610708 3618554 7846 0.2
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99120 99120 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 456455 456455 0 0.0
.symtab 133248 133248 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 736920 736920 0 0.0
bl706-wifi 0 0 0 0.0
(read/write) 1228750 1228750 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1174300 1174300 0 0.0
.debug_aranges 119280 119328 48 0.0
.debug_frame 617848 618112 264 0.0
.debug_info 23762233 23776476 14243 0.1
.debug_line 4554342 4555048 706 0.0
.debug_loc 3257747 3259006 1259 0.0
.debug_ranges 390664 390736 72 0.0
.debug_str 3712240 3720086 7846 0.2
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119992 119992 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505560 505560 0 0.0
.symtab 152544 152544 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 961094 961094 0 0.0
bl702l lighting-app bl702l 0 0 0 0.0
(read only) 512 512 0 0.0
(read/write) 1177320 1177320 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1540396 1540396 0 0.0
.debug_aranges 133992 134040 48 0.0
.debug_frame 490376 490568 192 0.0
.debug_info 4127709 41288265 11171 0.0
.debug_line 5366321 5367027 706 0.0
.debug_loc 3603499 3604759 1260 0.0
.debug_ranges 452552 452624 72 0.0
.debug_str 4097475 4105288 7813 0.2
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100648 100648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 601537 601537 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 961284 961284 0 0.0
bl702l+mfd 0 0 0 0.0
(read only) 512 512 0 0.0
(read/write) 1188788 1188788 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1542487 1542487 0 0.0
.debug_aranges 135160 135208 48 0.0
.debug_frame 495804 495996 192 0.0
.debug_info 41320136 41331307 11171 0.0
.debug_line 5406553 5407259 706 0.0
.debug_loc 3641661 3642921 1260 0.0
.debug_ranges 454792 454864 72 0.0
.debug_str 4102996 4110809 7813 0.2
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99588 99588 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 605365 605365 0 0.0
.symtab 181024 181024 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 973660 973660 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734883 734883 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650208 650208 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756531 756531 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676276 676276 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743875 743875 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637532 637532 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694683 694691 8 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80119 8 0.0
.text 614184 614184 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680363 680371 8 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75951 8 0.0
.text 604032 604032 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617450 617450 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936343 936343 0 0.0
.debug_aranges 108688 108752 64 0.1
.debug_frame 366164 366400 236 0.1
.debug_info 20543000 20556258 13258 0.1
.debug_line 2654530 2655212 682 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1632805 1633661 856 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112064 112112 48 0.0
.debug_str 3438164 3446010 7846 0.2
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515782 515782 0 0.0
.symtab 298512 298512 0 0.0
.text 509164 509164 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551999 551999 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538135 538135 0 0.0
.app_xip_area 424553 424553 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573615 573615 0 0.0
.app_xip_area 466153 466153 0 0.0
.bss 62504 62504 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549871 549879 8 0.0
.app_xip_area 439329 439337 8 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006544 1006544 0 0.0
.bss 171952 171952 0 0.0
.data 2692 2692 0 0.0
.text 831880 831880 0 0.0
BRD4187C (read/write) 1093040 1093040 0 0.0
.bss 196116 196116 0 0.0
.data 3300 3300 0 0.0
.text 893604 893604 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103560 1103560 0 0.0
.bss 186664 186664 0 0.0
.data 2708 2708 0 0.0
.text 914164 914164 0 0.0
window-app BRD4187C (read/write) 1129372 1129372 0 0.0
.bss 168532 168532 0 0.0
.data 3172 3172 0 0.0
.text 957648 957648 0 0.0
esp32 all-clusters-app c3devkit (read only) 1159830 1132326 -27504 -2.4
(read/write) 1700500 1670316 -30184 -1.8
.dram0.bss 77176 71904 -5272 -6.8
.dram0.data 13020 13020 0 0.0
.flash.rodata 266432 241528 -24904 -9.3
.flash.text 1159830 1132326 -27504 -2.4
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1202991 1176955 -26036 -2.2
(read/write) 549980 520212 -29768 -5.4
.dram0.bss 83824 78552 -5272 -6.3
.dram0.data 34036 34036 0 0.0
.flash.rodata 297756 273260 -24496 -8.2
.flash.text 1197607 1171571 -26036 -2.2
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589132 589132 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588596 588596 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684028 684028 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 570880 570880 0 0.0
light k32w0+release (read only) 588836 588836 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 588300 588300 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776008 776008 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653992 653992 0 0.0
lock k32w0+release (read only) 560668 560668 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 560132 560132 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
(read/write) 505480 506424 944 0.2
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374184 375104 920 0.2
.dynamic 512 512 0 0.0
.got 18520 18552 32 0.2
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314704 315008 304 0.1
.text 9026808 9055208 28400 0.3
thermostat-no-ble arm64 (read only) 4346580 4346588 8 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160828 8 0.0
.text 3851144 3851144 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521976 2521976 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484660 1484660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220960 1178824 -42136 -3.5
bss 154069 153980 -89 -0.1
rodata 140204 118772 -21432 -15.3
text 847740 827164 -20576 -2.4
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1342712 1326308 -16404 -1.2
bss 140079 139990 -89 -0.1
rodata 135648 134836 -812 -0.6
text 776336 760828 -15508 -2.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160412 1160440 28 0.0
bss 153994 153994 0 0.0
rodata 113712 113740 28 0.0
text 813688 813688 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838144 96 0.0
(read/write) 1769548 1722700 -46848 -2.6
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192796 192700 -96 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1326710 1318303 -8407 -0.6
.debug_aranges 143000 140968 -2032 -1.4
.debug_frame 474428 466984 -7444 -1.6
.debug_info 30615327 30188839 -426488 -1.4
.debug_line 3943246 3888455 -54791 -1.4
.debug_line_str 957 957 0 0.0
.debug_loclists 2287813 2244326 -43487 -1.9
.debug_rnglists 153927 151676 -2251 -1.5
.debug_str 4160651 4108000 -52651 -1.3
.heap 838048 838144 96 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 829782 797030 -32752 -3.9
.symtab 506352 493728 -12624 -2.5
.text 1565868 1519116 -46752 -3.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680932 1680956 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258899 1258899 0 0.0
.debug_aranges 137120 137184 64 0.0
.debug_frame 460136 460372 236 0.1
.debug_info 28448551 28465265 16714 0.1
.debug_line 3793273 3793955 682 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2187944 2188807 863 0.0
.debug_rnglists 147443 147491 48 0.0
.debug_str 3993181 4001027 7846 0.2
.heap 840160 840160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741385 741385 0 0.0
.symtab 474784 474784 0 0.0
.text 1479364 1479388 24 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607364 1607364 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100274 1100274 0 0.0
.debug_aranges 127176 127240 64 0.1
.debug_frame 423028 423264 236 0.1
.debug_info 23577896 23591973 14077 0.1
.debug_line 3368401 3369083 682 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2024290 2025154 864 0.0
.debug_rnglists 136977 137025 48 0.0
.debug_str 3800070 3807916 7846 0.2
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654477 654477 0 0.0
.symtab 436240 436240 0 0.0
.text 1412124 1412124 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640212 1640212 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093306 1093306 0 0.0
.debug_aranges 125872 125936 64 0.1
.debug_frame 418296 418532 236 0.1
.debug_info 23389243 23402966 13723 0.1
.debug_line 3321124 3321806 682 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2001177 2002041 864 0.0
.debug_rnglists 135012 135060 48 0.0
.debug_str 3762651 3770497 7846 0.2
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 628059 628059 0 0.0
.symtab 427824 427824 0 0.0
.text 1417708 1417708 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176172 0 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623016 623016 0 0.0
lock-app qpg6105+debug (read/write) 1132652 1132652 0 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579492 579492 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 25, 2023

PR #29931: Size comparison from 7bcf5f0 to 44a674f

Increases above 0.2%:

platform target config section 7bcf5f0 44a674fd change % change
linux chip-tool debug (read only) 10236977 10266369 29392 0.3
.data.rel.ro 337648 338576 928 0.3
.text 9252979 9280323 27344 0.3
chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
.text 9026808 9055208 28400 0.3
tv-casting-app debug (read only) 8185953 8214665 28712 0.4
.data.rel.ro 148208 148816 608 0.4
.text 7445955 7473043 27088 0.4
Increases (26 builds for bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, nrfconnect, psoc6, telink)
platform target config section 7bcf5f0 44a674fd change % change
bl702 lighting-app bl702 .debug_aranges 138784 138832 48 0.0
.debug_frame 508420 508612 192 0.0
.debug_info 41459567 41470738 11171 0.0
.debug_line 5438265 5438971 706 0.0
.debug_loc 3652961 3654206 1245 0.0
.debug_ranges 444392 444464 72 0.0
.debug_str 4067701 4075514 7813 0.2
bl702+mfd .debug_aranges 139952 140000 48 0.0
.debug_frame 513852 514044 192 0.0
.debug_info 41500566 41511737 11171 0.0
.debug_line 5478620 5479326 706 0.0
.debug_loc 3691123 3692368 1245 0.0
.debug_ranges 446632 446704 72 0.0
.debug_str 4073232 4081045 7813 0.2
bl702+rpc .debug_aranges 147400 147448 48 0.0
.debug_frame 537464 537656 192 0.0
.debug_info 46603784 46615051 11267 0.0
.debug_line 5868673 5869379 706 0.0
.debug_loc 3860600 3861845 1245 0.0
.debug_ranges 471960 472032 72 0.0
.debug_str 4495581 4503394 7813 0.2
bl706-eth .debug_aranges 111616 111664 48 0.0
.debug_frame 412352 412544 192 0.0
.debug_info 22379105 22393156 14051 0.1
.debug_line 4129748 4130454 706 0.0
.debug_loc 3070562 3071805 1243 0.0
.debug_ranges 362808 362880 72 0.0
.debug_str 3610708 3618554 7846 0.2
bl706-wifi .debug_aranges 119280 119328 48 0.0
.debug_frame 617848 618112 264 0.0
.debug_info 23762233 23776476 14243 0.1
.debug_line 4554342 4555048 706 0.0
.debug_loc 3257747 3259006 1259 0.0
.debug_ranges 390664 390736 72 0.0
.debug_str 3712240 3720086 7846 0.2
bl702l lighting-app bl702l .debug_aranges 133992 134040 48 0.0
.debug_frame 490376 490568 192 0.0
.debug_info 4127709 41288265 11171 0.0
.debug_line 5366321 5367027 706 0.0
.debug_loc 3603499 3604759 1260 0.0
.debug_ranges 452552 452624 72 0.0
.debug_str 4097475 4105288 7813 0.2
bl702l+mfd .debug_aranges 135160 135208 48 0.0
.debug_frame 495804 495996 192 0.0
.debug_info 41320136 41331307 11171 0.0
.debug_line 5406553 5407259 706 0.0
.debug_loc 3641661 3642921 1260 0.0
.debug_ranges 454792 454864 72 0.0
.debug_str 4102996 4110809 7813 0.2
cc13x4_26x4 pump-app LP_EM_CC1354P10_6 (read only) 694683 694691 8 0.0
.rodata 80111 80119 8 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680363 680371 8 0.0
.rodata 75943 75951 8 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_aranges 108688 108752 64 0.1
.debug_frame 366164 366400 236 0.1
.debug_info 20543000 20556258 13258 0.1
.debug_line 2654530 2655212 682 0.0
.debug_loclists 1632805 1633661 856 0.1
.debug_rnglists 112064 112112 48 0.0
.debug_str 3438164 3446010 7846 0.2
cyw30739 switch cyw930739m2evb_01 (read/write) 549871 549879 8 0.0
.app_xip_area 439329 439337 8 0.0
linux chip-tool debug (read only) 10236977 10266369 29392 0.3
(read/write) 443552 444480 928 0.2
.data.rel.ro 337648 338576 928 0.3
.rodata 386185 386505 320 0.1
.text 9252979 9280323 27344 0.3
chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
(read/write) 505480 506424 944 0.2
.data.rel.ro 374184 375104 920 0.2
.got 18520 18552 32 0.2
.rodata 314704 315008 304 0.1
.text 9026808 9055208 28400 0.3
thermostat-no-ble arm64 (read only) 4346580 4346588 8 0.0
.rodata 160820 160828 8 0.0
tv-app debug (read only) 5284577 5284689 112 0.0
.text 4769763 4769875 112 0.0
tv-casting-app debug (read only) 8185953 8214665 28712 0.4
(read/write) 313400 314008 608 0.2
.data.rel.ro 148208 148816 608 0.4
.rodata 337304 337464 160 0.0
.text 7445955 7473043 27088 0.4
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160412 1160440 28 0.0
rodata 113712 113740 28 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838144 96 0.0
.heap 838048 838144 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680932 1680956 24 0.0
.debug_aranges 137120 137184 64 0.0
.debug_frame 460136 460372 236 0.1
.debug_info 28448551 28465265 16714 0.1
.debug_line 3793273 3793955 682 0.0
.debug_loclists 2187944 2188807 863 0.0
.debug_rnglists 147443 147491 48 0.0
.debug_str 3993181 4001027 7846 0.2
.text 1479364 1479388 24 0.0
light cy8ckit_062s2_43012 .debug_aranges 127176 127240 64 0.1
.debug_frame 423028 423264 236 0.1
.debug_info 23577896 23591973 14077 0.1
.debug_line 3368401 3369083 682 0.0
.debug_loclists 2024290 2025154 864 0.0
.debug_rnglists 136977 137025 48 0.0
.debug_str 3800070 3807916 7846 0.2
lock cy8ckit_062s2_43012 .debug_aranges 125872 125936 64 0.1
.debug_frame 418296 418532 236 0.1
.debug_info 23389243 23402966 13723 0.1
.debug_line 3321124 3321806 682 0.0
.debug_loclists 2001177 2002041 864 0.0
.debug_rnglists 135012 135060 48 0.0
.debug_str 3762651 3770497 7846 0.2
telink all-clusters-minimal-app tlsr9528a (read/write) 1076128 1076152 24 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 961608 961616 8 0.0
pump-app tlsr9528a (read/write) 863356 863364 8 0.0
pump-controller-app tlsr9518adk80d (read/write) 804224 804232 8 0.0
thermostat tlsr9518adk80d (read/write) 825268 825276 8 0.0
Decreases (8 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 7bcf5f0 44a674fd change % change
esp32 all-clusters-app c3devkit (read only) 1159830 1132326 -27504 -2.4
(read/write) 1700500 1670316 -30184 -1.8
.dram0.bss 77176 71904 -5272 -6.8
.flash.rodata 266432 241528 -24904 -9.3
.flash.text 1159830 1132326 -27504 -2.4
m5stack (read only) 1202991 1176955 -26036 -2.2
(read/write) 549980 520212 -29768 -5.4
.dram0.bss 83824 78552 -5272 -6.3
.flash.rodata 297756 273260 -24496 -8.2
.flash.text 1197607 1171571 -26036 -2.2
linux all-clusters-app debug (read only) 5471233 5286121 -185112 -3.4
(read/write) 417496 416632 -864 -0.2
.bss 129264 128976 -288 -0.2
.data.rel.ro 277120 276560 -560 -0.2
.init_array 1248 1216 -32 -2.6
.rodata 330412 299532 -30880 -9.3
.text 4762115 4608531 -153584 -3.2
shell debug (read only) 2878209 2752873 -125336 -4.4
(read/write) 150032 148992 -1040 -0.7
.bss 59784 59592 -192 -0.3
.data.rel.ro 83624 82792 -832 -1.0
.init_array 1088 1072 -16 -1.5
.rodata 206048 180864 -25184 -12.2
.text 2500994 2401634 -99360 -4.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1220960 1178824 -42136 -3.5
bss 154069 153980 -89 -0.1
rodata 140204 118772 -21432 -15.3
text 847740 827164 -20576 -2.4
nrf7002dk_nrf5340_cpuapp (read/write) 1342712 1326308 -16404 -1.2
bss 140079 139990 -89 -0.1
rodata 135648 134836 -812 -0.6
text 776336 760828 -15508 -2.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1769548 1722700 -46848 -2.6
.bss 192796 192700 -96 -0.0
.debug_abbrev 1326710 1318303 -8407 -0.6
.debug_aranges 143000 140968 -2032 -1.4
.debug_frame 474428 466984 -7444 -1.6
.debug_info 30615327 30188839 -426488 -1.4
.debug_line 3943246 3888455 -54791 -1.4
.debug_loclists 2287813 2244326 -43487 -1.9
.debug_rnglists 153927 151676 -2251 -1.5
.debug_str 4160651 4108000 -52651 -1.3
.strtab 829782 797030 -32752 -3.9
.symtab 506352 493728 -12624 -2.5
.text 1565868 1519116 -46752 -3.0
telink all-clusters-app tlsr9518adk80d (read/write) 1122988 1077744 -45244 -4.0
bss 112724 112632 -92 -0.1
text 780456 757426 -23030 -3.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7bcf5f0 44a674fd change % change
bl602 lighting-app bl602 (read/write) 1408590 1408590 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1073778 1073778 0 0.0
bl602+mfd (read/write) 1423006 1423006 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1089094 1089094 0 0.0
bl602+rpc (read/write) 1455858 1455858 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1105518 1105518 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206519 1206519 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1540054 1540054 0 0.0
.debug_aranges 138784 138832 48 0.0
.debug_frame 508420 508612 192 0.0
.debug_info 41459567 41470738 11171 0.0
.debug_line 5438265 5438971 706 0.0
.debug_loc 3652961 3654206 1245 0.0
.debug_ranges 444392 444464 72 0.0
.debug_str 4067701 4075514 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106492 106492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598007 598007 0 0.0
.symtab 178608 178608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
971376 971376 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217631 1217631 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1542130 1542130 0 0.0
.debug_aranges 139952 140000 48 0.0
.debug_frame 513852 514044 192 0.0
.debug_info 41500566 41511737 11171 0.0
.debug_line 5478620 5479326 706 0.0
.debug_loc 3691123 3692368 1245 0.0
.debug_ranges 446632 446704 72 0.0
.debug_str 4073232 4081045 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105432 105432 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601767 601767 0 0.0
.symtab 180368 180368 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
983404 983404 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1306787 1306787 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1721011 1721011 0 0.0
.debug_aranges 147400 147448 48 0.0
.debug_frame 537464 537656 192 0.0
.debug_info 46603784 46615051 11267 0.0
.debug_line 5868673 5869379 706 0.0
.debug_loc 3860600 3861845 1245 0.0
.debug_ranges 471960 472032 72 0.0
.debug_str 4495581 4503394 7813 0.2
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121392 121392 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661964 661964 0 0.0
.symtab 197728 197728 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1047184 1047184 0 0.0
bl706-eth (read/write) 993833 993833 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1059526 1059526 0 0.0
.debug_aranges 111616 111664 48 0.0
.debug_frame 412352 412544 192 0.0
.debug_info 22379105 22393156 14051 0.1
.debug_line 4129748 4130454 706 0.0
.debug_loc 3070562 3071805 1243 0.0
.debug_ranges 362808 362880 72 0.0
.debug_str 3610708 3618554 7846 0.2
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99120 99120 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 456455 456455 0 0.0
.symtab 133248 133248 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
736920 736920 0 0.0
bl706-wifi (read/write) 1228750 1228750 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1174300 1174300 0 0.0
.debug_aranges 119280 119328 48 0.0
.debug_frame 617848 618112 264 0.0
.debug_info 23762233 23776476 14243 0.1
.debug_line 4554342 4555048 706 0.0
.debug_loc 3257747 3259006 1259 0.0
.debug_ranges 390664 390736 72 0.0
.debug_str 3712240 3720086 7846 0.2
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119992 119992 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505560 505560 0 0.0
.symtab 152544 152544 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
961094 961094 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177320 1177320 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1540396 1540396 0 0.0
.debug_aranges 133992 134040 48 0.0
.debug_frame 490376 490568 192 0.0
.debug_info 4127709 41288265 11171 0.0
.debug_line 5366321 5367027 706 0.0
.debug_loc 3603499 3604759 1260 0.0
.debug_ranges 452552 452624 72 0.0
.debug_str 4097475 4105288 7813 0.2
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100648 100648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 601537 601537 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
961284 961284 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188788 1188788 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1542487 1542487 0 0.0
.debug_aranges 135160 135208 48 0.0
.debug_frame 495804 495996 192 0.0
.debug_info 41320136 41331307 11171 0.0
.debug_line 5406553 5407259 706 0.0
.debug_loc 3641661 3642921 1260 0.0
.debug_ranges 454792 454864 72 0.0
.debug_str 4102996 4110809 7813 0.2
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99588 99588 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 605365 605365 0 0.0
.symtab 181024 181024 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
973660 973660 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734883 734883 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650208 650208 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756531 756531 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676276 676276 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743875 743875 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637532 637532 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694683 694691 8 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80119 8 0.0
.text 614184 614184 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680363 680371 8 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75951 8 0.0
.text 604032 604032 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617450 617450 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936343 936343 0 0.0
.debug_aranges 108688 108752 64 0.1
.debug_frame 366164 366400 236 0.1
.debug_info 20543000 20556258 13258 0.1
.debug_line 2654530 2655212 682 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1632805 1633661 856 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112064 112112 48 0.0
.debug_str 3438164 3446010 7846 0.2
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515782 515782 0 0.0
.symtab 298512 298512 0 0.0
.text 509164 509164 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551999 551999 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538135 538135 0 0.0
.app_xip_area 424553 424553 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573615 573615 0 0.0
.app_xip_area 466153 466153 0 0.0
.bss 62504 62504 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549871 549879 8 0.0
.app_xip_area 439329 439337 8 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006544 1006544 0 0.0
.bss 171952 171952 0 0.0
.data 2692 2692 0 0.0
.text 831880 831880 0 0.0
BRD4187C (read/write) 1093040 1093040 0 0.0
.bss 196116 196116 0 0.0
.data 3300 3300 0 0.0
.text 893604 893604 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103560 1103560 0 0.0
.bss 186664 186664 0 0.0
.data 2708 2708 0 0.0
.text 914164 914164 0 0.0
window-app BRD4187C (read/write) 1129372 1129372 0 0.0
.bss 168532 168532 0 0.0
.data 3172 3172 0 0.0
.text 957648 957648 0 0.0
esp32 all-clusters-app c3devkit (read only) 1159830 1132326 -27504 -2.4
(read/write) 1700500 1670316 -30184 -1.8
.dram0.bss 77176 71904 -5272 -6.8
.dram0.data 13020 13020 0 0.0
.flash.rodata 266432 241528 -24904 -9.3
.flash.text 1159830 1132326 -27504 -2.4
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1202991 1176955 -26036 -2.2
(read/write) 549980 520212 -29768 -5.4
.dram0.bss 83824 78552 -5272 -6.3
.dram0.data 34036 34036 0 0.0
.flash.rodata 297756 273260 -24496 -8.2
.flash.text 1197607 1171571 -26036 -2.2
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589132 589132 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588596 588596 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684028 684028 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 570880 570880 0 0.0
light k32w0+release (read only) 588836 588836 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 588300 588300 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776008 776008 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653992 653992 0 0.0
lock k32w0+release (read only) 560668 560668 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 560132 560132 0 0.0
linux all-clusters-app debug (read only) 5471233 5286121 -185112 -3.4
(read/write) 417496 416632 -864 -0.2
.bss 129264 128976 -288 -0.2
.data 3856 3856 0 0.0
.data.rel.ro 277120 276560 -560 -0.2
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1248 1216 -32 -2.6
.rodata 330412 299532 -30880 -9.3
.text 4762115 4608531 -153584 -3.2
all-clusters-minimal-app debug (read only) 4879649 4879649 0 0.0
(read/write) 232664 232664 0 0.0
.bss 126480 126480 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270141 270141 0 0.0
.text 4378675 4378675 0 0.0
bridge-app debug (read only) 4361217 4361217 0 0.0
(read/write) 214968 214968 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 217981 217981 0 0.0
.text 3925891 3925891 0 0.0
chip-tool debug (read only) 10236977 10266369 29392 0.3
(read/write) 443552 444480 928 0.2
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337648 338576 928 0.3
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 386185 386505 320 0.1
.text 9252979 9280323 27344 0.3
chip-tool-ipv6only arm64 (read only) 10108308 10138836 30528 0.3
(read/write) 505480 506424 944 0.2
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374184 375104 920 0.2
.dynamic 512 512 0 0.0
.got 18520 18552 32 0.2
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314704 315008 304 0.1
.text 9026808 9055208 28400 0.3
lighting-app debug+rpc+ui (read only) 5219297 5219297 0 0.0
(read/write) 222960 222960 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336148 336148 0 0.0
.text 4640211 4640211 0 0.0
lock-app debug (read only) 4460657 4460657 0 0.0
(read/write) 203064 203064 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247293 247293 0 0.0
.text 4004051 4004051 0 0.0
ota-provider-app debug (read only) 4117921 4117921 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199773 199773 0 0.0
.text 3727587 3727587 0 0.0
ota-requestor-app debug (read only) 4203129 4203129 0 0.0
(read/write) 196216 196216 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71600 71600 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203037 203037 0 0.0
.text 3805251 3805251 0 0.0
shell debug (read only) 2878209 2752873 -125336 -4.4
(read/write) 150032 148992 -1040 -0.7
.bss 59784 59592 -192 -0.3
.data 816 816 0 0.0
.data.rel.ro 83624 82792 -832 -1.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1088 1072 -16 -1.5
.rodata 206048 180864 -25184 -12.2
.text 2500994 2401634 -99360 -4.0
thermostat-no-ble arm64 (read only) 4346580 4346588 8 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160828 8 0.0
.text 3851144 3851144 0 0.0
tv-app debug (read only) 5284577 5284689 112 0.0
(read/write) 351664 351664 0 0.0
.bss 242880 242880 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271021 271021 0 0.0
.text 4769763 4769875 112 0.0
tv-casting-app debug (read only) 8185953 8214665 28712 0.4
(read/write) 313400 314008 608 0.2
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148208 148816 608 0.4
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 337304 337464 160 0.0
.text 7445955 7473043 27088 0.4
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521976 2521976 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484660 1484660 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220960 1178824 -42136 -3.5
bss 154069 153980 -89 -0.1
rodata 140204 118772 -21432 -15.3
text 847740 827164 -20576 -2.4
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1342712 1326308 -16404 -1.2
bss 140079 139990 -89 -0.1
rodata 135648 134836 -812 -0.6
text 776336 760828 -15508 -2.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160412 1160440 28 0.0
bss 153994 153994 0 0.0
rodata 113712 113740 28 0.0
text 813688 813688 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838144 96 0.0
(read/write) 1769548 1722700 -46848 -2.6
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192796 192700 -96 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1326710 1318303 -8407 -0.6
.debug_aranges 143000 140968 -2032 -1.4
.debug_frame 474428 466984 -7444 -1.6
.debug_info 30615327 30188839 -426488 -1.4
.debug_line 3943246 3888455 -54791 -1.4
.debug_line_str 957 957 0 0.0
.debug_loclists 2287813 2244326 -43487 -1.9
.debug_rnglists 153927 151676 -2251 -1.5
.debug_str 4160651 4108000 -52651 -1.3
.heap 838048 838144 96 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 829782 797030 -32752 -3.9
.symtab 506352 493728 -12624 -2.5
.text 1565868 1519116 -46752 -3.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680932 1680956 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258899 1258899 0 0.0
.debug_aranges 137120 137184 64 0.0
.debug_frame 460136 460372 236 0.1
.debug_info 28448551 28465265 16714 0.1
.debug_line 3793273 3793955 682 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2187944 2188807 863 0.0
.debug_rnglists 147443 147491 48 0.0
.debug_str 3993181 4001027 7846 0.2
.heap 840160 840160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741385 741385 0 0.0
.symtab 474784 474784 0 0.0
.text 1479364 1479388 24 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607364 1607364 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100274 1100274 0 0.0
.debug_aranges 127176 127240 64 0.1
.debug_frame 423028 423264 236 0.1
.debug_info 23577896 23591973 14077 0.1
.debug_line 3368401 3369083 682 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2024290 2025154 864 0.0
.debug_rnglists 136977 137025 48 0.0
.debug_str 3800070 3807916 7846 0.2
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654477 654477 0 0.0
.symtab 436240 436240 0 0.0
.text 1412124 1412124 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640212 1640212 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093306 1093306 0 0.0
.debug_aranges 125872 125936 64 0.1
.debug_frame 418296 418532 236 0.1
.debug_info 23389243 23402966 13723 0.1
.debug_line 3321124 3321806 682 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2001177 2002041 864 0.0
.debug_rnglists 135012 135060 48 0.0
.debug_str 3762651 3770497 7846 0.2
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 628059 628059 0 0.0
.symtab 427824 427824 0 0.0
.text 1417708 1417708 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176172 0 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623016 623016 0 0.0
lock-app qpg6105+debug (read/write) 1132652 1132652 0 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579492 579492 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856128 856128 0 0.0
bss 77996 77996 0 0.0
text 603756 603756 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1122988 1077744 -45244 -4.0
bss 112724 112632 -92 -0.1
text 780456 757426 -23030 -3.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076128 1076152 24 0.0
bss 122236 122236 0 0.0
text 743898 743898 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931424 931424 0 0.0
bss 106876 106876 0 0.0
text 640952 640952 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859488 859488 0 0.0
bss 78120 78120 0 0.0
text 606822 606822 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961608 961616 8 0.0
bss 88184 88184 0 0.0
text 683242 683242 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087380 1087380 0 0.0
bss 112384 112384 0 0.0
text 761594 761594 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 917948 917948 0 0.0
bss 78812 78812 0 0.0
text 637694 637694 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944752 944752 0 0.0
bss 104976 104976 0 0.0
text 656724 656724 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863356 863364 8 0.0
bss 78228 78228 0 0.0
text 611028 611028 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804224 804232 8 0.0
bss 66248 66248 0 0.0
text 578064 578064 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819880 819880 0 0.0
bss 66652 66652 0 0.0
text 588644 588644 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708920 708920 0 0.0
bss 86424 86424 0 0.0
text 461956 461956 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 861936 861936 0 0.0
bss 78204 78204 0 0.0
text 610206 610206 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847168 847168 0 0.0
bss 77932 77932 0 0.0
text 597562 597562 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825268 825276 8 0.0
bss 66536 66536 0 0.0
text 593388 593388 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822732 822732 0 0.0
bss 66888 66888 0 0.0
text 590436 590436 0 0.0

@aBozowski
Copy link
Contributor Author

Multiproc seems to be a bit weird on the mac. TAL at if I can only use coro before un drafting.

Copy link
Contributor

@cecille cecille left a comment

Choose a reason for hiding this comment

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

So I definitely haven't made it to the bottom of this PR yet. Not even close. But I figured I'd throw down the comments I had so far. Meanwhile, I'm really struggling to differentiate what are the actual, substantive changes and additions vs fairly editorial stuff (print -> log ex) that are causing big diffs. Would you mind updating the PR description with all the changes we should be checking and where they're located?

src/tools/interop/idt/README.md Outdated Show resolved Hide resolved
src/tools/interop/idt/README.md Outdated Show resolved Hide resolved
src/tools/interop/idt/README.md Show resolved Hide resolved
src/tools/interop/idt/README.md Outdated Show resolved Hide resolved
src/tools/interop/idt/README.md Show resolved Hide resolved
src/tools/interop/idt/capture/base.py Show resolved Hide resolved
src/tools/interop/idt/capture/base.py Show resolved Hide resolved
src/tools/interop/idt/capture/base.py Show resolved Hide resolved
Copy link
Contributor

@swan-amazon swan-amazon left a comment

Choose a reason for hiding this comment

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

Lets commit and then iterate! LGTM

@andy31415
Copy link
Contributor

fast track based on review from @swan-amazon

Foyer references can be kept .... maybe at some future followup we could split out some environment-specific configurations.

@andy31415 andy31415 merged commit 835b58f into project-chip:master Nov 15, 2023
57 checks passed
@aBozowski
Copy link
Contributor Author

Thank you so much everyone!!!

@aBozowski aBozowski deleted the idt/0.0.2 branch November 15, 2023 21:30
@aBozowski aBozowski restored the idt/0.0.2 branch November 15, 2023 21:30
@aBozowski aBozowski mentioned this pull request Dec 7, 2023
22 tasks
@aBozowski aBozowski deleted the idt/0.0.2 branch December 13, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tooling] IDT tracking
5 participants