aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ARM7/chcore.h')
-rw-r--r--ports/ARM7/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h
index 3dfef7d80..541207eef 100644
--- a/ports/ARM7/chcore.h
+++ b/ports/ARM7/chcore.h
@@ -41,6 +41,11 @@
#define CH_ARCHITECTURE_ARM7
/**
+ * Name of the implemented architecture.
+ */
+#define CH_ARCHITECTURE_NAME "ARM7TDMI"
+
+/**
* 32 bit stack alignment.
*/
typedef uint32_t stkalign_t;