aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/SIMIA32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-22 11:51:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-22 11:51:17 +0000
commitee268d12c253ed336543b235b3af3ba9e9ff7b80 (patch)
tree913b0dd9035458e8c9b862c8e54d72b979b0a401 /os/ports/GCC/SIMIA32
parent2a6ece58eaac63be0baf6505c2de4785b5e5b0ed (diff)
downloadChibiOS-ee268d12c253ed336543b235b3af3ba9e9ff7b80.tar.gz
ChibiOS-ee268d12c253ed336543b235b3af3ba9e9ff7b80.tar.bz2
ChibiOS-ee268d12c253ed336543b235b3af3ba9e9ff7b80.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2997 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/SIMIA32')
-rw-r--r--os/ports/GCC/SIMIA32/chcore.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/os/ports/GCC/SIMIA32/chcore.h b/os/ports/GCC/SIMIA32/chcore.h
index 05dc05db4..3d5c62b23 100644
--- a/os/ports/GCC/SIMIA32/chcore.h
+++ b/os/ports/GCC/SIMIA32/chcore.h
@@ -34,12 +34,22 @@
/**
* Name of the implemented architecture.
*/
-#define CH_ARCHITECTURE_NAME "Simulator"
+#define CH_ARCHITECTURE_NAME "Simulator"
/**
* @brief Name of the architecture variant (optional).
*/
-#define CH_CORE_VARIANT_NAME "x86 (integer only)"
+#define CH_CORE_VARIANT_NAME "x86 (integer only)"
+
+/**
+ * @brief Name of the compiler supported by this port.
+ */
+#define CH_COMPILER_NAME "GCC "__VERSION__
+
+/**
+ * @brief Port-specific information string.
+ */
+#define CH_PORT_INFO "No preemption"
/**
* 16 bytes stack alignment.