From c6960b928e5dbe932669edb99b8a9a3ce0131075 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 8 Dec 2010 10:11:16 +0000 Subject: Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2465 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/port.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'os') 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 board.h: * - @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 - * ./os/ports/GCC/ARMCMx/STM32F10x/vectors.s. + * ./os/ports/GCC/ARMCMx/STM32/vectors.c. * - The Cortex-Mx port is perfectly generic, support for more devices can be * easily added by adding a subdirectory under ./os/ports/GCC/ARMCMx * and giving it the name of the new device, then copy the files from another -- cgit v1.2.3