|
|
|
@ -11,7 +11,7 @@ mbed config root . |
|
|
|
mbed toolchain GCC_ARM |
|
|
|
mbed toolchain GCC_ARM |
|
|
|
# set the board |
|
|
|
# set the board |
|
|
|
mbed target NUCLEO_L073RZ |
|
|
|
mbed target NUCLEO_L073RZ |
|
|
|
# modify mbed_settings.py to set gcc arm path if needed |
|
|
|
# set-up gcc arm path if needed (or any compiler you choose as toolchain) |
|
|
|
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-7-2017-q4-major/bin |
|
|
|
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-7-2017-q4-major/bin |
|
|
|
# modify lora.device-eui, lora.application-eui and lora.application-key in mbed_app.json |
|
|
|
# modify lora.device-eui, lora.application-eui and lora.application-key in mbed_app.json |
|
|
|
mbed compile --profile mbed-os/tools/profiles/release.json |
|
|
|
mbed compile --profile mbed-os/tools/profiles/release.json |
|
|
|
|