From 94fe96d3ae4a8d05b7d752f9ff8e0bd4b3de25d6 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 26 Oct 2016 21:09:34 +0200 Subject: Updated pwm_lld to use TivaWare. --- os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 1 + os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | 1 + 2 files changed, 2 insertions(+) (limited to 'os/common/startup') 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" -- cgit v1.2.3