index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
3
-8
/
+8
*
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
2
-2
/
+2
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
20
-1025
/
+1652
*
Added start of a low level device Test and Measurement class demo (thanks to ...
Dean Camera
2010-07-22
2
-1
/
+2
*
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean Camera
2010-07-21
1
-12
/
+10
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
70
-297
/
+553
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
19
-52
/
+71
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
3
-208
/
+198
*
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...
Dean Camera
2010-07-20
2
-1
/
+2
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
31
-83
/
+107
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
8
-28
/
+14
*
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
3
-2
/
+5
*
Remove the timeout period extension code from the AVRISP project, as no singl...
Dean Camera
2010-07-13
1
-0
/
+2
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
16
-41
/
+43
*
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
*
Add missing eol-style properties to new source files.
Dean Camera
2010-07-12
1
-52
/
+52
*
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
2
-5
/
+36
*
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
2
-3
/
+4
*
Improve commenting of the Dataflash stub board driver file, to prevent confus...
Dean Camera
2010-07-04
1
-7
/
+15
*
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean Camera
2010-07-02
6
-51
/
+86
*
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
2
-3
/
+40
*
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
47
-910
/
+917
*
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
34
-678
/
+131
*
Fix HID parser documentation for the default maximum report/path/etc. element...
Dean Camera
2010-06-15
1
-2
/
+2
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
14
-119
/
+113
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
Update main library makefile with missing source files for the "clean" rule.
Dean Camera
2010-06-08
1
-0
/
+2
*
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean Camera
2010-06-08
10
-45
/
+63
*
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
*
Fixed incorrect function references in the Mass Storage Class driver document...
Dean Camera
2010-06-03
2
-2
/
+4
*
More documentation fixes.
Dean Camera
2010-06-03
5
-17
/
+17
*
Minor documentation cleanups.
Dean Camera
2010-06-03
31
-69
/
+69
*
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean Camera
2010-06-02
1
-1
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
2
-16
/
+5
*
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...
Dean Camera
2010-06-02
1
-1
/
+1
*
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean Camera
2010-06-02
1
-1
/
+1
[next]