aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-124-4/+4
|
* Add version tagsFabio Utzig2017-10-093-0/+3
| | | | 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-0515-54/+3034
| | | | | | | | | 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.
* Cleaned up MSP430X port to match recent changes to ChibiOS mainline.Andrew Wygle2016-06-051-10/+30
| | | | Also fixed a couple of bugs identified as part of the refresh.
* 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