Download mbed libraries
mbed cache on
mbed update
Compile the bootloader
mbed compile -t GCC_ARM -m UBLOX_C030_N211 --source=./bootloader -c
Compile the application
mbed compile -t GCC_ARM -m UBLOX_C030_N211
Objectives:
- Use your GitHub profile for development
- Upgrade
mbed-os
from 5.8.4 to 5.11.2 - Fix
bootloader/.mbedignore
- Upgrade
flashiap-driver
andsd-driver
- Add as much stuff as possible to
bootloader/.mbedignore
, to make the build faster