This STM43F4 skeleton project needs:
- STM32F4 Standard Peripheral Library
- ST-Link
- gcc-arm-none-eabi (installed from repository)
- Clone STM32F4 SPL repository.
- Clone ST-Link repository and build it.
- Install gcc-arm-none-eabi with your package manager.
- Clone this repository.
- Edit Makefile: set STLINK and STM_COMMON variables according to your configuration.
- Run: make.
- Plug in your STM32F4 development board.
- Run: make burn.
- You should see orange LED blinking.