summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-04 13:33:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-04 13:33:30 -0600
commit1344f8cc1c7e76dd50752b3e34ccf19dea9619cb (patch)
treea476677e1bc8df1bc8767f296c2cf7938fcffb93 /nuttx/ChangeLog
parenta9561ad73b90cdddef887bfb603d0e1333360b2d (diff)
downloadpx4-nuttx-1344f8cc1c7e76dd50752b3e34ccf19dea9619cb.tar.gz
px4-nuttx-1344f8cc1c7e76dd50752b3e34ccf19dea9619cb.tar.bz2
px4-nuttx-1344f8cc1c7e76dd50752b3e34ccf19dea9619cb.zip
Create SAM4L GPIO driver header file
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 66f5286b8..08ef5784f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4891,4 +4891,6 @@
important for the STM32 F4 which may have SPI data buffers
allocated on the stack in CCM memory which cannot support the
DMA. From Petteri Aimonen (2013-6-4).
-
+ * nuttx/arch/arm/src/sam34/sam4l_gpio.h: Created GPIO driver
+ header file for the SAM4L. Also renamed the SAM3U header
+ file to sam3u_gpio.h (2013-6-4).