From 3e069788d9d21be39fc298685b4e991685fe14a9 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Sat, 8 Oct 2016 19:51:16 +0200 Subject: Updated st_lld to use TivaWare. Tickless mode is working again. Fixed st_lld_get_counter reading the wrong register. --- os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/common') diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h index 8aaecbf..bacd786 100644 --- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h @@ -108,6 +108,7 @@ typedef int IRQn_Type; #include "inc/hw_sysctl.h" #include "inc/hw_gpio.h" #include "inc/hw_uart.h" +#include "inc/hw_timer.h" #if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8) #error "TivaWare NUM_INTERRUPTS mismatch" -- cgit v1.2.3