summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 16:44:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 16:44:59 -0600
commitbb528eb25b415e8da7fe24178cd80887c3d454d3 (patch)
treec0f7782c41596fbebbd6b42535e81abc0021dcba /nuttx/ChangeLog
parentbad65d0c62ee527bbb839ab87b01abc0c874c8c9 (diff)
downloadnuttx-bb528eb25b415e8da7fe24178cd80887c3d454d3.tar.gz
nuttx-bb528eb25b415e8da7fe24178cd80887c3d454d3.tar.bz2
nuttx-bb528eb25b415e8da7fe24178cd80887c3d454d3.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ca6781adc..ad618ec72 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8299,3 +8299,9 @@
change; that was going the wrong direction. With this change, the
apps/examples/elf test works with address environments and call
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
+ only from a file system. This new configuration is defined but only
+ partially integrated (2014-8-29).
+