summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 18:05:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 18:05:49 +0000
commit9afac6e0fec4957bc70f615533d21a6d22d063e4 (patch)
treeaf84e132e6ee2d97a8defd71be84c5a8a12ab21b /nuttx/ChangeLog
parente47e27f3e2eb9073b5c8e7a548a3626fbea8e0e5 (diff)
downloadnuttx-9afac6e0fec4957bc70f615533d21a6d22d063e4.tar.gz
nuttx-9afac6e0fec4957bc70f615533d21a6d22d063e4.tar.bz2
nuttx-9afac6e0fec4957bc70f615533d21a6d22d063e4.zip
PIC32 Ethernet driver now appears stable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4485 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2f80f84a3..16608fc25 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2542,7 +2542,7 @@
basic port to this board.
* configs/pic32-startkit/nsh/up_usbdev, up_nsh.c, and up_usbterm.c: Verified
the USB (device) driver on the PIC32 Ethernet Starter Kit.
- * arch/mips/src/pic32mx/pic32mx_ethernet.c: Verifed the PIC32 Ethernet
+ * arch/mips/src/pic32mx/pic32mx_ethernet.c: Verified the PIC32 Ethernet
driver on the PIC32 Starter Kit. Status: It is occasionally functional
but not stable enough for use.
* arch/arm/include/stm32, arch/arm/src/stm32: Add general support for
@@ -2561,3 +2561,5 @@
definitions (not complete on initial check-in).
* net/connect.c: Add another low level, thread-independent socket interface
for use within the OS.
+ * arch/mips/src/pic32mx/pic32mx_ethernet.c: The PIC32 Ethernet driver
+ is now stable on the PIC32 Starter Kit.