From efce99ba6f6f2731e177b5ed772e06fe9045a515 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 5 Jun 2013 08:54:37 -0600 Subject: [PATCH] SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates --- ChangeLog | 8 +- Documentation/NuttxUserGuide.html | 26 +- arch/arm/src/sam34/chip/sam4l_gpio.h | 454 ++++++++++++++++++---- arch/arm/src/sam34/sam4l_gpio.c | 18 +- configs/sam4l-xplained/src/sam_userleds.c | 3 +- 5 files changed, 407 insertions(+), 102 deletions(-) diff --git a/ChangeLog b/ChangeLog index fcde5f0c28..88f3b26d10 100644 --- a/ChangeLog +++ b/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). + diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 5d8f48767e..36428215d2 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: Aprill 22, 2013

+

Last Updated: June 4, 2013

@@ -8124,15 +8124,16 @@ int getopt(int argc, FAR char *const argv[], FAR const char *optstring);