aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCM3
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-20 11:39:33 +0000
commit0fc33d47532b1b7727d576b3814498c8907b3c31 (patch)
tree0f4c6e10bc5dae96c0f0212f23ed0674fcfe29ce /os/ports/GCC/ARMCM3
parentee9a1b480bf34513eaf3494f27f13f2f80ca578c (diff)
downloadChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.gz
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.bz2
ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCM3')
-rw-r--r--os/ports/GCC/ARMCM3/chcore.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCM3/chcore.h b/os/ports/GCC/ARMCM3/chcore.h
index c1b9591e0..1b72a454d 100644
--- a/os/ports/GCC/ARMCM3/chcore.h
+++ b/os/ports/GCC/ARMCM3/chcore.h
@@ -91,7 +91,12 @@
/**
* Name of the implemented architecture.
*/
-#define CH_ARCHITECTURE_NAME "ARM Cortex-M3"
+#define CH_ARCHITECTURE_NAME "ARM"
+
+/**
+ * @brief Name of the architecture variant (optional).
+ */
+#define CH_CORE_VARIANT_NAME "Cortex-M3"
/**
* 32 bit stack alignment.