From d9ee72504f248b7f9edae382ff941453301bf5ad Mon Sep 17 00:00:00 2001 From: Andrew Wygle Date: Sat, 4 Jun 2016 18:26:39 -0700 Subject: 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. --- testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c') diff --git a/testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c b/testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c index 8968fb9..f5ad4b6 100644 --- a/testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c +++ b/testhal/MSP430X/EXP430FR5969/DMA/msp_vectors.c @@ -192,18 +192,6 @@ void Vector32(void) { while (1) { } } -__attribute__((interrupt(33))) -void Vector33(void) { - - while (1) { - } -} -__attribute__((interrupt(34))) -void Vector34(void) { - - while (1) { - } -} __attribute__((interrupt(35))) void Vector35(void) { @@ -216,12 +204,7 @@ void Vector36(void) { while (1) { } } -__attribute__((interrupt(37))) -void Vector37(void) { - while (1) { - } -} __attribute__((interrupt(38))) void Vector38(void) { @@ -234,12 +217,7 @@ void Vector39(void) { while (1) { } } -__attribute__((interrupt(40))) -void Vector40(void) { - while (1) { - } -} __attribute__((interrupt(41))) void Vector41(void) { -- cgit v1.2.3