git clone --recursive https://github.com/yhsb2k/lp-meteo.git
cd lp-meteo
make
Other targets:
make flash - Upload firmware to the target
make erase - Erase all memory on the target
make reset - Reset the target
make debug - Upload firmware to the target and start the debug session
Just start ARM
debug configuration in vscode
- GNU Arm Embedded Toolchain
- CMake
- Ninja
- Make
- JLink + ST-LINK On-Board as JLink probe
- For Linux (apt):
apt install cmake ninja-build gcc-arm-none-eabi