Project Migrated to CCube_Firmware after custom pcb integration
-
Docker.io (docker + docker-compose)
https://docs.docker.com/installation/debian/ https://docs.docker.com/compose/install/
-
eclipse
-
STCubeMX
In order to get build environment just execute the following command:
$ make toolsIn order to build the firmware just execute the following command:
$ makeIn order to flash target board just execute the following command:
$ make burnIn order to run gdb on target board just execute the following command:
$ make gdb