mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-06 15:04:35 +00:00
Add part of SD card code (need some cleanup), disabled (not added diskio part!)
This commit is contained in:
parent
12567ba1b1
commit
61b3989c28
3 changed files with 207 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue