index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
Age
Commit message (
Expand
)
Author
2010-05-09
Add new ReportType parameter to the HID class driver device callback and host...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-07
Device mode class driver callbacks are now fired before the control request s...
Dean
2010-05-07
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...
Dean
2010-05-07
Change over unix line-endings to dos line endings.
Dean
2010-05-06
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean
2010-05-06
Remove incorrect Abstract Call Management class specific descriptor from the ...
Dean
2010-05-06
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean
2010-05-06
Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...
Dean
2010-05-04
Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...
Dean
2010-05-04
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...
Dean
2010-05-04
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean
2010-05-04
Fixed Host mode HID class driver not sending the correct report type when HID...
Dean
2010-05-04
Fixed device state not being reset back to the default state if the host sets...
Dean
2010-05-03
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean
2010-05-02
Change AVRISP project's timeout to be interrupt based again, but make the int...
Dean
2010-04-29
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean
2010-04-28
Use puts_P() and printf_P() instead of the normal variants where possible in ...
Dean
2010-04-28
Oops - relocated USBInterrupt.h header file requires adjusted include paths f...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2010-04-22
Added ability to search by Channel PSM to the GetChannelData() function in th...
Dean
2010-04-20
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean
2010-04-19
Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
Dean
2010-04-15
Minor documentation improvements.
Dean
2010-04-15
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...
Dean
2010-04-14
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean
2010-04-13
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean
2010-04-13
Removed invalid dfu and flip related targets from the bootloaders - bootloade...
Dean
2010-04-13
Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...
Dean
2010-04-10
Bluetooth demo can now create and maintain logical channels - need to determi...
Dean
2010-04-06
Add information request/response signal handler to the Bluetooth Host demo.
Dean
2010-04-05
Add user callback function to the Bluetooth host demo to filter out connectio...
Dean
2010-03-31
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...
Dean
2010-03-31
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...
Dean
2010-03-30
Add updated board driver directory summaries to the documentation.
Dean
2010-03-30
Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...
Dean
2010-03-30
Add missing board Buttons driver for the USBTINY MKII board target.
Dean
2010-03-30
Oops - make sure board driver dispatch headers test for the correct BOARD def...
Dean
2010-03-30
Added support for the JM-DB-U2 board hardware.
Dean
2010-03-30
Added board hardware driver support for the Benito programmer.
Dean
2010-03-30
Added board hardware driver support for Tom's USBTINY MKII programmer.
Dean
2010-03-29
Add briefs for the library core structures.
Dean
2010-03-29
Add file-level brief documentation.
Dean
2010-03-25
Add new LUFA logo by Ryo Yamauchi.
Dean
2010-03-25
All Class Driver Host mode demos now correctly set the board LEDs to READY on...
Dean
2010-03-24
Added new Relay Controller Board project (thanks to OBinou).
Dean
2010-03-24
Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...
Dean
2010-03-24
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...
Dean
2010-03-23
Added incomplete MIDIToneGenerator project.
Dean
[next]