mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:36:48 +08:00
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:
@@ -138,7 +138,7 @@ FAR void *usbterm_listener(FAR void *parameter)
|
|||||||
fflush(g_usbterm.outstream);
|
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))
|
if (fgets(g_usbterm.inbuffer, CONFIG_EXAMPLES_USBTERM_BUFLEN, g_usbterm.instream))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2529,3 +2529,5 @@
|
|||||||
* include/nuttx/net/: Major re-organization of networking headerf files.
|
* include/nuttx/net/: Major re-organization of networking headerf files.
|
||||||
Moved all non-standard, NuttX-specific header files from include/net and
|
Moved all non-standard, NuttX-specific header files from include/net and
|
||||||
include/nuttx into include/nuttx/net.
|
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
Reference in New Issue
Block a user