summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-05 08:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-05 08:54:37 -0600
commit563911cc68e814bcacaf7f841b5002cdd9e7a25f (patch)
tree42c7daecba7da82535ecdf060b6a47453221a230 /nuttx/ChangeLog
parentf092889d19ae4cc2c0c35e8ffb70ebe024e36c75 (diff)
downloadpx4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.tar.gz
px4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.tar.bz2
px4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.zip
SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fcde5f0c2..88f3b26d1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4896,4 +4896,10 @@
file to sam3u_gpio.h (2013-6-4).
* nuttx/arch/arm/src/sam34/sam4l_gpio.c: Created GPIO driver for
the SAM4L (2013-6-4).
-
+ * nuttx/configs/sam4l-xplained/src/sam_userleds.c: Added.
+ (2013-6-4).
+ * configs/sam4l-xplained/src/sam_userleds.c: Add application
+ LED interfaces (2013-6-5).
+ * arch/arm/src/sam34/sam4l_gpio.c and arch/arm/src/sam34/chip/sam4l_gpio.h:
+ Fix GPIO port address; fix compilation errors (2013-6-5).
+