git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1716 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8f15a800ee
commit
dac0a50860
|
@ -18,14 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file templates/chcore.c
|
* @file RC/STM8/chcore.c
|
||||||
* @brief Port related template code.
|
* @brief STM8 architecture port code.
|
||||||
* @details This file is a template of the system driver functions provided by
|
|
||||||
* a port. Some of the following functions may be implemented as
|
|
||||||
* macros in chcore.h if the implementer decides that there is an
|
|
||||||
* advantage in doing so, as example because performance concerns.
|
|
||||||
*
|
*
|
||||||
* @addtogroup core
|
* @addtogroup STM8_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file templates/chcore.h
|
* @file RC/STM8/chcore.h
|
||||||
* @brief Port related template macros and structures.
|
* @brief STM8 architecture port macros and structures.
|
||||||
* @details This file is a template of the system driver macros provided by
|
|
||||||
* a port.
|
|
||||||
*
|
*
|
||||||
* @addtogroup core
|
* @addtogroup STM8_CORE
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue