Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
1c74525d
Commit
1c74525d
authored
Nov 30, 2010
by
Dean Camera
Browse files
Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.
parent
c879887d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Bootloaders/DFU/Descriptors.c
View file @
1c74525d
...
...
@@ -109,7 +109,7 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor =
.
Attributes
=
(
ATTR_CAN_UPLOAD
|
ATTR_CAN_DOWNLOAD
),
.
DetachTimeout
=
0x0000
,
.
TransferSize
=
0x0
c
00
,
.
TransferSize
=
0x0
C
00
,
.
DFUSpecification
=
VERSION_BCD
(
01
.
01
)
}
...
...
LUFA/Common/BoardTypes.h
View file @
1c74525d
...
...
@@ -137,6 +137,9 @@
/** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_MICROSIN162 24
/** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USBFOO 25
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
...
...
LUFA/ManPages/ChangeLog.txt
View file @
1c74525d
...
...
@@ -23,7 +23,7 @@
*
* <b>Fixed:</b>
* - Core:
* -
No
ne
* -
Fixed broken USBFOO board drivers due to missing BOARD_USBFOO defi
ne
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment