ChibiOS 2.6.8, until I can figure out where to get it from git.

This commit is contained in:
Jared Boone
2015-07-08 08:40:23 -07:00
parent dc6fee8370
commit e1eea8e08a
1929 changed files with 575326 additions and 0 deletions

16
firmware/chibios/test/test.mk Executable file
View File

@@ -0,0 +1,16 @@
# List of all the ChibiOS/RT test files.
TESTSRC = ${CHIBIOS}/test/test.c \
${CHIBIOS}/test/testthd.c \
${CHIBIOS}/test/testsem.c \
${CHIBIOS}/test/testmtx.c \
${CHIBIOS}/test/testmsg.c \
${CHIBIOS}/test/testmbox.c \
${CHIBIOS}/test/testevt.c \
${CHIBIOS}/test/testheap.c \
${CHIBIOS}/test/testpools.c \
${CHIBIOS}/test/testdyn.c \
${CHIBIOS}/test/testqueues.c \
${CHIBIOS}/test/testbmk.c
# Required include directories
TESTINC = ${CHIBIOS}/test