git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4934 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
514ef4d2b4
commit
8ccb52e494
|
@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
|
||||||
../os/ports/GCC/SIMIA32 \
|
../os/ports/GCC/SIMIA32 \
|
||||||
../os/hal/platforms \
|
../os/hal/platforms \
|
||||||
../os/hal/templates \
|
../os/hal/templates \
|
||||||
|
../os/various\devices_lib \
|
||||||
|
../os/various\fatfs_bindings \
|
||||||
|
../os/various\lwip_bindings \
|
||||||
../test/coverage
|
../test/coverage
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||||
|
|
|
@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
|
||||||
../os/ports/GCC/SIMIA32 \
|
../os/ports/GCC/SIMIA32 \
|
||||||
../os/hal/platforms \
|
../os/hal/platforms \
|
||||||
../os/hal/templates \
|
../os/hal/templates \
|
||||||
|
../os/various\devices_lib \
|
||||||
|
../os/various\fatfs_bindings \
|
||||||
|
../os/various\lwip_bindings \
|
||||||
../test/coverage
|
../test/coverage
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||||
|
|
|
@ -19,13 +19,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GCC/ARMCMx/STM32F4xx/cmparams.h
|
* @file GCC/ARMCMx/STM32F3xx/cmparams.h
|
||||||
* @brief ARM Cortex-M3 parameters for the STM32F4xx.
|
* @brief ARM Cortex-M3 parameters for the STM32F3xx.
|
||||||
*
|
*
|
||||||
* @defgroup ARMCMx_STM32F4xx STM32F4xx Specific Parameters
|
* @defgroup ARMCMx_STM32F3xx STM32F3xx Specific Parameters
|
||||||
* @ingroup ARMCMx_SPECIFIC
|
* @ingroup ARMCMx_SPECIFIC
|
||||||
* @details This file contains the Cortex-M4 specific parameters for the
|
* @details This file contains the Cortex-M4 specific parameters for the
|
||||||
* STM32F4xx platform.
|
* STM32F3xx platform.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -130,3 +130,10 @@
|
||||||
* .
|
* .
|
||||||
* @ingroup PPC
|
* @ingroup PPC
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup PPC_SPECIFIC Specific Implementations
|
||||||
|
* @details Platform-specific port code.
|
||||||
|
*
|
||||||
|
* @ingroup PPC
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue