git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2998 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-05-22 15:23:25 +00:00
parent ee268d12c2
commit a3239bf257
2 changed files with 24 additions and 4 deletions

View File

@ -56,6 +56,16 @@
*/
#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. */
/*===========================================================================*/

View File

@ -54,6 +54,16 @@
*/
#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. */
/*===========================================================================*/