aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 16:51:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 16:51:15 +0000
commitcb692f1c51bb79c7c6f015cef9da5dfeb1bfebba (patch)
tree802fa46e8f5657bf8af7625849e6bce66656a9b0 /docs/ch.txt
parent69d687d05d42ba501c5aa1a6b26a2a7f46954612 (diff)
downloadChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.tar.gz
ChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.tar.bz2
ChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@636 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index fc475ec95..d61a735ce 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -329,40 +329,6 @@
/** @} */
/**
- * @defgroup MSP430 MSP430
- * @{
- * <p>
- * Notes about the MSP430 port:
- * </p>
- * <ul>
- * <li>The MSP430 does not have a dedicated interrupt stack, make sure to reserve
- * enough stack space for interrupts in each thread stack. This can be done
- * by modifying the @p INT_REQUIRED_STACK macro into
- * <b>./ports/MSP430/chcore.h</b>.</li>
- * </ul>
- * @ingroup Ports
- */
-/** @} */
-
-/**
- * @defgroup MSP430CONF Configuration Options
- * @{
- * <p>
- * The MSP430 port allows some architecture-specific configurations settings
- * that can be specified externally, as example on the compiler command line:
- * <ul>
- * <li>@p INT_REQUIRED_STACK, this value represent the amount of stack space
- * used by the interrupt handlers.<br>
- * 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.<br>
- * The default value is set into <b>./ports/MSP430/chcore.h</b>.</li>
- * </ul>
- * </p>
- * @ingroup MSP430
- */
-/** @} */
-
-/**
* @defgroup Kernel Kernel
* @{
* @file ch.h ChibiOS/RT main include file, it includes everything else.