aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X/EXP430FR5969/SPI/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-081-0/+206
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.