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
|
@ -20,6 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* @file ARM7/chcore.c
|
* @file ARM7/chcore.c
|
||||||
* @brief ARM7 architecture port code.
|
* @brief ARM7 architecture port code.
|
||||||
|
*
|
||||||
* @addtogroup ARM7_CORE
|
* @addtogroup ARM7_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
@ -29,9 +30,9 @@
|
||||||
/**
|
/**
|
||||||
* Halts the system.
|
* Halts the system.
|
||||||
*/
|
*/
|
||||||
/** @cond never */
|
#if !defined(__DOXYGEN__)
|
||||||
__attribute__((weak))
|
__attribute__((weak))
|
||||||
/** @endcond */
|
#endif
|
||||||
void port_halt(void) {
|
void port_halt(void) {
|
||||||
|
|
||||||
port_disable();
|
port_disable();
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* @file ARM7/chcoreasm.s
|
* @file ARM7/chcoreasm.s
|
||||||
* @brief ARM7 architecture port low level code.
|
* @brief ARM7 architecture port low level code.
|
||||||
|
*
|
||||||
* @addtogroup ARM7_CORE
|
* @addtogroup ARM7_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* @file ARM7/crt0.s
|
* @file ARM7/crt0.s
|
||||||
* @brief Generic ARM7 startup file for ChibiOS/RT.
|
* @brief Generic ARM7 startup file for ChibiOS/RT.
|
||||||
|
*
|
||||||
* @addtogroup ARM7_CORE
|
* @addtogroup ARM7_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* @file ARMCMx/crt0.s
|
* @file ARMCMx/crt0.s
|
||||||
* @brief Generic ARM Cortex-Mx startup file for ChibiOS/RT.
|
* @brief Generic ARM Cortex-Mx startup file for ChibiOS/RT.
|
||||||
|
*
|
||||||
* @addtogroup ARMCMx_CORE
|
* @addtogroup ARMCMx_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue