From 99c447c754e0b238aca99ac772b5dabb78fc8b48 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 5 Aug 2009 13:16:36 +0000 Subject: Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times. --- LUFA/DriverStubs/Buttons.h | 2 -- LUFA/DriverStubs/Joystick.h | 2 -- LUFA/DriverStubs/LEDs.h | 2 -- LUFA/ManPages/ChangeLog.txt | 1 + 4 files changed, 1 insertion(+), 6 deletions(-) (limited to 'LUFA') diff --git a/LUFA/DriverStubs/Buttons.h b/LUFA/DriverStubs/Buttons.h index 0d02e5c71..9449bcbfd 100644 --- a/LUFA/DriverStubs/Buttons.h +++ b/LUFA/DriverStubs/Buttons.h @@ -46,8 +46,6 @@ #include #include - #include "../../../Common/Common.h" - // TODO: Add any required includes here /* Enable C linkage for C++ Compilers: */ diff --git a/LUFA/DriverStubs/Joystick.h b/LUFA/DriverStubs/Joystick.h index ca80672b3..a09f8db9b 100644 --- a/LUFA/DriverStubs/Joystick.h +++ b/LUFA/DriverStubs/Joystick.h @@ -46,8 +46,6 @@ /* Includes: */ #include - #include "../../../Common/Common.h" - // TODO: Add any required includes here /* Enable C linkage for C++ Compilers: */ diff --git a/LUFA/DriverStubs/LEDs.h b/LUFA/DriverStubs/LEDs.h index 3f4cca006..0421f14d3 100644 --- a/LUFA/DriverStubs/LEDs.h +++ b/LUFA/DriverStubs/LEDs.h @@ -45,8 +45,6 @@ /* Includes: */ #include - #include "../../../Common/Common.h" - // TODO: Add any required includes here /* Enable C linkage for C++ Compilers: */ diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 6037593e2..dab0ec6b6 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -86,6 +86,7 @@ * - Fixed HID Report Descriptor Parser not correctly resetting internal states when a REPORT ID element is encountered * - Fixed incorrect BUTTONS_BUTTON1 for the STK526 target * - Fixed RNDIS demos freezing when more than one connection was attempted simultaneously, causing memory corruption + * - Fixed USBtoSerial demo receiving noise from the USART due to pullup not being enabled * * * \section Sec_ChangeLog090605 Version 090605 -- cgit v1.2.3