aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/chcore.h
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 /demos/Win32-MinGW/chcore.h
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 'demos/Win32-MinGW/chcore.h')
-rw-r--r--demos/Win32-MinGW/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/chcore.h b/demos/Win32-MinGW/chcore.h
index 276b935da..fdeb245fb 100644
--- a/demos/Win32-MinGW/chcore.h
+++ b/demos/Win32-MinGW/chcore.h
@@ -31,6 +31,11 @@
#define CH_ARCHITECTURE_WIN32SIM
/**
+ * Name of the implemented architecture.
+ */
+#define CH_ARCHITECTURE_NAME "WIN32 Simulator"
+
+/**
* 32 bit stack alignment.
*/
typedef uint32_t stkalign_t;