| Commit message (Expand) | Author | Age | Files | Lines |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 1 | -75/+49 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -1/+4 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -15/+16 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 1 | -1/+2 |
* | Rename Bluetooth stack function parameters to clearly indicate what sort of B... | Dean Camera | 2010-07-11 | 1 | -2/+1 |
* | Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.... | Dean Camera | 2010-07-08 | 1 | -109/+3 |
* | Move out RFCOMM channel structure init code to a seperate routine, to save on... | Dean Camera | 2010-07-02 | 1 | -6/+9 |
* | Add RFCOMM service routine, to send pending configuration requests on RFCOMM ... | Dean Camera | 2010-06-29 | 1 | -1/+7 |
* | Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla... | Dean Camera | 2010-06-22 | 1 | -3/+3 |
* | Minor fixes to demos to add in some missing comments, printf() formatting. Ma... | Dean Camera | 2010-06-12 | 1 | -0/+4 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
* | Start implementation of RFCOMM decoding layer. Add new service initialize rou... | Dean Camera | 2010-06-03 | 1 | -0/+4 |
* | Extra protocol value in the RFCOMM protocol is the channel number, not the PS... | Dean Camera | 2010-06-03 | 1 | -1/+2 |
* | Add PSM value to the RFCOMM service so that the host knows what PSM to use on... | Dean Camera | 2010-06-03 | 1 | -5/+1 |
* | Add start of RFCOMM service layer to the incomplete BluetoothHost demo. | Dean Camera | 2010-06-03 | 1 | -1/+5 |
* | Add comments and partial Doxygen documentation to the incomplete Bluetooth SD... | Dean Camera | 2010-05-21 | 1 | -1/+1 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -297/+297 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+1 |
* | Added ability to search by Channel PSM to the GetChannelData() function in th... | Dean Camera | 2010-04-22 | 1 | -3/+21 |
* | Make bluetooth SDP code correctly unpack the search UUIDs and parameters. | Dean Camera | 2010-04-19 | 1 | -2/+1 |
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 1 | -3/+3 |
* | Add bluetooth channel connection callback to the incomplete BluetoothHost demo. | Dean Camera | 2010-04-18 | 1 | -0/+14 |
* | Minor documentation improvements. | Dean Camera | 2010-04-15 | 1 | -4/+4 |
* | Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl... | Dean Camera | 2010-04-15 | 1 | -1/+1 |
* | Document the Bluetooth ACL layer. Remove unneeded parameters from the signall... | Dean Camera | 2010-04-13 | 1 | -12/+19 |
* | Fix up Bluetooth Demo's options processing on incoming channel configuration ... | Dean Camera | 2010-04-11 | 1 | -2/+2 |
* | Add bidirectional channel configuration -- remote device is not ACKing sent C... | Dean Camera | 2010-04-06 | 1 | -4/+5 |
* | Add packet reception and send routines to the ACL layer of the incomplete Blu... | Dean Camera | 2010-04-06 | 1 | -0/+33 |
* | Add Bluetooth signalling echo request/response handlers, disconnection reques... | Dean Camera | 2010-04-05 | 1 | -0/+27 |
* | Add user callback function to the Bluetooth host demo to filter out connectio... | Dean Camera | 2010-04-05 | 1 | -9/+2 |
* | More improvements to the incomplete BluetoothHost demo - add Disconnection Ev... | Dean Camera | 2010-04-01 | 1 | -16/+31 |
* | Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ... | Dean Camera | 2010-03-31 | 1 | -0/+3 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Make Endpoint control transfers more reliable; early-abort when an incomplete... | Dean Camera | 2009-08-06 | 1 | -8/+8 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -9/+6 |
* | Don't send terminal RESET codes via serial - just set the foreground colour a... | Dean Camera | 2009-07-19 | 1 | -1/+1 |
* | Use sane ANSI terminal escape codes for the Host mode demos, so that they do ... | Dean Camera | 2009-07-19 | 1 | -16/+15 |
* | Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl... | Dean Camera | 2009-07-13 | 1 | -10/+3 |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 1 | -1/+1 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 1 | -12/+2 |
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean Camera | 2009-06-08 | 1 | -0/+1 |
* | Add master device Host demo makefile. | Dean Camera | 2009-06-05 | 1 | -0/+206 |