summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-19 14:22:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-19 14:22:18 +0000
commit9a9050f6ddd125fe7686091f3da2dd72c2991cd7 (patch)
tree5495b98e6245da446afd4eb48964b17526306ae3 /nuttx/ChangeLog
parent6347abd54eef7f62b52114bb9158a5ed2b74d219 (diff)
downloadnuttx-9a9050f6ddd125fe7686091f3da2dd72c2991cd7.tar.gz
nuttx-9a9050f6ddd125fe7686091f3da2dd72c2991cd7.tar.bz2
nuttx-9a9050f6ddd125fe7686091f3da2dd72c2991cd7.zip
The ENC28J60 driver is now functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5165 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 57f59c4f3..7ad830d89 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3375,3 +3375,5 @@
the common tools/Make.mk. Add support for a verbosity options:
Specify V=1 on the make command line in order to see the exact
commands used in the build (Contributed by Richard Cochran).
+ * drivers/net/enc28j60.c: The ENC28J60 Ethernet driver is
+ now functional.