Browse Source

Fix README

nvstore
Anthony Hinsinger 7 years ago
parent
commit
c2719666e0
  1. 2
      README.md

2
README.md

@ -11,7 +11,7 @@ mbed config root . @@ -11,7 +11,7 @@ mbed config root .
mbed toolchain GCC_ARM
# set the board
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
# modify lora.device-eui, lora.application-eui and lora.application-key in mbed_app.json
mbed compile --profile mbed-os/tools/profiles/release.json

Loading…
Cancel
Save