aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-09-28 13:24:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-09-28 13:24:08 +0000
commit3223786c49335e732ed5719510c24b4c50ff8b46 (patch)
treef838dbe60040a442783151f5a708c59545bcd0f6 /LUFA/ManPages
parent77dbfd3cc44b91ea04990c65f3de70267ceb2460 (diff)
downloadlufa-3223786c49335e732ed5719510c24b4c50ff8b46.tar.gz
lufa-3223786c49335e732ed5719510c24b4c50ff8b46.tar.bz2
lufa-3223786c49335e732ed5719510c24b4c50ff8b46.zip
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).
Small size improvement for Little Endian devices when USB host mode is used. Minor documentation fixes.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/DeviceSupport.txt2
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
-rw-r--r--LUFA/ManPages/LUFAPoweredProjects.txt1
3 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt
index 061c6aca5..b3af29b22 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -291,7 +291,7 @@
/**
* \page Page_XMEGASupport Atmel USB XMEGA AVR (XMEGA)
- * Note: <i>The XMEGA device support is currently <b>experimental</b>, and is included for preview purposes only.</i>
+ * Note: <i>The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.</i>
*
* \section Sec_XMEGASupport_Devices Supported Microcontroller Models
*
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index b3527b071..83c48805b 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -29,6 +29,7 @@
* -# Make HOST_DEVICE_SETTLE_DELAY_MS a global variable that can be changed
* -# Add MANDATORY_EVENT_FUNCTIONS compile time option
* -# Add watchdog support to the library and apps/bootloaders
+ * -# Re-run USBIF test suite on all classes to formally verify operation
* - Documentation/Support
* -# Add detailed overviews of how each demo works
* -# Add board overviews
diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt
index 2a5ff2a21..ce8e8cfc7 100644
--- a/LUFA/ManPages/LUFAPoweredProjects.txt
+++ b/LUFA/ManPages/LUFAPoweredProjects.txt
@@ -123,6 +123,7 @@
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
* - 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/
* - XMEGA Development Board, using LUFA as an On-Board Programmer: http://xmega.mattair.net/
* - Zeptoprog, a multifunction AVR programmer: http://www.mattairtech.com/index.php/featured/zeptoprog.html
*