diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-08 10:11:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-08 10:11:16 +0000 |
commit | c6960b928e5dbe932669edb99b8a9a3ce0131075 (patch) | |
tree | 941e2d58e1203bc46bc905c5159fa5de04d879ef /os/ports/GCC | |
parent | bf311d77cb64a72df9ab657f8a0930c1939f70fd (diff) | |
download | ChibiOS-c6960b928e5dbe932669edb99b8a9a3ce0131075.tar.gz ChibiOS-c6960b928e5dbe932669edb99b8a9a3ce0131075.tar.bz2 ChibiOS-c6960b928e5dbe932669edb99b8a9a3ce0131075.zip |
Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2465 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r-- | os/ports/GCC/ARMCMx/port.dox | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index adfd49981..9fff65dd0 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -109,13 +109,16 @@ * - When using an STM32 one of the following macros must be defined on the
* compiler command line or in a file named <tt>board.h</tt>:
* - @p STM32F10X_LD
+ * - @p STM32F10X_LD_VL
* - @p STM32F10X_MD
+ * - @p STM32F10X_MD_VL
* - @p STM32F10X_HD
+ * - @p STM32F10X_XL
* - @p STM32F10X_CL
* .
* This is required in order to include a vectors table with the correct
* length for the STM32 model, see the file
- * <tt>./os/ports/GCC/ARMCMx/STM32F10x/vectors.s</tt>.
+ * <tt>./os/ports/GCC/ARMCMx/STM32/vectors.c</tt>.
* - The Cortex-Mx port is perfectly generic, support for more devices can be
* easily added by adding a subdirectory under <tt>./os/ports/GCC/ARMCMx</tt>
* and giving it the name of the new device, then copy the files from another
|