aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/ARMCMx/chcore_v6m.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-03 10:31:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-03 10:31:50 +0000
commit6059ca8a0444f026f1e6b5f343e7b389a9c4267c (patch)
tree059a2f9765f78ea04c2edcb2406e89febb9e792b /os/rt/ports/ARMCMx/chcore_v6m.h
parent3368f57424db121a96207e9ee6f5e9f746d34ca6 (diff)
downloadChibiOS-6059ca8a0444f026f1e6b5f343e7b389a9c4267c.tar.gz
ChibiOS-6059ca8a0444f026f1e6b5f343e7b389a9c4267c.tar.bz2
ChibiOS-6059ca8a0444f026f1e6b5f343e7b389a9c4267c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6252 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/ARMCMx/chcore_v6m.h')
-rw-r--r--os/rt/ports/ARMCMx/chcore_v6m.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/rt/ports/ARMCMx/chcore_v6m.h b/os/rt/ports/ARMCMx/chcore_v6m.h
index b39d019e7..846378b65 100644
--- a/os/rt/ports/ARMCMx/chcore_v6m.h
+++ b/os/rt/ports/ARMCMx/chcore_v6m.h
@@ -19,7 +19,7 @@
*/
/**
- * @file GCC/ARMCMx/chcore_v6m.h
+ * @file ARMCMx/chcore_v6m.h
* @brief ARMv6-M architecture port macros and structures.
*
* @addtogroup ARMCMx_V6M_CORE
@@ -213,6 +213,7 @@ struct context {
/**
* @brief Computes the thread working area global size.
+ * @note There is no need to perform alignments in this macro.
*/
#define PORT_WA_SIZE(n) (sizeof(struct port_intctx) + \
sizeof(struct port_extctx) + \