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

Add pretty bars for compile output #5929

Merged
merged 1 commit into from Jan 29, 2018
Merged

Add pretty bars for compile output #5929

merged 1 commit into from Jan 29, 2018

Commits on Jan 25, 2018

  1. Added pretty bar printing for compile output

    Looks like this:
    
        Building project mbed-os-prettyoutput (ARCH_PRO, GCC_ARM)
        Scan: .
        Scan: env
        Scan: mbed
        Scan: FEATURE_LWIP
        Text 70.5KB Data 2.72KB BSS 7.43KB                 ROM 73.2KB RAM 10.1KB
        ROM [|||||||                                             ]  73.2KB/512KB
        RAM [||||||||||||||||                                    ]   10.1KB/32KB
        Image: BUILD/ARCH_PRO/GCC_ARM/mbed-os-prettyoutput.bin
    
    If you build a target without a cmsis-pack it looks like this:
    
        Building project mbed-os-prettyoutput (ARM_BEETLE_SOC, GCC_ARM)
        Scan: .
        Scan: env
        Scan: mbed
        Scan: FEATURE_BLE
        Text 99KB Data 2.84KB BSS 13KB ROM 102KB RAM 15.8KB
        Image: BUILD/ARM_BEETLE_SOC/GCC_ARM/mbed-os-prettyoutput.bin
    
    And the old behaviour of displaying the memap table can be brought back
    by passing the --stats-depth parameter
    geky committed Jan 25, 2018
    Copy the full SHA
    471d99c View commit details
    Browse the repository at this point in the history