Add beginnings of a SPI flash driver

This commit is contained in:
jaseg 2020-02-25 18:05:14 +01:00
parent 031380141d
commit 2964bda23c
4 changed files with 245 additions and 37 deletions

View file

@ -1,5 +1,5 @@
SOURCES := main.c mspdebug_wrapper.c
SOURCES := main.c mspdebug_wrapper.c spi_flash.c
SOURCES += mspdebug/drivers/jtaglib.c
BUILDDIR ?= build