- Aug 31, 2016
-
-
Sebastien Lorquet authored
-
- Aug 30, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
USB host composite: Reosolves last remaining REVISIT design issues. Compiles clean with no errors and warning and is fully ready for testing.
-
Gregory Nutt authored
-
Gregory Nutt authored
net/tcp: tcp_ipvX_bind() not actually using the ported selected with port==0. Also removes duplicate call to pkt_input(). Issues noted by Pascal Speck.
-
- Aug 29, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
USB host composite: Save some information that will be needed to create a class-specific configuration.
-
Gregory Nutt authored
-
Alpo Leinonen authored
-
- Aug 28, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 27, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
-
- Aug 26, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Merged in david_s5/nuttx-2/david_s5/stm32_otgfsdevc-edited-online-with-bitbu-1472231999710 (pull request #126) stm32_otgfsdev.c edited online with Bitbucket
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
dup SOF removed as noted by Sébastien Lorquet
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 25, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
BugFix:Lost first word from FIFO
-
Gregory Nutt authored
-
David Sidrane authored
1) Do not overwrite Reserved Bits in GINTSTS (per ref manual)* 2) Acknowledge all pending int on entry to ISR that are Only rc_w1* 3) Do not disable RXFVL* 4) Loop until RXFVL is cleared* 5) Only clear the NAK on the endpoint on the OTGFS_GRXSTSD_PKTSTS_SETUPDONE to not loose the first WORD of FIFO all the data (Bug Fix) Changed marked *are just driver clean up and ensure ints are not lost. The bug fix is #5 Test case open putty and observer the Set/Get LineCoding Without this fix #5 the Get will not match the Set, and infact the data might be skewed by 4 bytes, that are lost from the FIFO if the OTGFS_DOEPCTL0_CNAK bit is set in the OTGFS_GRXSTSD_PKTSTS_SETUPRECVD as opposed to the OTGFS_GRXSTSD_PKTSTS_SETUPDONE Set Line Coding DATA1: 4B | 00 c2 01 00 00 00 08 | c8 1B Get Line Coding DATA1: 4B | .. .. .. .. 00 00 08 c8 .. 00 00 07 | 7a 72
-