Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).
[pub/lufa.git] / LUFA / ManPages / ChangeLog.txt
index 5aaf9fa..ea89a88 100644 (file)
@@ -21,6 +21,7 @@
   *  - Added class specific descriptor type defines with standard USB-IF element naming
   *  - Added new project makefile template to the library and moved board driver stub files into in a new "CodeTemplates" directory
   *  - Added board hardware driver support for the UDIP development board
+  *  - Added board hardware driver support for the BUI development board
   *
   *  <b>Changed:</b>
   *  - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions
@@ -52,6 +53,7 @@
   *  - Fixed LowLevel PrinterHost demo not sending control requests to the attached printer with the correct printer interface wIndex value
   *  - Added LEDs_ToggleLEDs() function to several board LED drivers which were missing it (thanks to Andrei Krainev)
   *  - Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts
+  *  - Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA32U2
   *
   *  \section Sec_ChangeLog100807 Version 100807
   *  <b>New:</b>