qmk_firmware/Demos/Host/Incomplete/BluetoothHost
Dean Camera e331b531c6 Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden. 2010-05-07 07:11:25 +00:00
..
Lib Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
BluetoothHost.c USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
BluetoothHost.h USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
ConfigDescriptor.c Add some more documentation to the half-completed Bluetooth Host demo, fix the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device. 2010-04-12 14:26:56 +00:00
ConfigDescriptor.h More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
DeviceDescriptor.c More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
DeviceDescriptor.h More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
Doxygen.conf Add some more documentation to the half-completed Bluetooth Host demo, fix the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device. 2010-04-12 14:26:56 +00:00
makefile Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden. 2010-05-07 07:11:25 +00:00