Dean Camera
dd1e18b264
Minor documentation improvements.
12 years ago
Dean Camera
61d396b555
Minor documentation improvements.
12 years ago
Dean Camera
da42e8840d
Suppress unused function parameter warnings in the USB driver.
13 years ago
Dean Camera
22b04429e6
Fixed incorrectly issuing STALL response to unsupported control request SETUP packets, rather than in the data/status stage.
13 years ago
Dean Camera
fc876438f6
Minor documentation improvements.
13 years ago
Dean Camera
f644ffe873
Minor documentation improvements.
13 years ago
Dean Camera
2957f2bc8c
Minor documentation improvements.
13 years ago
Dean Camera
9a04475c23
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
13 years ago
Dean Camera
eee252603b
Minor documentation improvements.
13 years ago
Dean Camera
4641acc691
Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.
13 years ago
Dean Camera
217f1eebc1
Minor documentation improvements.
13 years ago
Dean Camera
5f1428bb50
Add error message for debugging purposes to the low level AudioInputHost and AudioOutputHost demos, if the request to set the audio sample rate fails.
13 years ago
Dean Camera
5f614861a6
Minor documentation improvements.
13 years ago
Dean Camera
80dc196031
Remove incomplete Microsoft Sideshow device demo.
13 years ago
Dean Camera
43658f336e
Remove unused check-source rule from the BUILD build system module.
13 years ago
Dean Camera
1ba60b4a18
Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell).
13 years ago
Dean Camera
94f5f31f10
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.
13 years ago
Dean Camera
85f4f2c2b1
Minor code style and documentation changes.
13 years ago
Dean Camera
16cd7c6896
Add support for the Olimex AVR-ISP-MK2 board.
13 years ago
Dean Camera
a57ed1abfb
Update makefile template with the new build module filenames.
13 years ago
Dean Camera
34c1b49cd1
Minor documentation improvements.
13 years ago
Dean Camera
3e7e02c6dd
Minor documentation improvements.
13 years ago
Dean Camera
359fbfe14d
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
13 years ago
Dean Camera
395e4287a1
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
13 years ago
Dean Camera
47f6a35013
Reintegrate the FullEPAddresses development branch into trunk.
13 years ago
Dean Camera
e8570c4a37
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
13 years ago
Dean Camera
a25a6dfd56
Minor documentation improvements.
13 years ago
Dean Camera
8b4fe84163
Minor documentation improvements.
13 years ago
Dean Camera
89f16f5d7f
Minor documentation improvements.
13 years ago
Dean Camera
00b6b0140f
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
13 years ago
Dean Camera
0d4a9a895b
Minor documentation improvements.
13 years ago
Dean Camera
e406140f11
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
13 years ago
Dean Camera
1dcc1fe527
Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.
...
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it.
Minor documentation improvements.
13 years ago
Dean Camera
04b8360b15
Minor documentation improvements.
13 years ago
Dean Camera
82fdedc192
Minor documentation improvements.
13 years ago
Dean Camera
a677254026
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).
14 years ago
Dean Camera
ec3e47a7d0
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
14 years ago
Dean Camera
70f3d8e933
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
14 years ago
Dean Camera
2b23318357
Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets.
14 years ago
Dean Camera
3e04487279
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).
14 years ago
Dean Camera
8df0cf3241
Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.
14 years ago
Dean Camera
0304916356
Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC.
14 years ago
Dean Camera
e9029d49d5
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
14 years ago
Dean Camera
2ae41fb153
Added endian-correction to the CDC driver's Line Encoding control request handlers.
14 years ago
Dean Camera
3bb8055459
Fix compile errors for the USB XMEGA parts when the USB driver is used.
...
Add core support for the ATXMEGA64A1U.
Minor documentation corrections.
14 years ago
Dean Camera
3223786c49
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).
...
Small size improvement for Little Endian devices when USB host mode is used.
Minor documentation fixes.
14 years ago
Dean Camera
022fa26b43
Fix missing C++ linkage command in ArchitectureSpecific.h.
...
Fix missing closing brace in an Endpoint function for the UC3 targets.
14 years ago
Dean Camera
99ff27e403
Fixed HID Parser's largest report size bit count not including the size of the last parsed report item.
...
Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.
14 years ago
Dean Camera
3b898ae178
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.
14 years ago
Dean Camera
d0ac8e46f9
Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
...
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.
Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.
Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
14 years ago