diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-02-07 15:46:20 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-02-07 15:46:20 +1100 |
commit | f52566d6db90f29e3e92f7b13e3a8659dc136bbf (patch) | |
tree | bd59a875138bbaac20d60c96aaa3261c91596704 | |
parent | 1d2369e9be57ceee8ba415655ce5f13d9ae8da84 (diff) | |
download | lufa-f52566d6db90f29e3e92f7b13e3a8659dc136bbf.tar.gz lufa-f52566d6db90f29e3e92f7b13e3a8659dc136bbf.tar.bz2 lufa-f52566d6db90f29e3e92f7b13e3a8659dc136bbf.zip |
Minor documentation improvements.
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 9506d29d3..6a84224fd 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -21,6 +21,12 @@ * - Fixed void pointer arithmetic in the \c Serial_SendData() functions for AVR8 and XMEGA architectures * - Fixed void pointer arithmetic in the low level and class driver RNDIS demo protocol decoders * - Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested + * - Fixed missing entries in several project's Atmel Studio integration files, such as driver INF files + * + * <b>Changed:</b> + * - Added signed alternative libUSB driver for the AVRISP-MKII clone project, to support Atmel Studio 7 (thanks to Atmel) + * - Removed no longer required LIBUSB_DRIVER_COMPAT and RESET_TOGGLES_LIBUSB_COMPAT configuration options from the AVRISP-MKII + * clone project, as the new libUSB driver works for AVRDUDE and Atmel Studio 7 under Windows * * \section Sec_ChangeLog151115 Version 151115 * <b>New:</b> |