diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-25 13:38:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-25 13:38:45 +0000 |
commit | 8cb1e794a51c9362a657bb03c5d38b78eba3bb2e (patch) | |
tree | 6eda7a6dfb928417dc3009ccef7953c8b09b3bae /os/ports | |
parent | 546418f20c177b8457adac3a38be5a6702282e60 (diff) | |
download | ChibiOS-8cb1e794a51c9362a657bb03c5d38b78eba3bb2e.tar.gz ChibiOS-8cb1e794a51c9362a657bb03c5d38b78eba3bb2e.tar.bz2 ChibiOS-8cb1e794a51c9362a657bb03c5d38b78eba3bb2e.zip |
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5322 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/IAR/STM8/port.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/IAR/STM8/port.dox b/os/ports/IAR/STM8/port.dox index 898fb8d4e..c0eb35cdd 100644 --- a/os/ports/IAR/STM8/port.dox +++ b/os/ports/IAR/STM8/port.dox @@ -52,7 +52,7 @@ * - The STM8 does not have a dedicated interrupt stack, make sure to reserve
* enough stack space for interrupts in each thread stack. This can be done
* by modifying the @p INT_REQUIRED_STACK macro into
- * <b>./os/ports/cosmic/STM8/chcore.h</b>.
+ * <b>./os/ports/IAR/STM8/chcore.h</b>.
* - The kernel currently supports only the small memory model so the
* kernel files should be loaded in the first 64K. Note that this is not
* a problem because upper addresses can be used by the user code, the
@@ -61,7 +61,7 @@ * because the missing support of the @p inline "C" keyword in the
* compiler.
* .
- * @ingroup cosmic
+ * @ingroup iar
*/
/**
|