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
*
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
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
2
-1
/
+4
*
Remove the timeout period extension code from the AVRISP project, as no singl...
Dean Camera
2010-07-13
1
-0
/
+2
*
Add AVRStudio 4 project files to the ClassDriver Device mode demos.
Dean Camera
2010-07-13
1
-1
/
+1
*
Add AVRStudio 4 project files to the LowLevel Host mode demos.
Dean Camera
2010-07-13
1
-2
/
+0
*
Add AVRStudio 4 project files for the library bootloaders.
Dean Camera
2010-07-13
1
-1
/
+1
*
Add first lot of AVRStudio project files for some of the library projects.
Dean Camera
2010-07-13
2
-1
/
+2
*
Alter the ring buffer library headers to have both atomic and non-atomic inse...
Dean Camera
2010-07-12
1
-0
/
+1
*
Major changes to the XPLAINBridge software UART code for performance and reli...
Dean Camera
2010-07-11
1
-0
/
+1
*
Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...
Dean Camera
2010-07-09
1
-0
/
+2
*
Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...
Dean Camera
2010-07-08
1
-0
/
+1
*
Make main readme file easier to read, and make documentation build instructio...
Dean Camera
2010-07-06
1
-1
/
+2
*
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean Camera
2010-07-02
2
-1
/
+13
*
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...
Dean Camera
2010-06-23
1
-0
/
+1
*
Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...
Dean Camera
2010-06-22
1
-0
/
+2
*
Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.
Dean Camera
2010-06-17
2
-1
/
+1
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-0
/
+1
*
Fix compile and Doxygen errors due to the spell-check changes in the source c...
Dean Camera
2010-06-16
3
-4
/
+4
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
15
-101
/
+101
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
1
-5
/
+4
*
Add Mecurial repository mirror link to the library documentation.
Dean Camera
2010-06-08
1
-1
/
+2
*
Make the RFCOMM_SendFrame() function correctly generate frames from the input...
Dean Camera
2010-06-07
1
-0
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
1
-0
/
+1
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
1
-1
/
+1
*
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean Camera
2010-05-30
1
-0
/
+1
*
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean Camera
2010-05-29
1
-0
/
+1
*
Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...
Dean Camera
2010-05-27
1
-0
/
+3
*
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean Camera
2010-05-26
1
-2
/
+2
*
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean Camera
2010-05-26
1
-0
/
+1
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
2
-0
/
+5
*
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean Camera
2010-05-26
1
-1
/
+2
*
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean Camera
2010-05-25
1
-1
/
+2
*
Oops - when adding a sequence header to the SDP response, the size value need...
Dean Camera
2010-05-21
1
-1
/
+6
*
Added new ADC_DisableChannel() function (thanks to Mich Davis).
Dean Camera
2010-05-18
1
-1
/
+1
*
Begin processing code for Service Discovery Protocol attributes.
Dean Camera
2010-05-17
1
-0
/
+1
*
Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...
Dean Camera
2010-05-16
2
-7
/
+7
*
Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...
Dean Camera
2010-05-14
2
-18
/
+19
*
Commit for 100513 re-release due to critical device mode bug.
Dean Camera
2010-05-13
2
-2
/
+5
*
Remove incorrect check for the current device state in the Set Configuration ...
Dean Camera
2010-05-13
1
-0
/
+2
*
Additional fix to the AVRISP-MKII clone project for 256KB AVRs.
Dean Camera
2010-05-13
1
-1
/
+1
*
Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...
Dean Camera
2010-05-13
1
-0
/
+3
*
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean Camera
2010-05-13
1
-0
/
+2
*
The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...
Dean Camera
2010-05-13
1
-0
/
+2
*
Removed TeensyHID bootloader, per request from Paul at PJRC.
Dean Camera
2010-05-12
2
-5
/
+9
*
Commit for the 100512 release.
Dean Camera
2010-05-12
2
-1
/
+5
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
2
-0
/
+9
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
27
-3124
/
+3124
[next]