summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 13:47:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 13:47:24 -0600
commit462cb23d37ba1523959b8556ebe155a9ad2ec542 (patch)
tree2acb20856a9e9e4522cc6dd281e01eade274da14 /nuttx/ChangeLog
parentf7dfe6c8a364a7185a0c6654804660578326e1e0 (diff)
downloadnuttx-462cb23d37ba1523959b8556ebe155a9ad2ec542.tar.gz
nuttx-462cb23d37ba1523959b8556ebe155a9ad2ec542.tar.bz2
nuttx-462cb23d37ba1523959b8556ebe155a9ad2ec542.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 c1fe7d618..416c7b279 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8528,3 +8528,7 @@
include/nuttx/addrenv.h and arch.h: Move static helper routines from
arm_addrenv.c and may them global so that they can be shared by
forthcoming stack address environment logic (2014-9-13).
+ * arch/arm/src/armv7-a/arm_addrenv_stack.c, arm_addrenv.c,
+ a1x/Make.defs, sama5/Make.defs, and include/nuttx/arch.h: Add logic
+ needed to manage a virtualized stack. Not yet incorporated into
+ base OS logic (2014-9.13).