Added beginnings of a new AVRISP-MKII clone project.
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
This commit is contained in:
parent
09bedd6555
commit
ecd82778cf
18 changed files with 2939 additions and 7 deletions
|
@ -12,9 +12,10 @@
|
|||
* or post your suggestion as an enhancement request to the project bug tracker.
|
||||
*
|
||||
* <b>Targeted for This Release:</b>
|
||||
* - Host Mode Class Drivers
|
||||
* - Finish Host Mode Class Drivers
|
||||
* - Add overviews of each of the officially supported boards to the manual
|
||||
* - Add hub support to match Atmel's stack
|
||||
* - Finish AVRISP Project
|
||||
*
|
||||
* <b>Targeted for Future Releases:</b>
|
||||
* - Add standardized descriptor names to device and host class driver structures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue