index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...
Dean Camera
2010-07-09
1
-2
/
+2
*
Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...
Dean Camera
2010-07-09
8
-39
/
+62
*
Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...
Dean Camera
2010-07-08
4
-12
/
+39
*
Add a new RFCOMM service callback for when new data has been received on a va...
Dean Camera
2010-07-08
3
-5
/
+18
*
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....
Dean Camera
2010-07-08
9
-118
/
+241
*
Make main readme file easier to read, and make documentation build instructio...
Dean Camera
2010-07-06
3
-31
/
+52
*
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
75
-55
/
+156
*
Move out RFCOMM channel structure init code to a seperate routine, to save on...
Dean Camera
2010-07-02
5
-47
/
+62
*
Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...
Dean Camera
2010-06-29
7
-92
/
+163
*
Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...
Dean Camera
2010-06-26
4
-12
/
+18
*
Add default "all" makefile targets to the demo tree makefiles.
Dean Camera
2010-06-25
6
-2
/
+10
*
Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...
Dean Camera
2010-06-25
3
-14
/
+4
*
Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...
Dean Camera
2010-06-25
7
-34
/
+34
*
Make XPLAINBridge serial bridge much more reliable for the reception of chara...
Dean Camera
2010-06-24
1
-11
/
+5
*
Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...
Dean Camera
2010-06-24
3
-3
/
+3
*
Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...
Dean Camera
2010-06-23
4
-31
/
+44
*
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...
Dean Camera
2010-06-23
7
-12
/
+29
*
Use a bitmask instead of an array of bools in the SDP UUID List matching algo...
Dean Camera
2010-06-22
2
-18
/
+17
*
Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...
Dean Camera
2010-06-22
5
-34
/
+44
*
Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...
Dean Camera
2010-06-21
5
-15
/
+11
*
Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.
Dean Camera
2010-06-17
4
-15
/
+64
*
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
4
-7
/
+5
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
40
-687
/
+140
*
Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...
Dean Camera
2010-06-15
4
-35
/
+100
*
Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item...
Dean Camera
2010-06-15
2
-9
/
+24
*
Add RFCOMM channel configuration parsing and channel states to the incomplete...
Dean Camera
2010-06-15
6
-86
/
+188
*
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
17
-123
/
+118
*
Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...
Dean Camera
2010-06-14
14
-2011
/
+2899
*
Split out the RFCOMM Control Channel command processing code into a seperate ...
Dean Camera
2010-06-13
6
-159
/
+293
*
Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...
Dean Camera
2010-06-13
8
-15
/
+16
*
More RFCOMM layer additions - begin to add multiplexer channel state variables.
Dean Camera
2010-06-13
2
-7
/
+63
*
Oops - temp code left in the XPLAINBridge project which prevented it from ent...
Dean Camera
2010-06-12
1
-2
/
+0
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
3
-25
/
+24
*
Minor fixes to demos to add in some missing comments, printf() formatting. Ma...
Dean Camera
2010-06-12
7
-6
/
+16
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
Oops - light weight ring buffer documentation used \ref instead of \param to ...
Dean Camera
2010-06-10
3
-12
/
+12
*
Add missing documentation to the lightweight ring buffer code in the XPLAINBr...
Dean Camera
2010-06-10
1
-89
/
+119
*
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
*
Add stub RFCOMM command handlers. Move out RFCOMM frame length and data point...
Dean Camera
2010-06-07
2
-44
/
+103
*
More RFCOMM layer implementation - fix FCS calculation, add in start of contr...
Dean Camera
2010-06-07
2
-50
/
+72
*
Make the RFCOMM_SendFrame() function correctly generate frames from the input...
Dean Camera
2010-06-07
4
-16
/
+38
*
Refactor out RFCOMM packet send code into a seperate function.
Dean Camera
2010-06-06
2
-28
/
+38
*
Fix incorrect copyright attribution on the class-driver keyboard demos due to...
Dean Camera
2010-06-06
9
-12
/
+6
*
Document lightweight ring buffer header files.
Dean Camera
2010-06-06
3
-40
/
+100
*
Add the svn:eol-style property onto new files which where missing it to ensur...
Dean Camera
2010-06-06
6
-817
/
+817
[prev]
[next]