git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2998 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ee268d12c2
commit
a3239bf257
|
@ -39,7 +39,7 @@
|
|||
* @brief Enables the use of the WFI instruction in the idle thread loop.
|
||||
*/
|
||||
#ifndef STM8_ENABLE_WFI_IDLE
|
||||
#define STM8_ENABLE_WFI_IDLE FALSE
|
||||
#define STM8_ENABLE_WFI_IDLE FALSE
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
@ -54,7 +54,17 @@
|
|||
/**
|
||||
* @brief Name of the implemented architecture.
|
||||
*/
|
||||
#define CH_ARCHITECTURE_NAME "STM8"
|
||||
#define CH_ARCHITECTURE_NAME "STM8"
|
||||
|
||||
/**
|
||||
* @brief Name of the compiler supported by this port.
|
||||
*/
|
||||
#define CH_COMPILER_NAME "Raisonance"
|
||||
|
||||
/**
|
||||
* @brief Port-specific information string.
|
||||
*/
|
||||
#define CH_PORT_INFO "None"
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Port implementation part. */
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
* @brief Enables the use of the WFI instruction in the idle thread loop.
|
||||
*/
|
||||
#ifndef STM8_ENABLE_WFI_IDLE
|
||||
#define STM8_ENABLE_WFI_IDLE FALSE
|
||||
#define STM8_ENABLE_WFI_IDLE FALSE
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
@ -52,7 +52,17 @@
|
|||
/**
|
||||
* @brief Name of the implemented architecture.
|
||||
*/
|
||||
#define CH_ARCHITECTURE_NAME "STM8"
|
||||
#define CH_ARCHITECTURE_NAME "STM8"
|
||||
|
||||
/**
|
||||
* @brief Name of the compiler supported by this port.
|
||||
*/
|
||||
#define CH_COMPILER_NAME "Cosmic"
|
||||
|
||||
/**
|
||||
* @brief Port-specific information string.
|
||||
*/
|
||||
#define CH_PORT_INFO "None"
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Port implementation part. */
|
||||
|
|
Loading…
Reference in New Issue