index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
ManPages
/
LUFAPoweredProjects.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added endian-correction to the CDC driver's Line Encoding control request han...
Dean Camera
2011-10-07
1
-0
/
+1
*
Fix compile errors for the USB XMEGA parts when the USB driver is used.
Dean Camera
2011-10-04
1
-0
/
+1
*
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...
Dean Camera
2011-09-28
1
-0
/
+1
*
Fix missing C++ linkage command in ArchitectureSpecific.h.
Dean Camera
2011-09-21
1
-0
/
+2
*
Fixed HID Parser's largest report size bit count not including the size of th...
Dean Camera
2011-09-17
1
-0
/
+1
*
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...
Dean Camera
2011-08-28
1
-10
/
+11
*
Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
Dean Camera
2011-08-22
1
-0
/
+1
*
Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHo...
Dean Camera
2011-08-09
1
-1
/
+1
*
Minor documentation and style fixes.
Dean Camera
2011-07-11
1
-0
/
+3
*
Seperate out the device demos and project's configuration descriptor structur...
Dean Camera
2011-07-01
1
-0
/
+2
*
Fix logic bug in the incomplete Android Accessory Host demo preventing correc...
Dean Camera
2011-06-27
1
-0
/
+3
*
Rename new Audio class driver functions, callbacks and events to ensure that ...
Dean Camera
2011-06-16
1
-0
/
+1
*
Minor documentation fixes.
Dean Camera
2011-05-08
1
-0
/
+3
*
Add new LUFA powered user projects to the documentation.
Dean Camera
2011-04-23
1
-2
/
+6
*
Remove redundant type information for bitfield elements, other than the signe...
Dean Camera
2011-04-10
1
-0
/
+1
*
Conditionally add available address spaces to the address space enum, for mul...
Dean Camera
2011-04-04
1
-1
/
+1
*
F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...
Dean Camera
2011-03-21
1
-0
/
+3
*
Updated the software USART code in the XPLAIN Bridge application so that the ...
Dean Camera
2011-03-15
1
-1
/
+3
*
Add structure padding to the appropriate descriptor structures to maintain co...
Dean Camera
2011-03-11
1
-0
/
+1
*
Add in USB_INT_RegisterHandlers() internal function to register the interrupt...
Dean Camera
2011-02-28
1
-0
/
+1
*
More UC3B architecture port updates.
Dean Camera
2011-02-26
1
-0
/
+1
*
Reduced latency for executing the Start-Of-Frame events (if enabled in the us...
Dean Camera
2011-02-19
1
-0
/
+1
*
Added board driver support for the Sparkfun ATMEGA8U2 breakout board.
Dean Camera
2011-02-16
1
-0
/
+1
*
Change bootloader makefiles to automatically compute the bootloader starting ...
Dean Camera
2011-02-09
1
-0
/
+1
*
Fixed programming errors in the AVRISP-MKII project when the programming pack...
Dean Camera
2011-02-04
1
-0
/
+1
*
Added new KeyboardMouseMultiReport Device ClassDriver demo.
Dean Camera
2011-01-26
1
-0
/
+1
*
Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...
Dean Camera
2011-01-23
1
-0
/
+1
*
Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...
Dean Camera
2011-01-22
1
-0
/
+1
*
Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...
Dean Camera
2011-01-10
1
-0
/
+1
*
Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSeri...
Dean Camera
2010-12-17
1
-0
/
+1
*
Fixed Benito project discarding incoming data from the USB virtual serial por...
Dean Camera
2010-11-23
1
-0
/
+5
*
Added board hardware driver support for the Microsin AVR-USB162 development b...
Dean Camera
2010-11-21
1
-1
/
+1
*
Added board hardware driver support for the Blackcat USB JTAG board (thanks t...
Dean Camera
2010-10-17
1
-0
/
+1
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-3
/
+3
*
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean Camera
2010-09-29
1
-1
/
+1
*
Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...
Dean Camera
2010-09-28
1
-0
/
+1
*
Minor documentation corrections.
Dean Camera
2010-09-15
1
-1
/
+1
*
Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...
Dean Camera
2010-09-09
1
-1
/
+3
*
Added board hardware driver support for the USBFOO development board.
Dean Camera
2010-09-04
1
-1
/
+1
*
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean Camera
2010-09-03
1
-2
/
+4
*
Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...
Dean Camera
2010-08-31
1
-0
/
+2
*
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean Camera
2010-08-01
1
-0
/
+1
*
Oops - remove duplicated SPI driver init mask.
Dean Camera
2010-07-29
1
-1
/
+0
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
1
-1
/
+2
*
Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...
Dean Camera
2010-07-08
1
-0
/
+1
*
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...
Dean Camera
2010-06-23
1
-0
/
+1
*
Make the RFCOMM_SendFrame() function correctly generate frames from the input...
Dean Camera
2010-06-07
1
-0
/
+1
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
1
-1
/
+1
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-82
/
+82
*
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean Camera
2010-05-03
1
-0
/
+1
[next]