summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-06 13:17:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-06 13:17:12 -0600
commit1797cce6b85bd6ad1e0ecd411c0ed99078fe75c3 (patch)
tree92932699e734b81937e9fdd4ef39c444abcbace6 /nuttx/ChangeLog
parent1f978ce7a5066fbac3ec0f10095fc5946f457ab8 (diff)
downloadnuttx-1797cce6b85bd6ad1e0ecd411c0ed99078fe75c3.tar.gz
nuttx-1797cce6b85bd6ad1e0ecd411c0ed99078fe75c3.tar.bz2
nuttx-1797cce6b85bd6ad1e0ecd411c0ed99078fe75c3.zip
Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverified). From Max Holtzberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6fcb4f390..8078ee054 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5514,4 +5514,7 @@
to the free list. From Max Holtzberg (2013-9-6).
* configs/sama5d3x-ek/demo: Add support for USB MSC device on the
AT25 serial FLASH (untested) (2013-9-6).
+ * drivers/net/enc28j60.c: Changes back-ported from the ENCX24J600
+ to the ENC28J60 by Max Holtzberg. These seem like reasonable and
+ correct changes, but have yet to be verified on an ENC28J60 (2013-9-6).