aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-NANO
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINO-NANO')
-rw-r--r--demos/AVR/RT-ARDUINO-NANO/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-NANO/Makefile b/demos/AVR/RT-ARDUINO-NANO/Makefile
index be734e1e7..f79995812 100644
--- a/demos/AVR/RT-ARDUINO-NANO/Makefile
+++ b/demos/AVR/RT-ARDUINO-NANO/Makefile
@@ -61,13 +61,14 @@ OBJDIR = .
# Imported source files
CHIBIOS = ../../..
+# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_NANO/board.mk
include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
+# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
-#include $(CHIBIOS)/test/rt/test.mk
# List C source files here. (C dependencies are automatically generated.)
SRC = $(KERNSRC) \