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
Age
Commit message (
Expand
)
Author
2012-02-04
Update file contributor copyrights for 2012.
Dean
2012-02-04
Update file header copyrights for 2012.
Dean
2012-02-04
Minor corrections to the XMEGA USB controller implementation.
Dean
2012-02-04
Minor documentation corrections.
Dean
2012-02-03
Add API support signature to the CDC and DFU class bootloaders, so that the a...
Dean
2012-02-03
Fix errors in the new Micropendous board drivers. Reorder the board definitio...
Dean
2012-02-03
Add support for the Micropendous series of USB AVR8 boards.
Dean
2012-02-03
Minor documentation fixes.
Dean
2012-02-02
Minor documentation improvements.
Dean
2012-02-01
Minor documentation improvements.
Dean
2012-01-30
Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...
Dean
2012-01-29
Add missing reference to the BootloaderAPI.S source file in the DFU and CDC c...
Dean
2012-01-29
Fixed DFU class bootloader not resetting the LED pins as high impedance input...
Dean
2012-01-29
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...
Dean
2012-01-28
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...
Dean
2012-01-23
Make all AVRISP-MKII programmer parameters readable, since there's no real go...
Dean
2012-01-15
Minor bootloader tweaks; make some functions static where possible to reduce ...
Dean
2012-01-02
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...
Dean
2011-12-26
Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board...
Dean
2011-12-23
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
dean
2011-12-20
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...
Dean
2011-12-14
Don't validate the Device Descriptor's vendor ID when validating that a devic...
Dean
2011-12-13
Minor XMEGA USB driver fixes.
Dean
2011-12-11
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full...
Dean
2011-12-01
Fix incorrect Capabilities value in the CDC class Bootloader descriptors.
Dean
2011-12-01
Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...
Dean
2011-11-29
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...
Dean
2011-11-29
Fix typo in the Joystick board driver documentation example code.
Dean
2011-11-29
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...
Dean
2011-11-28
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
Dean
2011-11-28
Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta boar...
Dean
2011-11-28
Remove unnecessary ErrorCode variable initializations from the LowLevel Host ...
Dean
2011-11-28
Add missing const qualifier to bootloader API function parameters.
Dean
2011-11-24
Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac...
Dean
2011-11-24
Minor Doxygen documentation improvements.
Dean
2011-11-24
Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...
Dean
2011-11-24
Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...
Dean
2011-11-24
Convert the LowLevel AndroidAccessory demo to use the new class driver consta...
Dean
2011-11-24
Add new Android Open Accessory class driver to the library core and add a new...
Dean
2011-11-23
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...
Dean
2011-11-23
Update library to indicate support for the Android Accessory Host demo.
Dean
2011-11-23
Move out Android Accessory Host demo to the Host mode LowLevel directory now ...
Dean
2011-11-23
Add const-correctness to the Android_SendString() function of the Android Acc...
Dean
2011-11-23
Oops: Typo on the new TEENSY2 board support.
Dean
2011-11-23
Fix interface protocol match value for the Android Accessory Host demo interf...
Dean
2011-11-23
Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
Dean
2011-11-23
Add XMEGA compile time tokens to the LUFAConfig.h code template.
Dean
2011-11-22
Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...
Dean
2011-11-18
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean
2011-11-16
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...
Dean
[next]