aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.