aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X
Commit message (Collapse)AuthorAgeFilesLines
* Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-088-97/+1743
| | | | | | | 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.
* Merge pull request #68 from awygle/msp430xawygle2016-05-046-0/+1527
MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates