aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X/EXP430FR6989/ADC/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-051-0/+206
Adds support for the MSP430X's 12-bit ADC peripheral, as well as reasonably complete testing of same. Also includes fixes for several bugs and cleanup of the DMA peripheral, which used ch calls rather than osal calls and was unclear about what contexts its methods could be called from.