Just some reformatting.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1950 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
04076d3d53
commit
eada7b154f
|
@ -18,8 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ARM7/chcore.c
|
||||
* @brief ARM7 architecture port code.
|
||||
* @file ARM7/chcore.c
|
||||
* @brief ARM7 architecture port code.
|
||||
*
|
||||
* @addtogroup ARM7_CORE
|
||||
* @{
|
||||
*/
|
||||
|
@ -29,9 +30,9 @@
|
|||
/**
|
||||
* Halts the system.
|
||||
*/
|
||||
/** @cond never */
|
||||
#if !defined(__DOXYGEN__)
|
||||
__attribute__((weak))
|
||||
/** @endcond */
|
||||
#endif
|
||||
void port_halt(void) {
|
||||
|
||||
port_disable();
|
||||
|
|
|
@ -18,8 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ARM7/chcoreasm.s
|
||||
* @brief ARM7 architecture port low level code.
|
||||
* @file ARM7/chcoreasm.s
|
||||
* @brief ARM7 architecture port low level code.
|
||||
*
|
||||
* @addtogroup ARM7_CORE
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -18,8 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ARM7/crt0.s
|
||||
* @brief Generic ARM7 startup file for ChibiOS/RT.
|
||||
* @file ARM7/crt0.s
|
||||
* @brief Generic ARM7 startup file for ChibiOS/RT.
|
||||
*
|
||||
* @addtogroup ARM7_CORE
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -18,8 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ARMCMx/crt0.s
|
||||
* @brief Generic ARM Cortex-Mx startup file for ChibiOS/RT.
|
||||
* @file ARMCMx/crt0.s
|
||||
* @brief Generic ARM Cortex-Mx startup file for ChibiOS/RT.
|
||||
*
|
||||
* @addtogroup ARMCMx_CORE
|
||||
* @{
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue