https://github.com/r44083/lp-meteo
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
- GNU Arm Embedded Toolchain
- CMake
- Ninja
- Make
- For Linux (apt):
apt install cmake ninja-build