Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
This commit is contained in:
parent
ecba8bcecf
commit
ec3e47a7d0
4 changed files with 5 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
|||
* -# Port all demos to multiple architectures
|
||||
* - Ports
|
||||
* -# Finish USB XMEGA port
|
||||
* -# Add AVR32 UC3C support
|
||||
* -# Add AVR32 UC3C, UC3D and UC3L support
|
||||
* -# Atmel ARM7 series microcontrollers
|
||||
* -# Other (commercial) C compilers
|
||||
*/
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
* - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
|
||||
* - Norduino, a wireless Arduino: http://norduino.robomotic.com/norduino-is-now-usb-hid/
|
||||
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
|
||||
* - RFI21.1EU UHF RFID reader: http://www.metra.cz/rfid/uhf-rfid-ctecky/rfi21-1eu-uhf-rfid-ctecka.htm
|
||||
* - SmartCardDetective, a Smart Card analysis tool: http://www.smartcarddetective.com/
|
||||
* - USBTINY-MKII, an AVRISP-MKII Clone AVR Programmer: http://tom-itx.dyndns.org:81/~webpage/boards/USBTiny_Mkii/USBTiny_Mkii_index.php
|
||||
* - VMeter, a USB MIDI touch strip controller: http://www.vmeter.net/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue