summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 14:46:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 14:46:24 -0600
commitdab33d3473f9d7ad40131d7a018053c745bfdd2f (patch)
treeaaac74e7734ec8bff2bde0f0792da18214ba2ab0 /nuttx/ChangeLog
parentaadd8ebfc6ba3f9d50dd2473c724804102a25b7d (diff)
downloadnuttx-dab33d3473f9d7ad40131d7a018053c745bfdd2f.tar.gz
nuttx-dab33d3473f9d7ad40131d7a018053c745bfdd2f.tar.bz2
nuttx-dab33d3473f9d7ad40131d7a018053c745bfdd2f.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c3afc4f6a..39dca0cb9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8301,7 +8301,7 @@
gates! (2014-8029).
* Many, many files: Renamed CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED.
Added configuration CONFIG_BUILD_KERNEL that will be used to generate
- a kernel (only) with full process support and will execut programs
+ a kernel (only) with full process support and will execute programs
only from a file system. This new configuration is defined but only
partially integrated (2014-8-29).
* tools/refresh.sh: Add a tool to make refreshing configurations easier
@@ -8329,3 +8329,6 @@
up some kernel build heap allocation issues. The Cortex-A kernel
build now compiles without errors (but cannot link until brk() and
sbrk() are implemented) (2014-8-31).
+ * mm/*mm_brkaddr.c, *mm_extend.c, Makefile, and include/nuttx/mm.h: Add
+ low-level memory management hooks that will be needed to support brk()
+ and sbrk() (2014-8-31).