Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations.
Fixes to MassStorageHost demo to improve compatibility with more USB drives.
This commit is contained in:
parent
ccf5bd19f2
commit
34f6e0dd33
72 changed files with 17 additions and 25566 deletions
|
@ -64,7 +64,7 @@
|
|||
#define COMMAND_DIRECTION_DATA_IN (1 << 7)
|
||||
|
||||
/** Timeout period between the issuing of a CBW to a device, and the reception of the first packet */
|
||||
#define COMMAND_DATA_TIMEOUT_MS 500
|
||||
#define COMMAND_DATA_TIMEOUT_MS 2000
|
||||
|
||||
/** Pipe number of the Mass Storage data IN pipe */
|
||||
#define MASS_STORE_DATA_IN_PIPE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue