diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-31 09:20:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-31 09:20:24 +0000 |
commit | c9148f9b473187163f9b1384b993315e39a14711 (patch) | |
tree | 2ba2e20b8efb6662876a960e899c26fe516a5382 /LUFA | |
parent | ce46257ff297d19958b6303f30f69dd053fd9fa1 (diff) | |
download | lufa-c9148f9b473187163f9b1384b993315e39a14711.tar.gz lufa-c9148f9b473187163f9b1384b993315e39a14711.tar.bz2 lufa-c9148f9b473187163f9b1384b993315e39a14711.zip |
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 370963e6e..c8eddc1a7 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -24,6 +24,8 @@ * - Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders
* and projects
* - All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed
+ * - Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows
+ * builds of avrdude at the expense of AVRStudio compatibility
*
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin
|