integrate SPI EEPROM

This commit is contained in:
notaz 2017-09-22 02:00:50 +03:00
parent 8c2137f11f
commit 6a47c2d4fb
4 changed files with 33 additions and 13 deletions

View file

@ -102,6 +102,7 @@ endif
SRCS_COMMON += $(R)pico/pico/pico.c $(R)pico/pico/memory.c $(R)pico/pico/xpcm.c
# carthw
SRCS_COMMON += $(R)pico/carthw/carthw.c
SRCS_COMMON += $(R)pico/carthw/eeprom_spi.c
# SVP
SRCS_COMMON += $(R)pico/carthw/svp/svp.c $(R)pico/carthw/svp/memory.c \
$(R)pico/carthw/svp/ssp16.c