summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-27 15:06:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-27 15:06:29 -0600
commit715a1b5937fdd36e482ef4ca032458ae8999e2db (patch)
treed0ecb918b5378dd585a1f0bfc470ba0e0d4ad89f /nuttx/ReleaseNotes
parent0a4c67ecbaac3c146dbbba1e92d2ed2349fb3a3c (diff)
downloadnuttx-715a1b5937fdd36e482ef4ca032458ae8999e2db.tar.gz
nuttx-715a1b5937fdd36e482ef4ca032458ae8999e2db.tar.bz2
nuttx-715a1b5937fdd36e482ef4ca032458ae8999e2db.zip
Update NuttX.html for the NuttX-7.5 releasenuttx-7.5
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 682d33c5c..dc63e2450 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -7010,7 +7010,7 @@ Additional new features and extended functionality:
- Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer
supported.
- sbrk(): sbrk() is now supported in the kernel build to permit
- dyanmically sized, per-process heaps.
+ dynamically sized, per-process heaps.
- Per-Process Heaps: Space at the beginning of the process data space
is now reserved for user heap management structures. In the kernel
build mode, these heap structures are shared between the kernel and