summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-11 15:57:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-11 15:57:35 -0600
commit2a39a89e9dab62ae81f4e7363d14a21f3cdcaf76 (patch)
tree4ad992dad274556d6df588e90cb8d9033b8ec4b0 /nuttx/ChangeLog
parent7ef215c9b360c6376cb7d67312aafc5593ec05a6 (diff)
downloadnuttx-2a39a89e9dab62ae81f4e7363d14a21f3cdcaf76.tar.gz
nuttx-2a39a89e9dab62ae81f4e7363d14a21f3cdcaf76.tar.bz2
nuttx-2a39a89e9dab62ae81f4e7363d14a21f3cdcaf76.zip
SAMA5: The PIO used for the red LED is also used as the camera module reset line: Added a configuration option to suppress use of the red LED if the PIO is used for another purpose. Reported by David Sidrane.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7a9745ba2..6258c1f86 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7165,4 +7165,8 @@
* arch/arm/src/sama5/sam_twi.c: TWI data sending is fails to increment
the number of byes transferred on first byte sent. from David Sidrane
(2014-4-10).
-
+ * configs/sama5d3x-ek/src: The red LED is controlled by PE24 which is
+ also the camera/ISI interface reset line. So if the a camera is
+ installed, then we must avoid controlling the red LED or we inadvertently
+ also reset the camera module. Noted by David Sidrane (2014-4-11).
+