aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 17:44:38 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 17:44:38 +0200
commitfaeb101f5e5481ed4fd1c3c16edc04f1ac2ece1a (patch)
treeee456f54d4551df347bf16dab0a1dcdde9ae425e /os/common
parent62014aea7565ed85d7cf5cf9ecebef4e15a01a59 (diff)
downloadChibiOS-Contrib-faeb101f5e5481ed4fd1c3c16edc04f1ac2ece1a.tar.gz
ChibiOS-Contrib-faeb101f5e5481ed4fd1c3c16edc04f1ac2ece1a.tar.bz2
ChibiOS-Contrib-faeb101f5e5481ed4fd1c3c16edc04f1ac2ece1a.zip
Commented some redefined Cortex-M register blocks in hw_memmap.h.
Diffstat (limited to 'os/common')
-rw-r--r--os/common/ext/TivaWare/inc/hw_memmap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/common/ext/TivaWare/inc/hw_memmap.h b/os/common/ext/TivaWare/inc/hw_memmap.h
index 85e4b21..dafd4f7 100644
--- a/os/common/ext/TivaWare/inc/hw_memmap.h
+++ b/os/common/ext/TivaWare/inc/hw_memmap.h
@@ -142,10 +142,10 @@
#define DES_BASE 0x44038000 // Data Encryption Standard
// Accelerator (DES)
#define LCD0_BASE 0x44050000 // LCD Controller
-#define ITM_BASE 0xE0000000 // Instrumentation Trace Macrocell
-#define DWT_BASE 0xE0001000 // Data Watchpoint and Trace
-#define FPB_BASE 0xE0002000 // FLASH Patch and Breakpoint
-#define NVIC_BASE 0xE000E000 // Nested Vectored Interrupt Ctrl
-#define TPIU_BASE 0xE0040000 // Trace Port Interface Unit
+// #define ITM_BASE 0xE0000000 // Instrumentation Trace Macrocell
+// #define DWT_BASE 0xE0001000 // Data Watchpoint and Trace
+// #define FPB_BASE 0xE0002000 // FLASH Patch and Breakpoint
+// #define NVIC_BASE 0xE000E000 // Nested Vectored Interrupt Ctrl
+// #define TPIU_BASE 0xE0040000 // Trace Port Interface Unit
#endif // __HW_MEMMAP_H__