aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates')
-rw-r--r--os/kernel/templates/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/kernel/templates/chcore.h b/os/kernel/templates/chcore.h
index 821296bc3..bf72fc042 100644
--- a/os/kernel/templates/chcore.h
+++ b/os/kernel/templates/chcore.h
@@ -41,6 +41,11 @@
#define CH_ARCHITECTURE_NAME ""
/**
+ * @brief Name of the architecture variant (optional).
+ */
+#define CH_ARCHITECTURE_VARIANT_NAME ""
+
+/**
* @brief Base type for stack alignment.
* @details This type is used only for stack alignment reasons thus can be
* anything from a char to a double.