diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 17:53:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 17:53:17 +0000 |
commit | cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca (patch) | |
tree | f51b717df79e71660ad881487bebf8953d10d823 /LUFA/ManPages | |
parent | f3ec62b5c689d9c66b07a57df76ca83881ce3fe3 (diff) | |
download | lufa-cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca.tar.gz lufa-cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca.tar.bz2 lufa-cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca.zip |
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 26700f6c3..04ce841d3 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -23,6 +23,7 @@ * - Added new Serial_SendData() function to the Serial driver * - Added board driver support for the Sparkfun ATMEGA8U2 breakout board * - Started internal restructuring for eventual multiple architecture ports + * - Added start of an AVR32 UC3B architecture port (currently incomplete/experimental) * - Library Applications: * - Added ability to write protect Mass Storage disk write operations from the host OS * - Added new MIDIToneGenerator project diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index c98797382..b1d78117b 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -7,6 +7,22 @@ /** * \page Page_DeviceSupport Device and Hardware Support * + * \section Sec_AVR8_Support Atmel 32-Bit UC3B AVR (UC3B) + * <i>The AVR32 UC3B device support is currently <b>experimental</b>, and is included for preview purposes only.</i> + * + * Currently supported UC3B models: + * - AT32UC3B064 (USB Host and Device) + * - AT32UC3B164 (USB Host and Device) + * - AT32UC3B0128 (USB Host and Device) + * - AT32UC3B1128 (USB Host and Device) + * - AT32UC3B0256 (USB Host and Device) + * - AT32UC3B1256 (USB Host and Device) + * - AT32UC3B0512 (USB Host and Device) + * - AT32UC3B1512 (USB Host and Device) + * + * Currently supported Atmel boards (see \ref Group_BoardTypes): + * - EVK1101 + * * \section Sec_AVR8_Support Atmel 8-Bit AVR (AVR8) * * Currently supported AVR8 models: |