Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory.
Fixed Host mode to Device mode UID change not causing a USB Disconnect event when a device was connected.
This commit is contained in:
parent
23f3c3deee
commit
a54ed0085b
14 changed files with 213 additions and 95 deletions
|
|
@ -21,11 +21,11 @@
|
|||
* - Add standardized descriptor names to device and host class driver structures
|
||||
* - Remove USE_NONSTANDARD_DESCRIPTOR_NAMES, make all typedefs unions to allow either naming scheme to be used
|
||||
* - Add in INTERRUPT_CONTROL_PIPE to use HSOFI to trigger calls to the host state machine
|
||||
* - Remove FAST_STREAM_TRANSFERS as they have little effect
|
||||
* - Make Suspend host state suspend USB bus frames
|
||||
* - Add in Stream functions for PROGMEM, EEPROM -- move to templated system
|
||||
* - Debug mode for pipe/endpoint calls
|
||||
* - Test and document new FAST_STREAM_TRANSFERS compile time option
|
||||
* - Demo hardware compatibility table/list
|
||||
*
|
||||
* <b>Targeted for Future Releases:</b>
|
||||
* - Remake AVRStudio project files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue