Skip to content

Take OUTPUT_EXT into account in managed bl #6007

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

Merged
merged 2 commits into from
Feb 7, 2018

Conversation

theotherjimmy
Copy link
Contributor

@theotherjimmy
Copy link
Contributor Author

Managed bl on K64F

mbed_app.json addition:

    "target_overrides": {                                                                                
        "*": {                                                                                           
            "target.OUTPUT_EXT": "hex"                                                                   
        }     

before

Merging Regions:
  Filling region bootloader with /home/jimmy/src/armmbed/mbed-os-example-bootloader-blinky/bootloader/K64F.bin
  Filling region application with ./BUILD/k64f/gcc_arm/mbed-os-example-bootloader-blinky_application.hex
Space used after regions merged: 0x2bf90
Text 44.4KB Data 2.61KB BSS 8.83KB ROM 47KB RAM 11.4KB
Image: ./BUILD/k64f/gcc_arm/mbed-os-example-bootloader-blinky.bin

after

Merging Regions:
  Filling region bootloader with /home/jimmy/src/armmbed/mbed-os-example-bootloader-blinky/bootloader/K64F.bin
  Filling region application with ./BUILD/k64f/gcc_arm/mbed-os-example-bootloader-blinky_application.hex
Space used after regions merged: 0x2bf90
Text 44.4KB Data 2.61KB BSS 8.83KB ROM 47KB RAM 11.4KB
Image: ./BUILD/k64f/gcc_arm/mbed-os-example-bootloader-blinky.hex

@cmonr cmonr self-requested a review February 3, 2018 02:52
@cmonr
Copy link
Contributor

cmonr commented Feb 3, 2018

/morph build

@cmonr cmonr added the needs: CI label Feb 3, 2018
@mbed-ci
Copy link

mbed-ci commented Feb 3, 2018

Build : SUCCESS

Build number : 1057
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6007/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Feb 3, 2018

@mbed-ci
Copy link

mbed-ci commented Feb 3, 2018

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.

3 participants