No description
| src | ||
| STM32-base | ||
| STM32-base-STM32Cube | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
STM32F4* template
To use this template, install the GNU toolchain for ARM and install st-link (a free-software tool).
Run make at the root of the repository to compile the code.
To flash the compiled binary to the microcontroller, use make flash.
When using Windows, use a port of a posix environment (like mingw through msys2), or switch to an os with a posix environment. (Like */Linux or *BSD (which includes Mac OS))