diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-13 22:42:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-13 22:42:08 +0000 |
commit | a7eca42996418a7fd87b3411deb368e41615f9a1 (patch) | |
tree | 1cace684d438f8667138ddd01fa9414d893dd7de /LUFA/ManPages | |
parent | 81fd8d4004247f169987acb2b5b4225bae651baf (diff) | |
download | lufa-a7eca42996418a7fd87b3411deb368e41615f9a1.tar.gz lufa-a7eca42996418a7fd87b3411deb368e41615f9a1.tar.bz2 lufa-a7eca42996418a7fd87b3411deb368e41615f9a1.zip |
Add experimental support for the AVR32 UC3A4 microcontrollers.
Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index f93dbb277..2381d2a9e 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -15,18 +15,24 @@ * - AT32UC3A164 (USB Host and Device) * - AT32UC3A364 (USB Host and Device) * - AT32UC3A364S (USB Host and Device) + * - AT32UC3A464 (USB Host and Device) + * - AT32UC3A464S (USB Host and Device) * - AT32UC3B064 (USB Host and Device) * - AT32UC3B164 (USB Host and Device) * - AT32UC3A0128 (USB Host and Device) * - AT32UC3A1128 (USB Host and Device) * - AT32UC3A3128 (USB Host and Device) * - AT32UC3A3128S (USB Host and Device) + * - AT32UC3A4128 (USB Host and Device) + * - AT32UC3A4128S (USB Host and Device) * - AT32UC3B0128 (USB Host and Device) * - AT32UC3B1128 (USB Host and Device) * - AT32UC3A0256 (USB Host and Device) * - AT32UC3A1256 (USB Host and Device) * - AT32UC3A3256 (USB Host and Device) * - AT32UC3A3256S (USB Host and Device) + * - AT32UC3A4256 (USB Host and Device) + * - AT32UC3A4256S (USB Host and Device) * - AT32UC3B0256 (USB Host and Device) * - AT32UC3B1256 (USB Host and Device) * - AT32UC3A0512 (USB Host and Device) |