diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-09-07 20:42:45 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-09-07 20:42:45 +0000 |
commit | 8ff2ef1974491bcdd9f47bd21d573922e7fbcdc6 (patch) | |
tree | 7d3781c7fd12bb9470f8ff2abb0e81f1222d4440 /demos/AVR/RT-ARDUINO-LEONARDO/Makefile | |
parent | ce446b196aad77ca18a1c855e5da4d0aa85fd639 (diff) | |
download | ChibiOS-8ff2ef1974491bcdd9f47bd21d573922e7fbcdc6.tar.gz ChibiOS-8ff2ef1974491bcdd9f47bd21d573922e7fbcdc6.tar.bz2 ChibiOS-8ff2ef1974491bcdd9f47bd21d573922e7fbcdc6.zip |
Add comment to all AVR Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINO-LEONARDO/Makefile')
-rw-r--r-- | demos/AVR/RT-ARDUINO-LEONARDO/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile index b1700aed7..74500ce9c 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile +++ b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile @@ -61,10 +61,12 @@ OBJDIR = . # Imported source files CHIBIOS = ../../.. +# HAL-OSAL files (optional). include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ARDUINO_LEONARDO/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 |