diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2016-10-11 21:21:30 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2016-10-11 21:21:30 +0200 |
commit | 88810040501e15001e2b7072398417a99846b7f3 (patch) | |
tree | 2e319bfbecbad1f9dad7acbed4244205972ad13c /os/common | |
parent | 2c2c3c567c329d748d551b29de5cbf04f0ae4beb (diff) | |
download | ChibiOS-Contrib-88810040501e15001e2b7072398417a99846b7f3.tar.gz ChibiOS-Contrib-88810040501e15001e2b7072398417a99846b7f3.tar.bz2 ChibiOS-Contrib-88810040501e15001e2b7072398417a99846b7f3.zip |
Updated spi and udma lld to use TivaWare.
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 2 | ||||
-rw-r--r-- | os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h index 7c77368..601277a 100644 --- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h @@ -111,6 +111,8 @@ typedef int IRQn_Type; #include "inc/hw_timer.h" #include "inc/hw_i2c.h" #include "inc/hw_watchdog.h" +#include "inc/hw_ssi.h" +#include "inc/hw_udma.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 34528af..89fe5ea 100644 --- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h @@ -96,6 +96,8 @@ typedef int IRQn_Type; #include "inc/hw_emac.h" #include "inc/hw_i2c.h" #include "inc/hw_watchdog.h" +#include "inc/hw_ssi.h" +#include "inc/hw_udma.h" #if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8) #error "TivaWare NUM_INTERRUPTS mismatch" |