aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-25 14:56:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-25 14:56:16 +0000
commit756658a69a1abca61281b4dbd84a6dada9fc91b5 (patch)
tree2d39a47723556859d28761fd7d9336c811839d75 /ports/AVR
parenta2a88226488db68ca8435a72ed608bf5ec9df464 (diff)
downloadChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.tar.gz
ChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.tar.bz2
ChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.zip
Improved test code, architecture names added to the port code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r--ports/AVR/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h
index 30eb905fc..c70c5307e 100644
--- a/ports/AVR/chcore.h
+++ b/ports/AVR/chcore.h
@@ -43,6 +43,11 @@
#define CH_ARCHITECTURE_AVR
/**
+ * Name of the implemented architecture.
+ */
+#define CH_ARCHITECTURE_NAME "AVR"
+
+/**
* 8 bit stack alignment.
*/
typedef uint8_t stkalign_t;