aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARM/devices/LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-05-29 14:02:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-05-29 14:02:06 +0000
commit1764b2db55a2d35f1e394c6f8edf1beebc5f326e (patch)
treec9fd75e3d324d5808ba6392b1c9b8b502a5ca898 /os/common/ports/ARM/devices/LPC214x
parentf0a80283cb71516718e18cc191a81969dd83b67a (diff)
downloadChibiOS-1764b2db55a2d35f1e394c6f8edf1beebc5f326e.tar.gz
ChibiOS-1764b2db55a2d35f1e394c6f8edf1beebc5f326e.tar.bz2
ChibiOS-1764b2db55a2d35f1e394c6f8edf1beebc5f326e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6970 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARM/devices/LPC214x')
-rw-r--r--os/common/ports/ARM/devices/LPC214x/armparams.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/os/common/ports/ARM/devices/LPC214x/armparams.h b/os/common/ports/ARM/devices/LPC214x/armparams.h
index f1296c573..5d8fa8531 100644
--- a/os/common/ports/ARM/devices/LPC214x/armparams.h
+++ b/os/common/ports/ARM/devices/LPC214x/armparams.h
@@ -35,7 +35,7 @@
/**
* @brief ARM core model.
*/
-#define ARM_MODEL ARM_MODEL_ARM7TDMI
+#define ARM_CORE ARM_CORE_ARM7TDMI
/**
* @brief Thumb-capable.
@@ -52,14 +52,10 @@
*/
#define ARM_WFI_IMPL (PCON = 1)
-/* The following code is not processed when the file is included from an
- asm module.*/
-#if !defined(_FROM_ASM_)
-
-/* Including the device header.*/
-#include "lpc214x.h"
-
-#endif /* !defined(_FROM_ASM_) */
+/**
+ * @brief Address of the IRQ vector register in the interrupt controller.
+ */
+#define ARM_IRQ_VECTOR_REG 0xFFFFF030
#endif /* _ARMPARAMS_H_ */