summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 15:51:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 15:51:03 +0000
commit829c1351e2be18265cd8ea8c481eec674192a6d5 (patch)
treec51d89b3d3dd1b37d950fe698f7741197fc3a9a6 /nuttx/ChangeLog
parenta4249dc0b100fe3873cdc67346616e7d96af88c0 (diff)
downloadnuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.tar.gz
nuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.tar.bz2
nuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.zip
The PIC32 USB device driver is (finally) functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4457 42af7a65-404d-4744-a932-0658087f49c3
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 95acb0450..d638fbb13 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2529,3 +2529,5 @@
* include/nuttx/net/: Major re-organization of networking headerf files.
Moved all non-standard, NuttX-specific header files from include/net and
include/nuttx into include/nuttx/net.
+ * arch/mips/src/pic32mx/pic32mx_usbdev.c: The PIC32 USB driver now appears to
+ be fully functional.