This is my bootstrap template for starting a new STM32F10x project.
- A shell script stm32 that can burn image to board, and start GDB for remote debugging, and reset the board.
- Stack allocation
- ISR Vectors
- System Initialization
GCC for ARM OpenOCD STM32F103's periph library
cmake -G 'Unix Makefiles'
make
This template project was made in 2013, some files are from internet but I can't remember where they're from.