platformio / builder-framework-mbed

ARM mbed build script for PlatformIO Build System
http://platformio.org/frameworks/mbed
Apache License 2.0
4 stars 17 forks source link

Expose option for linker script preprocessor flags #9

Closed kylefleming closed 6 years ago

kylefleming commented 6 years ago

Adds an environment variable LINKPPFLAGS that is used during the preprocessor phase of the linker script. This allows the user to override linker script preprocessor variables like MBED_APP_START and MBED_APP_SIZE.

ivankravets commented 6 years ago

Thank you so much!