From aa2eb80fdb2e4e3b6eedacb8426e40db255cbe68 Mon Sep 17 00:00:00 2001
From: gdisirio
Date: Mon, 29 Dec 2008 12:12:53 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@558
35acf78f-673a-0410-8e92-d51de3d6d3f4
---
docs/ch.txt | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
(limited to 'docs')
diff --git a/docs/ch.txt b/docs/ch.txt
index 326fddc00..ad7421f3b 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -362,6 +362,24 @@
*/
/** @} */
+/**
+ * @defgroup AVRCONF Configuration Options
+ * @{
+ *
+ * The AVR port allows some architecture-specific configurations settings
+ * that can be specified externally, as example on the compiler command line:
+ *
+ * - @p INT_REQUIRED_STACK, this value represent the amount of stack space
+ * used by the interrupt handlers.
+ * The default for this value is @p 32, this space is allocated for each
+ * thread so be careful in order to not waste precious RAM space.
+ * The default value is set into ./ports/AVR/chcore.h.
+ *
+ *
+ * @ingroup AVR
+ */
+/** @} */
+
/**
* @defgroup MSP430 MSP430
* @{
@@ -378,6 +396,24 @@
*/
/** @} */
+/**
+ * @defgroup MSP430CONF Configuration Options
+ * @{
+ *
+ * The MSP430 port allows some architecture-specific configurations settings
+ * that can be specified externally, as example on the compiler command line:
+ *
+ * - @p INT_REQUIRED_STACK, this value represent the amount of stack space
+ * used by the interrupt handlers.
+ * The default for this value is @p 32, this space is allocated for each
+ * thread so be careful in order to not waste precious RAM space.
+ * The default value is set into ./ports/MSP430/chcore.h.
+ *
+ *
+ * @ingroup MSP430
+ */
+/** @} */
+
/**
* @defgroup Kernel Kernel
* @{
--
cgit v1.2.3