aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-13 18:05:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-13 18:05:49 +0000
commit4757dd6aa8038ca558b01f81b60d549b76bb211f (patch)
treeaf84e132e6ee2d97a8defd71be84c5a8a12ab21b /nuttx/ChangeLog
parent8d0386947e48681212341444dd891af81fe34f9c (diff)
downloadpx4-firmware-4757dd6aa8038ca558b01f81b60d549b76bb211f.tar.gz
px4-firmware-4757dd6aa8038ca558b01f81b60d549b76bb211f.tar.bz2
px4-firmware-4757dd6aa8038ca558b01f81b60d549b76bb211f.zip
PIC32 Ethernet driver now appears stable
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4485 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.