diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-04 11:40:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-04 11:40:55 +0000 |
commit | 3bb8055459778a834794fab484af350ea7ae0725 (patch) | |
tree | b5951e16f12d448246b8c1d9020b5674b8016366 /LUFA/ManPages | |
parent | 3223786c49335e732ed5719510c24b4c50ff8b46 (diff) | |
download | lufa-3bb8055459778a834794fab484af350ea7ae0725.tar.gz lufa-3bb8055459778a834794fab484af350ea7ae0725.tar.bz2 lufa-3bb8055459778a834794fab484af350ea7ae0725.zip |
Fix compile errors for the USB XMEGA parts when the USB driver is used.
Add core support for the ATXMEGA64A1U.
Minor documentation corrections.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/LUFAPoweredProjects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index ce8e8cfc7..45d0d91a3 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -81,6 +81,7 @@ * - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm * - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/ * - PSGroove, a Playstation 3 Homebrew dongle: http://github.com/psgroove + * - PS/2 to USB adapter: https://github.com/makestuff/p2ukbd * - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/ * - SD Card reader: http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/ * - SDR1, a Software Defined Radio firmware: https://code.google.com/p/sdr-mk1/ |