diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2019-01-08 19:52:34 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2019-01-08 19:52:34 +1100 |
commit | e1886429972095e7d453adcbdb26910f94c29ffd (patch) | |
tree | a50d08711be5ce3d5098125aea9f1fb7cd690cb6 /LUFA | |
parent | b0c8a5d342626ab2e92608e2f91784f3bcce6f47 (diff) | |
download | lufa-e1886429972095e7d453adcbdb26910f94c29ffd.tar.gz lufa-e1886429972095e7d453adcbdb26910f94c29ffd.tar.bz2 lufa-e1886429972095e7d453adcbdb26910f94c29ffd.zip |
AVRISP-MKII Clone: Clean up ISP driver code, namespace module variables.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 4f2ae7732..55d5f55a8 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -13,6 +13,7 @@ * - New CCID class driver and associated demos (thanks to Filipe Rodrigues) * - Library Applications: * - Added Microsoft OS Compatibility descriptors to the RNDIS demos for driverless install on Windows 7 and newer + * - Added AVRISP-MKII support for target OSCCAL calibration (thanks to Jacob September) * * <b>Changed:</b> * - Core: |