diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-28 14:30:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-28 14:30:26 +0000 |
commit | 25d896a507d1895676dca19049a58ffc85384a0e (patch) | |
tree | 456c72b6a1dd3f23ddb60d0d1eaf5a36e807514f /LUFA/ManPages | |
parent | b2a30cd48a0621b360d23dd430c646d22e943d09 (diff) | |
download | lufa-25d896a507d1895676dca19049a58ffc85384a0e.tar.gz lufa-25d896a507d1895676dca19049a58ffc85384a0e.tar.bz2 lufa-25d896a507d1895676dca19049a58ffc85384a0e.zip |
Added board hardware driver support for the Arduino Uno development board.
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c7b5fde90..cbedf1840 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -22,6 +22,7 @@ * - 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 Linnix UDIP development board * - Added board hardware driver support for the Busware BUI development board + * - Added board hardware driver support for the Arduino Uno development board * * <b>Changed:</b> * - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions @@ -62,6 +63,7 @@ * - Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback function causing broken GET REPORT requests * - Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target * - Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev) + * - Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 4118f63cf..d267ccf90 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -40,6 +40,7 @@ * - Kernel Concepts USBFOO * - Linnix UDIP * - Busware BUI + * - Arduino Uno * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers) */
\ No newline at end of file |