aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-26 21:09:34 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-26 21:09:34 +0200
commit94fe96d3ae4a8d05b7d752f9ff8e0bd4b3de25d6 (patch)
tree929db9c840fb90de89189c23d471da2e0c8abf21 /os/common
parent88810040501e15001e2b7072398417a99846b7f3 (diff)
downloadChibiOS-Contrib-94fe96d3ae4a8d05b7d752f9ff8e0bd4b3de25d6.tar.gz
ChibiOS-Contrib-94fe96d3ae4a8d05b7d752f9ff8e0bd4b3de25d6.tar.bz2
ChibiOS-Contrib-94fe96d3ae4a8d05b7d752f9ff8e0bd4b3de25d6.zip
Updated pwm_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 601277a..067a751 100644
--- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
@@ -113,6 +113,7 @@ typedef int IRQn_Type;
#include "inc/hw_watchdog.h"
#include "inc/hw_ssi.h"
#include "inc/hw_udma.h"
+#include "inc/hw_pwm.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 89fe5ea..69d1e01 100644
--- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
@@ -98,6 +98,7 @@ typedef int IRQn_Type;
#include "inc/hw_watchdog.h"
#include "inc/hw_ssi.h"
#include "inc/hw_udma.h"
+#include "inc/hw_pwm.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"