aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X/EXP430FR5969/SPI/chconf.h
Commit message (Collapse)AuthorAgeFilesLines
* Add version tagsFabio Utzig2017-10-091-0/+1
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-081-0/+274
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.