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
|
@ -861,7 +861,8 @@
|
|||
* uses more USB DPRAM, but offers better performance. Isochronous type pipes <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, Pipes <b>must</b> be configured in ascending order,
|
||||
* or bank corruption will occur.
|
||||
* \n\n
|
||||
*
|
||||
* \note Certain models of USB AVR's pipes may have different maximum packet sizes based on the pipe's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue