aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/MSP430X
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MSP430 build with latest msp-gcc (6.2)Fabien Poussin2017-04-141-0/+1
|
* Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-052-5/+13
| | | | | | | | | 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-2/+7
| | | | Also fixed a couple of bugs identified as part of the refresh.
* Merge pull request #68 from awygle/msp430xawygle2016-05-042-3/+15
| | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
* Initial MSP430X Port.Andrew Wygle2016-04-085-0/+765
This port includes hal, pal, serial, and st drivers. It supports both large and small model code and data for MSP430X-class CPUs. It has only been tested on the EXP430FR5969 LaunchPad board.