aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/MSP430X/hal_lld.h
diff options
context:
space:
mode:
authorAndrew Wygle <awygle@gmail.com>2016-06-04 18:26:39 -0700
committerAndrew Wygle <awygle@gmail.com>2016-06-05 13:51:11 -0700
commitd9ee72504f248b7f9edae382ff941453301bf5ad (patch)
tree0fff12a2fcc48a25a924a004be776df44662fc83 /os/hal/ports/MSP430X/hal_lld.h
parent456702ee87b1adbbb559778aafe98c349700178a (diff)
downloadChibiOS-Contrib-d9ee72504f248b7f9edae382ff941453301bf5ad.tar.gz
ChibiOS-Contrib-d9ee72504f248b7f9edae382ff941453301bf5ad.tar.bz2
ChibiOS-Contrib-d9ee72504f248b7f9edae382ff941453301bf5ad.zip
Adds ADC12 support to MSP430X port.
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.
Diffstat (limited to 'os/hal/ports/MSP430X/hal_lld.h')
-rw-r--r--os/hal/ports/MSP430X/hal_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/MSP430X/hal_lld.h b/os/hal/ports/MSP430X/hal_lld.h
index 9549453..62f07e9 100644
--- a/os/hal/ports/MSP430X/hal_lld.h
+++ b/os/hal/ports/MSP430X/hal_lld.h
@@ -25,6 +25,8 @@
#ifndef _HAL_LLD_H_
#define _HAL_LLD_H_
+#include "hal_dma_lld.h"
+
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/