summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 12:52:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 12:52:19 -0600
commit3c4d32be31976d2a23d3be2b774421cb545e3a0b (patch)
treeee3e365fba52ee97ee505d8a1e77dbcef1ebb0f9 /nuttx/ChangeLog
parent17b1bd4cdab460251d12b7a68954486798c17a2e (diff)
downloadnuttx-3c4d32be31976d2a23d3be2b774421cb545e3a0b.tar.gz
nuttx-3c4d32be31976d2a23d3be2b774421cb545e3a0b.tar.bz2
nuttx-3c4d32be31976d2a23d3be2b774421cb545e3a0b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9195e509c..c3afc4f6a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8324,3 +8324,8 @@
operation is no longer supported (2014-8-31).
* configs/sama5d4-ek/kernel: Add a configuration for testing the
kernel build configuration (still a work in progress) (2014-8-31).
+ * include/nuttx/arch.h, kmalloc.h, mm.h, sched/init/os_start.c,
+ sched/sched_free.c, and arch/arm/src/sama5/sam_allocateheap.c: Clean
+ 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).