aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
commitf85150da74ba830ecd726e190969f3f2507d2a28 (patch)
tree830991e502f9a8b19370555e063444d3a2bc2ecb /ports/ARM7
parent6ab7ea31f114af0e0d98494156d456279dd5ecd4 (diff)
downloadChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.gz
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.bz2
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.zip
Doxygen-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1038 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7')
-rw-r--r--ports/ARM7/port.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox
index 011e866bb..780c57083 100644
--- a/ports/ARM7/port.dox
+++ b/ports/ARM7/port.dox
@@ -34,7 +34,7 @@
* THUMB modules then the interworking compiler option is enabled. This is
* usually the slowest mode and the code size is not as good as in pure
* THUMB mode.
- *
+ * .
* @section ARM7_STATES Mapping of the System States in the ARM7 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM7
* port:
@@ -69,7 +69,7 @@
* - <b>Halted</b>. Implemented as an infinite loop after disabling both IRQ
* and FIQ sources. The ARM state is whatever the processor was running when
* @p chSysHalt() was invoked.
- *
+ * .
* @section ARM7_NOTES The ARM7 port notes
* The ARM7 port makes some assumptions on the application code organization:
* - The @p main() function is invoked in system mode.
@@ -90,7 +90,7 @@
* - FIQ sources can preempt the kernel (by design) so it is not possible to
* invoke the kernel APIs from inside a FIQ handler. FIQ handlers are not
* affected by the kernel activity so there is not added jitter.
- *
+ * .
* @section ARM7_IH ARM7 Interrupt Handlers
* ARM7 Interrupt handlers do not save function-saved registers so you need to
* make sure your code saves them or does not use them (this happens
@@ -138,7 +138,7 @@
* can trim this down by defining the macro externally. This would save
* some valuable RAM space for each thread present in the system.<br>
* The default value is set into <b>./ports/ARM7/chcore.h</b>.
- *
+ * .
* @ingroup ARM7
*/