aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X/EXP430FR5969/ADC
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* Add version tagsFabio Utzig2017-10-091-0/+1
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Fixed NRF51 MakefilesFabien Poussin2017-04-141-1/+1
|
* Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-056-0/+1492
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.