flash: add SPI flash driver

This commit is contained in:
S.J.R. van Schaik 2017-03-11 12:56:46 +00:00
parent 39dbac8742
commit 094c600283
3 changed files with 156 additions and 0 deletions

View file

@ -17,6 +17,7 @@ LIBS += -l$(OPENCM3_LIBNAME)
STLINK_PORT ?= :4242
obj-y += source/core/spi.o
obj-y += source/drivers/spi_flash.o
obj-y += source/drivers/stm32f0_spi.o
$(OPENCM3_DIR)/lib/lib$(OPENCM3_LIBNAME).a: