aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X/EXP430FR5969/DMA/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-081-1/+0
| | | | | | | 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-041-0/+207
MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates