summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-28 15:34:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-28 15:34:51 -0600
commit3dd16319a370900bc07d31378334ac2611b461bc (patch)
tree3d19eb1304f0ff7953ee827807c5a03939161917 /nuttx/ChangeLog
parentee6d71b6242b37666c09cc480e6df1ae44654b83 (diff)
downloadnuttx-3dd16319a370900bc07d31378334ac2611b461bc.tar.gz
nuttx-3dd16319a370900bc07d31378334ac2611b461bc.tar.bz2
nuttx-3dd16319a370900bc07d31378334ac2611b461bc.zip
SAM33/4: Need to disable write protection before modify PIO pin configuration
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 67dd3c6c9..b213057e9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5085,3 +5085,6 @@
* arch/arm/src/sam34/sam_allocateheap.c: Clocking must be applied
to the SMC module for the 3X and 3A family in order for the NFC
SRAM to be functional (2013-6-28).
+ * arch/arm/src/sam34/sam3u_gpio.c: Need to disable write
+ protection before configuring PIO pins.
+