summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-14 09:12:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-14 09:12:37 -0600
commit659cb309b3e0dde2ce2f69320569bcd3ebda93af (patch)
tree67b65df4b6661c5520229af0956736a34cc38c92 /nuttx/ChangeLog
parent800a28e9274353b3d9257f0fee3126e2d9c33d04 (diff)
downloadnuttx-659cb309b3e0dde2ce2f69320569bcd3ebda93af.tar.gz
nuttx-659cb309b3e0dde2ce2f69320569bcd3ebda93af.tar.bz2
nuttx-659cb309b3e0dde2ce2f69320569bcd3ebda93af.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5c8af7256..d638d5df4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8539,3 +8539,7 @@
sched/task/Make.defs, task_create.c, and task_spawn.c: Don't build
task_create() or task_spawn() interfaces if there is an address
environment (2014-9-14).
+ * arch/arm/src/armv7-a/arm_addrenv_ustack.c, include/nuttx/addrenv.h,
+ arch.h, and other files: Rename everything associated with the dynamic
+ process stack to ustack to make room in the name space for a kstack
+ (2014-9-14).