aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-13 13:06:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-13 13:06:11 +0000
commit380f014c4c7b3e317181654577b24c41c266bf8f (patch)
treec2b820da79d77809c0001f16527c902b27fdbe7f /LUFA/DoxygenPages/ChangeLog.txt
parent96fd39eda86e963177cb7895f6c2216ecb9c732a (diff)
downloadlufa-380f014c4c7b3e317181654577b24c41c266bf8f.tar.gz
lufa-380f014c4c7b3e317181654577b24c41c266bf8f.tar.bz2
lufa-380f014c4c7b3e317181654577b24c41c266bf8f.zip
Added build test to verify correct compilation of all bootloaders using all supported devices.
Fixed compile error with the unreleased ATMEGA32U6 device.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 79d70ad27..ffc4dfee7 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -15,6 +15,9 @@
* - Added support for the Olimex AVR-USB-T32U4 board
* - Added new Endpoint_ConfigureEndpointTable() function
* - Added new Pipe_ConfigurePipeTable() function
+ * - Added build test to verify correct compilation of all board drivers using all driver APIs
+ * - Added build test to verify correct compilation of all bootloaders using all supported devices
+ * - Added build test to verify that there are no detectable errors in the codebase via static analysis
* - Library Applications:
* - Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices
* - Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use