aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-06 12:19:03 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-06 12:19:03 +0000
commit9207e8b2fde713e39cd42a417decf5421d856b95 (patch)
treecbe5d94f4be632fe0766b6a089b062977fb4257f /LUFA/DoxygenPages/ChangeLog.txt
parent395e4287a1eacb617360c932beaf8aa0288ce8a6 (diff)
downloadlufa-9207e8b2fde713e39cd42a417decf5421d856b95.tar.gz
lufa-9207e8b2fde713e39cd42a417decf5421d856b95.tar.bz2
lufa-9207e8b2fde713e39cd42a417decf5421d856b95.zip
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 4621e8ed3..f8e1b8f48 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -38,6 +38,7 @@
* - Added support for various assert and debugging macros for the UC3 devices
* - Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues
* on some architectures (thanks to Darren Gibbs)
+ * - Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed
* - Library Applications:
* - Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target
* - Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders