diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-05 15:19:01 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-05 15:19:01 +0000 |
commit | a6772540268fb53aa2509b07f17167ca92642c5a (patch) | |
tree | f79812afc0ea67a508d7e56e01bed5771aaf8835 /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 252bd7bb2c3a018c54f460311d8c7776cc5747dc (diff) | |
download | lufa-a6772540268fb53aa2509b07f17167ca92642c5a.tar.gz lufa-a6772540268fb53aa2509b07f17167ca92642c5a.tar.bz2 lufa-a6772540268fb53aa2509b07f17167ca92642c5a.zip |
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-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 614acecda..ac9b543f7 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -18,6 +18,7 @@ * - Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver * - Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers * - Added support for the Micropendous family of boards + * - Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.) * - Library Applications: * - Added User Application APIs to the CDC and DFU class bootloaders * - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs) |