summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-05 17:15:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-05 17:15:54 -0600
commite927c4f60b380ef1cb16626b1a2e6ecb60fca05a (patch)
treea2c045a92937cc951d588f43657a0ebe11abc69f /nuttx/ChangeLog
parent243a5c6cf3acb40d01f9339e6651acb02f14ec53 (diff)
downloadnuttx-e927c4f60b380ef1cb16626b1a2e6ecb60fca05a.tar.gz
nuttx-e927c4f60b380ef1cb16626b1a2e6ecb60fca05a.tar.bz2
nuttx-e927c4f60b380ef1cb16626b1a2e6ecb60fca05a.zip
prohibit re-entrance into sam_configgpio()
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 17c230968..d822b36a5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5111,4 +5111,6 @@
* /drivers/usbdev/composite.c: Fix a type in the composite device
driver unitialization logic. DEV1 should be DEV2 in one case
(2013-7-4).
+ * arch/arm/src/sam34/sam3u_gpio.c: sam_configgpio() must protect
+ against re-entrancy (2013-7-5).