diff options
author | isiora <none@example.com> | 2018-03-07 11:41:46 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-03-07 11:41:46 +0000 |
commit | 6ec86391067d121c45c6b7691788f554c2568966 (patch) | |
tree | ea34c005f8d5b02bd7418758fed6693b036fa781 | |
parent | 28686e25444139d97205dad459002c8212166c03 (diff) | |
download | ChibiOS-6ec86391067d121c45c6b7691788f554c2568966.tar.gz ChibiOS-6ec86391067d121c45c6b7691788f554c2568966.tar.bz2 ChibiOS-6ec86391067d121c45c6b7691788f554c2568966.zip |
Changed board and tssi files.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11605 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rwxr-xr-x | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile index 12d698ec2..fc1a1bb56 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile @@ -116,7 +116,7 @@ include $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk # HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/platform.mk
-include $(CHIBIOS)/os/hal/boards/ATSAMA5D2_XULT/board.mk
+include $(CHIBIOS)/os/hal/boards/ATSAMA5D2_XULT_NSEC/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
@@ -140,7 +140,7 @@ CSRC = $(STARTUPSRC) \ $(BOARDSRC) \
$(TESTSRC) \
$(CHIBIOS)/os/hal/lib/streams/chprintf.c \
- smcclient.c \
+ tsclient.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -169,7 +169,7 @@ TCPPSRC = # List ASM source files here
ASMSRC =
-ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) smc.S
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
|