colorchord/embeddedstm32f303
2020-08-05 13:28:14 -04:00
..
lib Make STM32F303x6/x8 vs xB/xC 2020-08-05 04:41:18 -04:00
STM32F30x_StdPeriph_Driver update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00
adc.c Make STM32F303x6/x8 vs xB/xC 2020-08-05 04:41:18 -04:00
adc.h Update copyright noteices, etc. 2015-07-29 01:56:18 -04:00
ccconfig.h Update colorchord on the STM32f303 2020-08-05 13:28:14 -04:00
flash.cfg update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00
LICENSE clean up + Add utilities to the system.c/.h 2015-07-22 09:12:21 -04:00
main.c Update colorchord on the STM32f303 2020-08-05 13:28:14 -04:00
Makefile Update colorchord on the STM32f303 2020-08-05 13:28:14 -04:00
README.md Update colorchord on the STM32f303 2020-08-05 13:28:14 -04:00
spi2812.c Make STM32F303x6/x8 vs xB/xC 2020-08-05 04:41:18 -04:00
spi2812.c.old update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00
spi2812.h update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00
stm32f30x_it.c Forgot to update the 303 folder 2018-11-18 15:32:08 -05:00
stm32f30x_it.h update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00
terminal.cfg update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00

ColorChord running on an STM32F303

Step 1: Get the necessiary build enivronment

sudo apt-get install build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi openocd

Step 2: Build

make

Note: Step 2 being called "build" is a misnomer. If you have your board plugged in, it will also flash.