index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
ManPages
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...
Dean Camera
2010-09-11
1
-1
/
+2
*
Added new project makefile template to the library and moved board driver stu...
Dean Camera
2010-09-11
2
-1
/
+22
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
3
-1
/
+5
*
Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...
Dean Camera
2010-09-09
2
-1
/
+4
*
Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...
Dean Camera
2010-09-07
2
-0
/
+5
*
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean Camera
2010-09-05
1
-0
/
+5
*
Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...
Dean Camera
2010-09-04
1
-0
/
+1
*
Added board hardware driver support for the USBFOO development board.
Dean Camera
2010-09-04
3
-1
/
+3
*
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean Camera
2010-09-03
4
-3
/
+9
*
Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...
Dean Camera
2010-08-31
1
-0
/
+2
*
Fix up documentation - remove obsolete Scheduler Overview page, roll document...
Dean Camera
2010-08-29
3
-37
/
+1
*
Add better description of the Ultra-Lightweight Ring Buffer header files.
Dean Camera
2010-08-29
1
-0
/
+2
*
Fixed LowLevel PrinterHost demo not sending control requests to the attached ...
Dean Camera
2010-08-24
1
-0
/
+1
*
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean Camera
2010-08-24
2
-0
/
+7
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
2
-1
/
+7
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
1
-2
/
+3
*
Moved calls to Device mode Class Driver events to after the request has been ...
Dean Camera
2010-08-22
1
-0
/
+4
*
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean Camera
2010-08-22
1
-0
/
+2
*
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean Camera
2010-08-20
1
-0
/
+2
*
Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...
Dean Camera
2010-08-20
1
-0
/
+4
*
Fixed MassStorage based demos and projects resetting the SCSI sense values be...
Dean Camera
2010-08-18
1
-0
/
+4
*
Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...
Dean Camera
2010-08-10
1
-0
/
+4
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
1
-1
/
+5
*
Add notification endpoint to the incomplete TMC demo.
Dean Camera
2010-08-09
2
-0
/
+6
*
Commit for the 100807 release.
Dean Camera
2010-08-09
2
-2
/
+2
*
Fixed software application start command broken in the DFU class bootloader w...
Dean Camera
2010-08-05
1
-0
/
+2
*
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...
Dean Camera
2010-08-03
1
-0
/
+1
*
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean Camera
2010-08-01
1
-0
/
+1
*
Fixed Serial peripheral driver not turning off the USART before reconfiguring...
Dean Camera
2010-07-31
1
-0
/
+2
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
2
-3
/
+3
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
3
-13
/
+13
*
Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p...
Dean Camera
2010-07-30
1
-1
/
+2
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
2
-0
/
+12
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
3
-9
/
+9
*
Fixed Benito and USBtoSerial projects not turning off the USART before reconf...
Dean Camera
2010-07-29
1
-0
/
+2
*
Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...
Dean Camera
2010-07-29
1
-0
/
+2
*
Oops - remove duplicated SPI driver init mask.
Dean Camera
2010-07-29
1
-1
/
+0
*
Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...
Dean Camera
2010-07-29
1
-0
/
+2
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
1
-1
/
+1
*
Added periodic flush timer to the Benito project. Alter the serial transmissi...
Dean Camera
2010-07-25
1
-1
/
+1
*
Add TMC device capabilities to the incomplete TMC demo.
Dean Camera
2010-07-23
1
-1
/
+1
*
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean Camera
2010-07-23
1
-1
/
+1
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
2
-0
/
+6
*
Added start of a low level device Test and Measurement class demo (thanks to ...
Dean Camera
2010-07-22
2
-1
/
+2
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-0
/
+1
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
1
-0
/
+6
*
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...
Dean Camera
2010-07-20
1
-0
/
+1
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
2
-1
/
+2
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
1
-0
/
+2
*
Added ability to set the serial baud rate via the user's terminal in the XPLA...
Dean Camera
2010-07-15
1
-0
/
+1
[next]