summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-02 16:52:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-02 16:52:36 -0600
commit844d1e44d360c584f17616de23aefd72b815caaa (patch)
tree16abdaf9ed40d557852f61b20e9eed458b558e26 /nuttx/ChangeLog
parentd559bea3ebb08291f2312551bfb43c91ba03c18c (diff)
downloadnuttx-844d1e44d360c584f17616de23aefd72b815caaa.tar.gz
nuttx-844d1e44d360c584f17616de23aefd72b815caaa.tar.bz2
nuttx-844d1e44d360c584f17616de23aefd72b815caaa.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index da188b659..cf4951ca8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7612,15 +7612,16 @@
* arch/arm/src/sama5/sam_pio.c: Another *critical* SAMA5D3 and 4 bug
fix: PIO clocking must be enabled for all input pins or else the
value that is read never changes. (2014-6-30).
- * net/: Many more functions renamed to follow new modularizaiton of
+ * net/: Many more functions renamed to follow new modularization of
the networking code. This is part of an ongoing repartitioning
- effort and there is still more to be done (2014-6-30).
+ effort and there is still more to be done. There will be no additional
+ notations in this ChangeLog until the renaming is complete (2014-6-30).
* arch/arm/src/sam34/sam_emac.c, sama5/sam_emaca.c, sam_emacb.c, and
sam_gmac.c: Fix cloned error: Wrong bits being cleared before ORing
in new bits (2014-7-1).
* drivers/syslog/ramlog.c: syslog_putc needs to set the errno and
return EOF on a failure (2014-7-1).
* SAM3/4 and SAMA5 Ethernet: Fix an error in the function that
- determines the number of free TX descriptors. This is an importnat
+ determines the number of free TX descriptors. This is an important
bugfix on busy networks (2014-7-2).