git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@548 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-12-28 12:33:40 +00:00
parent 86263d4f6c
commit 0daf2f9687
1 changed files with 0 additions and 1 deletions

View File

@ -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>