aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 12:33:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 12:33:40 +0000
commit0daf2f968782458e10e948c0ee786af9c2c4dffa (patch)
treece93b8922a856c0edf38ddb52b032ee6cecdd4e9 /docs
parent86263d4f6ca0a4f54b89dd57e2c75348655363e2 (diff)
downloadChibiOS-0daf2f968782458e10e948c0ee786af9c2c4dffa.tar.gz
ChibiOS-0daf2f968782458e10e948c0ee786af9c2c4dffa.tar.bz2
ChibiOS-0daf2f968782458e10e948c0ee786af9c2c4dffa.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@548 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/ch.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 4ef7a394c..4db76915a 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -266,7 +266,6 @@
* Notes about the MSP430 port:
* </p>
* <ul>
- * <li>In the current version the MSP430 port is still untested.</li>
* <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 \p ports/MSP430/chcore.h.</li>