summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-08 06:24:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-08 06:24:49 -0600
commitca1946bf37eb1be098d97e9f97f778c38c7f84fe (patch)
treef548f3bdf994741f74c41b73e6c4fe9e3ed910e9 /nuttx/ChangeLog
parent3582df8916902412c927ec3243607d11bef6b990 (diff)
downloadnuttx-ca1946bf37eb1be098d97e9f97f778c38c7f84fe.tar.gz
nuttx-ca1946bf37eb1be098d97e9f97f778c38c7f84fe.tar.bz2
nuttx-ca1946bf37eb1be098d97e9f97f778c38c7f84fe.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a51f0e969..0324ab783 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8427,3 +8427,7 @@
* arch/arm/src/sama5/sam_memories.c, sam_pgalloc.c, and sam_pgalloc.h: In
kernel build with address environment, need logic to map user virtual
addresses to physical addresses, and vice versa (2104-9-7).
+ * SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK
+ definitions to board.h header file. From Fabien Comte (2014-9-8).
+ * Several pthread interfaces: A ddconst storage class to to phthread
+ parameters. From Freddie Chopin (2014-9-8).