summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 21:13:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 21:13:53 +0000
commit5b00da8a2750404b82cbb5a1a77ab611fb0eb530 (patch)
treec2707afd3fbcb5a875f6ec86286feac54ddc825c /nuttx/ChangeLog
parenteef7fd41b4fa6afb8a2f34b57467622f0904cdb2 (diff)
downloadnuttx-5b00da8a2750404b82cbb5a1a77ab611fb0eb530.tar.gz
nuttx-5b00da8a2750404b82cbb5a1a77ab611fb0eb530.tar.bz2
nuttx-5b00da8a2750404b82cbb5a1a77ab611fb0eb530.zip
Added CONFIG_USERMAIN_STACKSIZE
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1227 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d00c3f80..225347254 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -542,4 +542,8 @@
gcc 3.4.5 toolchain (which has very limit SH-1 support to begin with), or perhaps with the
CMON debugger. At any rate, I have exhausted all of the energy that I am willing to put
into this cool old processor for the time being.
+ * Renamed configuration item CONFIG_PROC_STACK_SIZE as CONFIG_IDLETHREAD_STACKSIZE: It now
+ only controls the size of the stack for the IDLE thread. Added CONFIG_USERMAIN_STACKSIZE:
+ This is the size of stack used with the user_start() thread is created. The two stacks
+ no longer have to be the same.