aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 22:03:56 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 22:03:56 +0200
commit9fd36443b43c92bacc594ff4c9c1cce08d49a6e0 (patch)
treea70046777c8aa46d1a4311401415876d6be5ffc5 /os/common
parentf66996bd7d1adfb6b5a069f5610888245d9883a9 (diff)
downloadChibiOS-Contrib-9fd36443b43c92bacc594ff4c9c1cce08d49a6e0.tar.gz
ChibiOS-Contrib-9fd36443b43c92bacc594ff4c9c1cce08d49a6e0.tar.bz2
ChibiOS-Contrib-9fd36443b43c92bacc594ff4c9c1cce08d49a6e0.zip
Updated i2c_lld to use TivaWare.
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 bacd786..a8f02e2 100644
--- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
@@ -109,6 +109,7 @@ typedef int IRQn_Type;
#include "inc/hw_gpio.h"
#include "inc/hw_uart.h"
#include "inc/hw_timer.h"
+#include "inc/hw_i2c.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 d59ac06..82d2e02 100644
--- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
@@ -94,6 +94,7 @@ typedef int IRQn_Type;
#include "inc/hw_uart.h"
#include "inc/hw_timer.h"
#include "inc/hw_emac.h"
+#include "inc/hw_i2c.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"