aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2010-04-154-24/+24
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-154-5/+102
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-139-125/+359
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-125-22/+1633
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-123-5/+18
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-116-29/+134
* Fix up Bluetooth Demo's options processing on incoming channel configuration ...Dean Camera2010-04-112-22/+23
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-104-41/+163
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-104-35/+85
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-064-269/+188
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-067-206/+310
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-065-17/+68
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-062-45/+155
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-057-83/+198
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-055-22/+31
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-0111-147/+228
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-315-257/+142
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-232-2/+1
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Update copyright year to 2010.Dean Camera2009-12-3013-26/+26
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-302-16/+11
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2813-92/+92
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-5/+5
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-2/+2
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-2/+2
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean Camera2009-09-291-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-15/+39
* Oops - with new changes to the way the device Configuration Descriptor is ret...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-312-23/+20
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-8/+8
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-053-15/+12
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-212-8/+43
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-16/+15
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-132-25/+5
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-112-2/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-1110-6/+6
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-232-4/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-5/+5
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-3/+8
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-12/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-143-4/+11
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i...Dean Camera2009-06-101-13/+0