The PIC32 USB device driver is (finally) functional

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4457 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-03-06 15:51:03 +00:00
parent a1a8abff71
commit 29772a3432
3 changed files with 269 additions and 132 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ FAR void *usbterm_listener(FAR void *parameter)
fflush(g_usbterm.outstream);
}
/* Get the next line of input from the remote USB serial connection */
/* Get the next line of input from the remote USB serial connection */
if (fgets(g_usbterm.inbuffer, CONFIG_EXAMPLES_USBTERM_BUFLEN, g_usbterm.instream))
{
+2
View File
@@ -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.
File diff suppressed because it is too large Load Diff