From 756658a69a1abca61281b4dbd84a6dada9fc91b5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Apr 2009 14:56:16 +0000 Subject: 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 --- src/templates/chcore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 @@ -32,6 +32,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 -- cgit v1.2.3