summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-14 09:54:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-14 09:54:46 -0600
commit9bb50fec6cf9622960169034df00cc638e9d989c (patch)
tree6744292d66e1a68319e240563b59647ba9b6e796
parentdef9063a49cb5c309b03ad0dcd858d71a31a0ad5 (diff)
downloadnuttx-9bb50fec6cf9622960169034df00cc638e9d989c.tar.gz
nuttx-9bb50fec6cf9622960169034df00cc638e9d989c.tar.bz2
nuttx-9bb50fec6cf9622960169034df00cc638e9d989c.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d638d5df4..153b9abeb 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8543,3 +8543,7 @@
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).
+ * arch/arm/src/armv7-a/arm_addrenv_kstack.c, include/nuttx/addrenv.h,
+ arch.h, and othr files: Add the initial implementation of the process
+ kernel stack logic. Not yet integrated into the main OS logic nor
+ tested (2014-9-14).