Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.
This commit is contained in:
parent
a57287a59f
commit
ec537fd84d
9 changed files with 123 additions and 3 deletions
|
@ -273,7 +273,8 @@
|
|||
* More banks uses more USB DPRAM, but offers better performance. Isochronous type
|
||||
* endpoints <b>must</b> have at least two banks.
|
||||
*
|
||||
* \note Endpoints <b>must</b> be configured in ascending order, or bank corruption will occur.
|
||||
* \note When the ORDERED_EP_CONFIG compile time option is used, Endpoints <b>must</b> be configured in ascending
|
||||
* order, or bank corruption will occur.
|
||||
* \n\n
|
||||
*
|
||||
* \note Certain models of USB AVR's endpoints may have different maximum packet sizes based on the endpoint's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue