summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-21 18:25:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-21 18:25:31 +0000
commit1d8f60792331e913c6c4cd3bf3d6b785359778ee (patch)
treebe04cc8b489c7456c1a2d9f6caf82d34590d3d00 /nuttx/ChangeLog
parentda19497e87298884e6b7c23b2892bb25cb12ef82 (diff)
downloadpx4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.tar.gz
px4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.tar.bz2
px4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.zip
Add E1000 PIC NIC driver from Yu Qiang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 998a0acfa..7b700a0d2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1764,3 +1764,9 @@
* lib/drivers/cc1101: Add initial, functional CC1101 wireless driver
(contributed by Uros Platise)
+ * arch/mips and configs/pcblogic-pic32mx: The MicroChip PIC32MX port is now
+ code complete and ready to begin testing.
+ * drivers/net/e1000.c/h: A PCI-based E1000 ethernet driver submitted
+ by Yu Qiang.
+ * lib/net/lib_inetaddr.c: An implementatino of the inet_addr() function
+ submitted y Yu Qiang. \ No newline at end of file