mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
integrate SPI EEPROM
This commit is contained in:
parent
8c2137f11f
commit
6a47c2d4fb
4 changed files with 33 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue