aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 20:46:03 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 20:46:03 +0200
commit51abe9fbeb3c66fbf18e124c20edfb0ae3c0d0d4 (patch)
tree078ea735fbb579494b229ee34ab5269398a6700b /os/common
parentce1575d3edfe5dd68e92e303102af20ec7b83a88 (diff)
downloadChibiOS-Contrib-51abe9fbeb3c66fbf18e124c20edfb0ae3c0d0d4.tar.gz
ChibiOS-Contrib-51abe9fbeb3c66fbf18e124c20edfb0ae3c0d0d4.tar.bz2
ChibiOS-Contrib-51abe9fbeb3c66fbf18e124c20edfb0ae3c0d0d4.zip
Updated mac_lld to use TivaWare.
Diffstat (limited to 'os/common')
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
index 564d107..d59ac06 100644
--- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
@@ -93,6 +93,7 @@ typedef int IRQn_Type;
#include "inc/hw_gpio.h"
#include "inc/hw_uart.h"
#include "inc/hw_timer.h"
+#include "inc/hw_emac.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"