Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2465 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
bf311d77cb
commit
c6960b928e
|
@ -109,13 +109,16 @@
|
||||||
* - When using an STM32 one of the following macros must be defined on the
|
* - 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>:
|
* compiler command line or in a file named <tt>board.h</tt>:
|
||||||
* - @p STM32F10X_LD
|
* - @p STM32F10X_LD
|
||||||
|
* - @p STM32F10X_LD_VL
|
||||||
* - @p STM32F10X_MD
|
* - @p STM32F10X_MD
|
||||||
|
* - @p STM32F10X_MD_VL
|
||||||
* - @p STM32F10X_HD
|
* - @p STM32F10X_HD
|
||||||
|
* - @p STM32F10X_XL
|
||||||
* - @p STM32F10X_CL
|
* - @p STM32F10X_CL
|
||||||
* .
|
* .
|
||||||
* This is required in order to include a vectors table with the correct
|
* This is required in order to include a vectors table with the correct
|
||||||
* length for the STM32 model, see the file
|
* 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
|
* - 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>
|
* 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
|
* and giving it the name of the new device, then copy the files from another
|
||||||
|
|
Loading…
Reference in New Issue