aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/EXP430FR5969/board.h
Commit message (Collapse)AuthorAgeFilesLines
* Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-051-6/+0
| | | | | | | | | 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.
* Merge pull request #68 from awygle/msp430xawygle2016-05-041-8/+8
| | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
* Initial MSP430X Port.Andrew Wygle2016-04-081-0/+129
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.