mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-04 14:07:45 +00:00
add save/recall feature
This commit is contained in:
parent
09c99564f6
commit
0fe058aca7
4 changed files with 71 additions and 8 deletions
5
Makefile
5
Makefile
|
|
@ -100,7 +100,8 @@ include $(CHIBIOS)/os/hal/lib/streams/streams.mk
|
|||
include $(CHIBIOS)/os/various/shell/shell.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld
|
||||
#LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld
|
||||
LDSCRIPT= STM32F072xB.ld
|
||||
|
||||
CMSIS = CMSIS
|
||||
DSPLIBINC = ${CMSIS}/Include
|
||||
|
|
@ -119,7 +120,7 @@ CSRC = $(STARTUPSRC) \
|
|||
$(SHELLSRC) \
|
||||
$(DSPLIBSRC) \
|
||||
usbcfg.c \
|
||||
main.c si5351.c si5351_low.c tlv320aic3204.c dsp.c ili9431.c numfont20x24.c Font5x7.c
|
||||
main.c si5351.c si5351_low.c tlv320aic3204.c dsp.c ili9431.c numfont20x24.c Font5x7.c flash.c
|
||||
|
||||
# $(TESTSRC) \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue