aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-08-08 16:23:00 +0200
committerGitHub <noreply@github.com>2017-08-08 16:23:00 +0200
commite04751c836619094826dbd1c106d50a3b6ace32f (patch)
tree73bbd8f2e34c8d09980dd0d10ece4f6dedad0eff /os/common
parentfa733674e6c0a0ac773121779882f16fe7e00bc1 (diff)
parent801b264b754c056ddf31acdc98bd878527e99ccc (diff)
downloadChibiOS-Contrib-e04751c836619094826dbd1c106d50a3b6ace32f.tar.gz
ChibiOS-Contrib-e04751c836619094826dbd1c106d50a3b6ace32f.tar.bz2
ChibiOS-Contrib-e04751c836619094826dbd1c106d50a3b6ace32f.zip
Merge pull request #120 from marcoveeneman/tiva_add_adc
Tiva add ADC driver
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"