aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 21:48:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 21:48:46 +0000
commitb2fe539d1c8fe011b9a2332d77221416913d3187 (patch)
tree7e6c8c51974de018cc3d14104e126eaf9d046121 /LUFA/DoxygenPages/ChangeLog.txt
parentf11826fc477426bfaecdeff03041c320e96ee9fc (diff)
downloadlufa-b2fe539d1c8fe011b9a2332d77221416913d3187.tar.gz
lufa-b2fe539d1c8fe011b9a2332d77221416913d3187.tar.bz2
lufa-b2fe539d1c8fe011b9a2332d77221416913d3187.zip
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
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 d5ecd845f..386316251 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -19,6 +19,7 @@
* - Android Accessory Host property strings changed from a struct of pointer to an array to prevent unaligned access on greater than 8-bit architectures
* - Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments
* - Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure
+ * - Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release
* - 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