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-06-03
Minor documentation cleanups.
Dean
2010-06-02
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean
2010-06-02
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean
2010-06-02
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...
Dean
2010-06-02
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean
2010-05-31
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean
2010-05-30
Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...
Dean
2010-05-30
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean
2010-05-29
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean
2010-05-29
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean
2010-05-27
Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...
Dean
2010-05-26
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean
2010-05-26
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean
2010-05-26
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean
2010-05-26
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean
2010-05-25
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean
2010-05-23
Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...
Dean
2010-05-21
Oops - when adding a sequence header to the SDP response, the size value need...
Dean
2010-05-18
Added new ADC_DisableChannel() function (thanks to Mich Davis).
Dean
2010-05-17
Begin processing code for Service Discovery Protocol attributes.
Dean
2010-05-16
Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...
Dean
2010-05-14
Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...
Dean
2010-05-13
Commit for 100513 re-release due to critical device mode bug.
Dean
2010-05-13
Remove incorrect check for the current device state in the Set Configuration ...
Dean
2010-05-13
Additional fix to the AVRISP-MKII clone project for 256KB AVRs.
Dean
2010-05-13
Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...
Dean
2010-05-13
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean
2010-05-13
The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...
Dean
2010-05-12
Removed TeensyHID bootloader, per request from Paul at PJRC.
Dean
2010-05-12
Fix Doxygen treating the license as a documentation source file.
Dean
2010-05-12
Commit for the 100512 release.
Dean
2010-05-11
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean
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
[next]