summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 15:55:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 15:55:58 -0600
commit0c500fa27694690cc108dc30fb6a078636f306a9 (patch)
treefffede7b21c58343b94ce894b9e7ade5c004db83 /nuttx/ChangeLog
parent6c6c41ff791f5ab36108c84eb10aca162e48cc0e (diff)
downloadnuttx-0c500fa27694690cc108dc30fb6a078636f306a9.tar.gz
nuttx-0c500fa27694690cc108dc30fb6a078636f306a9.tar.bz2
nuttx-0c500fa27694690cc108dc30fb6a078636f306a9.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 18bd41fd2..a091b4ff0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5780,7 +5780,7 @@
* net/send.c and net_sendfile.c: Reset the send timeout when the
data is ACKed, not when the data is sent. Remove conditions on
checking for timeout. From Max Holtzberg (2013-10-17).
- * net/net_sendfile.c: Correct paramter passed to netdev_txnotify()
+ * net/net_sendfile.c: Correct parameter passed to netdev_txnotify()
from Max Holtzberg (2013-10-17).
* include/nuttx/net/uip/uip-tcp.h, net/send.c, uip/uip_tcpconn.c, and
uip/uip_tcpinput.c: Change how the initial minimum MSS is calculated.
@@ -7679,3 +7679,5 @@
if only PIOE interrupts were enabled (2014-7-7).
* SAMA5D4 PIO Interrupts: Macro SAM_PION_VBASE is not defined for the
SAMA5D4 and must be replaced with a table lookup (2014-7-7).
+ * configs/sam*: Fix some cloned errors in SAM GPIO interrupt setup
+ (1014-7-7).