From dfd93d512b6703ac45d5c0e322bcf8b5e83f50f1 Mon Sep 17 00:00:00 2001 From: Andrew Wygle Date: Sat, 7 May 2016 23:35:10 -0700 Subject: Added SPI driver and test code to MSP430X port A DMA-driven SPI driver and fairly comprehensive test code for SPI on the MSP430X port. Required some cleanup to the DMA and Serial drivers as well. Includes some reformatting to be more in line with ChibiOS coding standards. --- testhal/MSP430X/EXP430FR5969/DMA/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'testhal/MSP430X/EXP430FR5969/DMA/Makefile') diff --git a/testhal/MSP430X/EXP430FR5969/DMA/Makefile b/testhal/MSP430X/EXP430FR5969/DMA/Makefile index e109c95..cf81f18 100644 --- a/testhal/MSP430X/EXP430FR5969/DMA/Makefile +++ b/testhal/MSP430X/EXP430FR5969/DMA/Makefile @@ -113,7 +113,6 @@ include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS_CONTRIB)/os/common/ports/MSP430X/compilers/GCC/mk/port.mk # Other files (optional). -include $(CHIBIOS)/test/nil/test.mk # Define linker script file here LDSCRIPT = $(STARTUPLD)/msp430fr5969.ld -- cgit v1.2.3