aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 19:51:16 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 19:51:16 +0200
commit3e069788d9d21be39fc298685b4e991685fe14a9 (patch)
tree3f7907eeea04f5db50bdccc65450f7f10bb870b9 /os/common
parentf8d62560b7e9f136f3d204e18cc321cdffc0ef80 (diff)
downloadChibiOS-Contrib-3e069788d9d21be39fc298685b4e991685fe14a9.tar.gz
ChibiOS-Contrib-3e069788d9d21be39fc298685b4e991685fe14a9.tar.bz2
ChibiOS-Contrib-3e069788d9d21be39fc298685b4e991685fe14a9.zip
Updated st_lld to use TivaWare.
Tickless mode is working again. Fixed st_lld_get_counter reading the wrong register.
Diffstat (limited to 'os/common')
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h1
1 files changed, 1 insertions, 0 deletions
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"