git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6663 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1fa828fe7b
commit
dacad21aed
|
@ -18,10 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file nilcoreasm_v6m.s
|
* @file ARMCMx/compilers/GCC/nilcoreasm_v6m.s
|
||||||
* @brief ARMv6-M architecture port low level code.
|
* @brief ARMv6-M architecture port low level code.
|
||||||
*
|
*
|
||||||
* @addtogroup ARMCMx_CORE
|
* @addtogroup ARMCMx_GCC_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file nilcoreasm_v7m.s
|
* @file ARMCMx/compilers/GCC/nilcoreasm_v7m.s
|
||||||
* @brief ARMv7-M architecture port low level code.
|
* @brief ARMv7-M architecture port low level code.
|
||||||
*
|
*
|
||||||
* @addtogroup ARMCMx_CORE
|
* @addtogroup ARMCMx_GCC_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file ARMCMx/GCC/niltypes.h
|
* @file ARMCMx/compilers/GCC/niltypes.h
|
||||||
* @brief ARM Cortex-Mx port system types.
|
* @brief ARM Cortex-Mx port system types.
|
||||||
*
|
*
|
||||||
* @addtogroup ARMCMx_CORE
|
* @addtogroup ARMCMx_GCC_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue