No description
Find a file
2025-03-26 22:03:52 +01:00
src a 2025-03-26 21:52:22 +01:00
STM32-base a 2025-03-26 21:52:22 +01:00
STM32-base-STM32Cube a 2025-03-26 21:52:22 +01:00
.gitignore a 2025-03-26 21:52:22 +01:00
LICENSE Initial commit 2017-11-06 20:51:22 +01:00
Makefile a 2025-03-26 21:52:22 +01:00
README.md never mind, the code is free after all 2025-03-26 22:03:52 +01:00

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))