summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-03 08:12:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-03 08:12:45 -0600
commiteaa7f1a2b126033142b38e446c8f48e805390dcb (patch)
tree1717d0b0bbb9f20f3bc383e23a5798a31fc421a3 /nuttx/ChangeLog
parent89fb3719698e2280accd752873f4ba6aad211496 (diff)
downloadnuttx-eaa7f1a2b126033142b38e446c8f48e805390dcb.tar.gz
nuttx-eaa7f1a2b126033142b38e446c8f48e805390dcb.tar.bz2
nuttx-eaa7f1a2b126033142b38e446c8f48e805390dcb.zip
Fix SAM34 interrupt handling for ports D-F; fix MISO logic in Arduino Due touchscreen driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cc4767aea..9750a63f8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5104,3 +5104,8 @@
* configs/arduino-due/src/sam_nsh.c and sam_mmcsd.c: Add NSH customize
initialization. If so configured, initialize the SPI bit bang
interface to the MMC/SD slot on the ITEAD shield (2013-7-1).
+ * fs/fs_mount.c: Fix compilation error if no file systems are enabled:
+ Change error to ERROR (2013-7-3).
+ * arch/arm/src/sam34/sam_gpioirq.c: Fix some errors for interrupts
+ on ports D-F (2013-7-3).
+