diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-25 14:56:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-25 14:56:16 +0000 |
commit | 756658a69a1abca61281b4dbd84a6dada9fc91b5 (patch) | |
tree | 2d39a47723556859d28761fd7d9336c811839d75 /src | |
parent | a2a88226488db68ca8435a72ed608bf5ec9df464 (diff) | |
download | ChibiOS-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 'src')
-rw-r--r-- | src/templates/chcore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/chcore.h b/src/templates/chcore.h index c5d750cfb..c8a0d8222 100644 --- a/src/templates/chcore.h +++ b/src/templates/chcore.h @@ -33,6 +33,11 @@ #define CH_ARCHITECTURE_XXX
/**
+ * Name of the implemented architecture. + */
+#define CH_ARCHITECTURE_NAME ""
+
+/**
* Base type for stack alignment. * This type is used only for stack alignment reasons thus can be anything from
* a char to a double.
|