aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-07-02 17:11:10 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-07-03 22:23:55 +0200
commitffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196 (patch)
treee0accaff1b8a4db516e05c6bea00b59c090c3a95 /os/common
parent4092650b1bc013a21c0eaf27f62c84dbf2aece42 (diff)
downloadChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.tar.gz
ChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.tar.bz2
ChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.zip
Initial ADC driver and testhal application for TM4C123x.
Diffstat (limited to 'os/common')
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h1
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
index d2693b0..7c40591 100644
--- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
@@ -114,6 +114,7 @@ typedef int IRQn_Type;
#include "inc/hw_ssi.h"
#include "inc/hw_udma.h"
#include "inc/hw_pwm.h"
+#include "inc/hw_adc.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"
diff --git a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
index b73032b..7bf68a0 100644
--- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
@@ -99,6 +99,7 @@ typedef int IRQn_Type;
#include "inc/hw_ssi.h"
#include "inc/hw_udma.h"
#include "inc/hw_pwm.h"
+#include "inc/hw_adc.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"