The ENC28J60 driver is now functional

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5165 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-19 14:22:18 +00:00
parent 78b298ffad
commit 244bea5d24
2 changed files with 103 additions and 109 deletions
+2
View File
@@ -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.