projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Minor documentation fixes.
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
2011-08-22
Dean Camera
Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
tree
|
commitdiff
2011-06-05
Dean Camera
Massive corrections to the project documentation and...
tree
|
commitdiff
2011-06-05
Dean Camera
Fixed compile errors in the incomplete BluetoothHost...
tree
|
commitdiff
2011-06-01
Dean Camera
Spell check library source code files.
tree
|
commitdiff
2011-04-10
Dean Camera
Remove redundant type information for bitfield elements...
tree
|
commitdiff
2011-01-30
Dean Camera
Removed SerialStream module, rolled functionality into...
tree
|
commitdiff
2011-01-01
Dean Camera
Update copyright year on all source files.
tree
|
commitdiff
2010-10-28
Dean Camera
Changed over fourwalledcubicle.com links to the new...
tree
|
commitdiff
2010-10-13
Dean Camera
Clean up excessive whitespace at the end of each line...
tree
|
commitdiff
2010-09-30
Dean Camera
Reverted Endpoint/Pipe non-sequential configuration...
tree
|
commitdiff
2010-07-30
Dean Camera
More spell checking of all source files -- correct...
tree
|
commitdiff
2010-07-29
Dean Camera
Spell check all source files once again to find any...
tree
|
commitdiff
2010-07-21
Dean Camera
Update all demos, projects and bootloaders to indent...
tree
|
commitdiff
2010-07-12
Dean Camera
Add missing eol-style properties to new source files.
tree
|
commitdiff
2010-07-11
Dean Camera
Correct misspellings in the Bluetooth demo code.
tree
|
commitdiff
2010-07-11
Dean Camera
Add more doxygen function documentation to the RFCOMM...
tree
|
commitdiff
2010-07-11
Dean Camera
Oops - ACL layer Bluetooth_SendPacket() function should...
tree
|
commitdiff
2010-07-11
Dean Camera
Rename Bluetooth stack function parameters to clearly...
tree
|
commitdiff
2010-07-08
Dean Camera
Add a new RFCOMM_ChannelOpened() callback event for...
tree
|
commitdiff
2010-07-08
Dean Camera
Add a new RFCOMM service callback for when new data...
tree
|
commitdiff
2010-07-08
Dean Camera
Move out Bluetooth stack callback functions to a sepera...
tree
|
commitdiff
2010-07-02
Dean Camera
Move out RFCOMM channel structure init code to a sepera...
tree
|
commitdiff
2010-06-29
Dean Camera
Add RFCOMM service routine, to send pending configurati...
tree
|
commitdiff
2010-06-26
Dean Camera
Make Bluetooth ACL channel searches skip over closed...
tree
|
commitdiff
2010-06-23
Dean Camera
Split RFCOMM channel signals into Remote and Local...
tree
|
commitdiff
2010-06-23
Dean Camera
Add TEST RFCOMM command handler. Remove the RFCOMM...
tree
|
commitdiff
2010-06-22
Dean Camera
Use a bitmask instead of an array of bools in the SDP...
tree
|
commitdiff
2010-06-22
Dean Camera
Added new pgm_read_ptr() macro to Common.h for reading...
tree
|
commitdiff
2010-06-15
Dean Camera
Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariabl...
tree
|
commitdiff
2010-06-15
Dean Camera
Changed the RFCOMM-specific ItemProtocolChannel_t type...
tree
|
commitdiff
2010-06-15
Dean Camera
Add RFCOMM channel configuration parsing and channel...
tree
|
commitdiff
2010-06-13
Dean Camera
Split out the RFCOMM Control Channel command processing...
tree
|
commitdiff
2010-06-13
Dean Camera
Rename the incomplete Bluetooth Host demo's ServiceDisc...
tree
|
commitdiff
2010-06-13
Dean Camera
More RFCOMM layer additions - begin to add multiplexer...
tree
|
commitdiff
2010-06-12
Dean Camera
Minor fixes to demos to add in some missing comments...
tree
|
commitdiff
2010-06-07
Dean Camera
Add stub RFCOMM command handlers. Move out RFCOMM frame...
tree
|
commitdiff
2010-06-07
Dean Camera
More RFCOMM layer implementation - fix FCS calculation...
tree
|
commitdiff
2010-06-07
Dean Camera
Make the RFCOMM_SendFrame() function correctly generate...
tree
|
commitdiff
2010-06-06
Dean Camera
Refactor out RFCOMM packet send code into a seperate...
tree
|
commitdiff
2010-06-06
Dean Camera
Add the svn:eol-style property onto new files which...
tree
|
commitdiff
2010-06-04
Dean Camera
Document Bluetooth files with overall file Doxygen...
tree
|
commitdiff
2010-06-03
Dean Camera
Minor documentation cleanups.
tree
|
commitdiff
2010-06-03
Dean Camera
Start implementation of RFCOMM decoding layer. Add...
tree
|
commitdiff
2010-06-03
Dean Camera
Delay needed in bluetooth code due to the send function...
tree
|
commitdiff
2010-06-03
Dean Camera
Extra protocol value in the RFCOMM protocol is the...
tree
|
commitdiff
2010-06-03
Dean Camera
Add PSM value to the RFCOMM service so that the host...
tree
|
commitdiff
2010-06-03
Dean Camera
Add start of RFCOMM service layer to the incomplete...
tree
|
commitdiff
2010-06-02
Dean Camera
Fix byte ordering of UUIDs in the SDP server - host...
tree
|
commitdiff
2010-06-02
Dean Camera
The SDP UUID lists should be searched and ALL UUIDs...
tree
|
commitdiff
2010-06-02
Dean Camera
Add L2CAP service attribute table. Fix up ProtocolDescr...
tree
|
commitdiff
2010-06-01
Dean Camera
Clean up the Service tables, add incomplete ProtocolDes...
tree
|
commitdiff
2010-06-01
Dean Camera
Remove incorrect Language ID offset attribute from...
tree
|
commitdiff
2010-06-01
Dean Camera
Service Attribute SDP requests should have only one...
tree
|
commitdiff
2010-06-01
Dean Camera
Document inline SDP data read/write functions.
tree
|
commitdiff
2010-06-01
Dean Camera
Much faster attribute range lookup - look through short...
tree
|
commitdiff
2010-06-01
Dean Camera
Fix the encoding of UUIDs in the SDP server so that...
tree
|
commitdiff
2010-06-01
Dean Camera
Move SDP service tables out into a new set of files...
tree
|
commitdiff
2010-06-01
Dean Camera
Add Service Attribute request processing to the SDP...
tree
|
commitdiff
2010-05-31
Dean Camera
Fix endianness issues in the Service Discovery Protocol...
tree
|
commitdiff
2010-05-29
Dean Camera
Fixed incorrect signature for the ATMEGA32U2 in the...
tree
|
commitdiff
2010-05-25
Dean Camera
Fixed RNDISEthernet demos crashing when calculating...
tree
|
commitdiff
2010-05-23
Dean Camera
Add UUID Class matching to the Service Discovery Protoc...
tree
|
commitdiff
2010-05-23
Dean Camera
SDP Service improvements; fixed UUID for SDP service...
tree
|
commitdiff
2010-05-21
Dean Camera
Add comments and partial Doxygen documentation to the...
tree
|
commitdiff
2010-05-21
Dean Camera
Oops - when adding a sequence header to the SDP respons...
tree
|
commitdiff
2010-05-21
Dean Camera
Add incomplete code to properly handle attribute respon...
tree
|
commitdiff
2010-05-20
Dean Camera
Service Discovery ServiceSearchAttribute requests requi...
tree
|
commitdiff
2010-05-20
Dean Camera
Short UUIDs are measured in bytes, not bits -- update...
tree
|
commitdiff
2010-05-20
Dean Camera
More SDP code improvements - responses to ServiceSearch...
tree
|
commitdiff
2010-05-18
Dean Camera
Switch over the BluetoothHost demo's Service Discovery...
tree
|
commitdiff
2010-05-17
Dean Camera
Begin processing code for Service Discovery Protocol...
tree
|
commitdiff
2010-05-11
Dean Camera
Fix nasty bug in USBInterrupt.c which would cause a...
tree
|
commitdiff
2010-05-10
Dean Camera
Refactor Service Discovery Protocol code in the incompl...
tree
|
commitdiff
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
tree
|
commitdiff
2010-05-07
Dean Camera
Change over unix line-endings to dos line endings.
tree
|
commitdiff
2010-04-29
Dean Camera
The Audio_Device_IsSampleReceived() and Audio_Device_Is...
tree
|
commitdiff
2010-04-22
Dean Camera
Added ability to search by Channel PSM to the GetChanne...
tree
|
commitdiff
2010-04-20
Dean Camera
Fixed HID Device Class Driver not allocating a temporar...
tree
|
commitdiff
2010-04-19
Dean Camera
Add start of a SDP service table, which will be linked...
tree
|
commitdiff
2010-04-19
Dean Camera
Make bluetooth SDP code correctly unpack the search...
tree
|
commitdiff
2010-04-18
Dean Camera
Add const keyword to the demo function parameters where...
tree
|
commitdiff
2010-04-18
Dean Camera
Add bluetooth channel connection callback to the incomp...
tree
|
commitdiff
2010-04-15
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2010-04-15
Dean Camera
Rename FunctionAttributes.h to Attributes.h, as some...
tree
|
commitdiff
2010-04-13
Dean Camera
Document the Bluetooth ACL layer. Remove unneeded param...
tree
|
commitdiff
2010-04-12
Dean Camera
Add some more documentation to the half-completed Bluet...
tree
|
commitdiff
2010-04-12
Dean Camera
Fix Bluetooth stack CONNECTION RESPONSE packets - for...
tree
|
commitdiff
2010-04-11
Dean Camera
Add HCI debugging with verbosity control to the Bluetoo...
tree
|
commitdiff
2010-04-11
Dean Camera
Fix up Bluetooth Demo's options processing on incoming...
tree
|
commitdiff
2010-04-10
Dean Camera
Add LUFA-side channel open/close routines, add signalli...
tree
|
commitdiff
2010-04-10
Dean Camera
Bluetooth demo can now create and maintain logical...
tree
|
commitdiff
2010-04-06
Dean Camera
Make Bluetooth signalling handler routines use the...
tree
|
commitdiff
2010-04-06
Dean Camera
Add bidirectional channel configuration -- remote devic...
tree
|
commitdiff
2010-04-06
Dean Camera
Add packet reception and send routines to the ACL layer...
tree
|
commitdiff
2010-04-06
Dean Camera
Add information request/response signal handler to...
tree
|
commitdiff
2010-04-05
Dean Camera
Add Bluetooth signalling echo request/response handlers...
tree
|
commitdiff
2010-04-05
Dean Camera
Add user callback function to the Bluetooth host demo...
tree
|
commitdiff
2010-04-01
Dean Camera
More improvements to the incomplete BluetoothHost demo...
tree
|
commitdiff
2010-03-31
Dean Camera
Massive cleanups to the incomplete BluetoothHost demo...
tree
|
commitdiff
2010-03-23
Dean Camera
Added incomplete MIDIToneGenerator project.
tree
|
commitdiff
next