Add part of SD card code (need some cleanup), disabled (not added diskio part!)

This commit is contained in:
DiSlord 2020-07-01 12:29:25 +03:00
parent 12567ba1b1
commit 61b3989c28
3 changed files with 207 additions and 1 deletions

View file

@ -122,6 +122,8 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(STREAMSSRC) \
FatFs/ff.c \
FatFs/ffunicode.c \
usbcfg.c \
main.c si5351.c tlv320aic3204.c dsp.c plot.c ui.c ili9341.c numfont20x22.c Font5x7.c flash.c adc.c rtc.c
@ -209,7 +211,7 @@ UDEFS = -DSHELL_CMD_TEST_ENABLED=FALSE -DSHELL_CMD_MEM_ENABLED=FALSE -DARM_MATH_
#UDEFS+= -DVNA_USE_LSE
# Define ASM defines here
UADEFS =
UADEFS =
# List all user directories here
UINCDIR =