aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-20 18:47:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-20 18:47:25 +0000
commit4068efbd1898058854f9ca5a967bc5ad5a851759 (patch)
tree2b69bbeafedf62cae42634354d4c4ea3401f9fdb /LUFA/DoxygenPages/ChangeLog.txt
parent6c738343ae7bab9bd96aa5fc29d5656d966647b5 (diff)
downloadlufa-4068efbd1898058854f9ca5a967bc5ad5a851759.tar.gz
lufa-4068efbd1898058854f9ca5a967bc5ad5a851759.tar.bz2
lufa-4068efbd1898058854f9ca5a967bc5ad5a851759.zip
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 534812f83..c13ce8fb8 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -7,7 +7,23 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
- * None.
+ * <b>New:</b>
+ * - Core:
+ * - None
+ * - Library Applications:
+ * - None
+ *
+ * <b>Changed:</b>
+ * - Core:
+ * - Android Accessory Host property strings changed from a struct of pointer to an array to prevent unaligned access on greater than 8-bit architectures
+ * - Library Applications:
+ * - None
+ *
+ * <b>Fixed:</b>
+ * - Core:
+ * - None
+ * - Library Applications:
+ * - None
*
* \section Sec_ChangeLog120219 Version 120219
* <b>New:</b>