aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 20:42:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 20:42:21 +0000
commitfe58a993f84a36ea9765ddac092b1ea8cf306f07 (patch)
tree25ac1d2cedf9e1799dbcd0fe986a86e7cd4464c8 /ports/ARM7
parentc88ed9ccd0aebaeb438589e15cc5a498fad47a07 (diff)
downloadChibiOS-fe58a993f84a36ea9765ddac092b1ea8cf306f07.tar.gz
ChibiOS-fe58a993f84a36ea9765ddac092b1ea8cf306f07.tar.bz2
ChibiOS-fe58a993f84a36ea9765ddac092b1ea8cf306f07.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@640 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7')
-rw-r--r--ports/ARM7/chcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h
index cd6d40590..5c2233275 100644
--- a/ports/ARM7/chcore.h
+++ b/ports/ARM7/chcore.h
@@ -220,6 +220,8 @@ typedef struct {
/**
* Disables both the IRQ and FIQ sources.
+ * @note Implements a workaround for spurious interrupts taken from the NXP
+ * LPC214x datasheet.
*/
#ifdef THUMB
#define port_disable() _port_disable_thumb()