flash: add SPI flash driver
This commit is contained in:
parent
39dbac8742
commit
094c600283
3 changed files with 156 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue