From d54e8eb64d3a79872e55dc246f4adc85d476144f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 5 Jun 2010 10:11:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2005 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/MSP430/port.dox | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'os/ports/GCC/MSP430') diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox index 09cff8a03..c68ac48bc 100644 --- a/os/ports/GCC/MSP430/port.dox +++ b/os/ports/GCC/MSP430/port.dox @@ -63,13 +63,16 @@ * @defgroup MSP430_CONF Configuration Options * @brief MSP430 Configuration Options. * @details The MSP430 port allows some architecture-specific configurations - * settings that can be specified externally, as example on the compiler - * command line: + * settings that can be overridden by redefining them in @p chconf.h. + * Usually there is no need to change the default values. * - @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 ./os/ports/GCC/MSP430/chcore.h. + * - @p IDLE_THREAD_STACK_SIZE, stack area size to be assigned to the IDLE + * thread. Usually there is no need to change this value unless inserting + * code in the IDLE thread hook macro. * . * @ingroup MSP430 */ -- cgit v1.2.3