aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-08 18:29:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-08 18:29:17 +0000
commit18b82b3575162c2c6d462c8f34a7d942f77a88ec (patch)
tree455e1dc57265a77b4ee653b01d3a5d859b2f7bc7 /Projects/XPLAINBridge/XPLAINBridge.txt
parent1482f7782644a8707840508e617be21933cef0bc (diff)
downloadlufa-18b82b3575162c2c6d462c8f34a7d942f77a88ec.tar.gz
lufa-18b82b3575162c2c6d462c8f34a7d942f77a88ec.tar.bz2
lufa-18b82b3575162c2c6d462c8f34a7d942f77a88ec.zip
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1).
Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices.
Diffstat (limited to 'Projects/XPLAINBridge/XPLAINBridge.txt')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt
index 353241788..52cf99fac 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.txt
+++ b/Projects/XPLAINBridge/XPLAINBridge.txt
@@ -87,7 +87,12 @@
* <td>LIBUSB_DRIVER_COMPAT</td>
* <td>Makefile LUFA_OPTS</td>
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making
- * the code compatible with software such as avrdude (all platforms) that use the libUSB driver.
+ * the code compatible with software such as avrdude (all platforms) that use the libUSB driver.</td>
+ * </tr>
+ * <tr>
+ * <td>FIRMWARE_VERSION_MINOR</td>
+ * <td>Define to set the minor firmware revision nunber reported to the host on request. By default this will use a firmware version compatible
+ * with the latest Atmel IDE version, however if desired the reported minor value can be adjusted here.</td>
* </tr>
* </table>
*/