summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-23 12:18:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-23 12:18:18 -0600
commite850a2cbc6edd604c795462f35ecf17e139fc1f0 (patch)
tree9a730057e29f9d79c3b82838b6e39a1094b66ac1 /nuttx/ChangeLog
parentead26fcdd44c7e33fd89f2c848cd486ef29e031f (diff)
downloadnuttx-e850a2cbc6edd604c795462f35ecf17e139fc1f0.tar.gz
nuttx-e850a2cbc6edd604c795462f35ecf17e139fc1f0.tar.bz2
nuttx-e850a2cbc6edd604c795462f35ecf17e139fc1f0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 601a659b5..70d896bfe 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8637,3 +8637,6 @@
(2014-9-22).
* include/nuttx/shm.h, mm/shm/shm.h, and shm_initialize.c: Add shared
memory initialization logic (2014-9-23).
+ * include/nuttx/arch.h, Documentation/NuttxPortingGuide.html, and
+ NuttxUserGuide.html: Add platform-specific interface definitions
+ needed to support the shared memory feature (2014-9-23).