| 2011-05-14 |
Dean Camera | Fixed possible invalid program execution when in host... |
tree | commitdiff |
| 2011-05-13 |
Dean Camera | Add incomplete Android Accessory Host LowLevel demo. |
tree | commitdiff |
| 2011-04-10 |
Dean Camera | Remove redundant type information for bitfield elements... |
tree | commitdiff |
| 2011-04-04 |
Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... |
tree | commitdiff |
| 2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
tree | commitdiff |
| 2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
tree | commitdiff |
| 2011-02-10 |
Dean Camera | Add static keyword to all project globals whose scope... |
tree | commitdiff |
| 2011-01-30 |
Dean Camera | Renamed all driver termination *_ShutDown() functions... |
tree | commitdiff |
| 2011-01-30 |
Dean Camera | Oops - fix up some calls to the old function names... |
tree | commitdiff |
| 2011-01-30 |
Dean Camera | Renamed the PRNT_Host_SendString(), CDC_Host_SendString... |
tree | commitdiff |
| 2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
tree | commitdiff |
| 2011-01-10 |
Dean Camera | Altered all endpoint/pipe stream transfers so that... |
tree | commitdiff |
| 2011-01-01 |
Dean Camera | Update copyright year on all source files. |
tree | commitdiff |
| 2010-12-26 |
Dean Camera | Documentation improvements - put driver example code... |
tree | commitdiff |
| 2010-11-05 |
Dean Camera | Loop in the ClassDriver MIDI device/host demos until... |
tree | commitdiff |
| 2010-11-02 |
Dean Camera | Fix XPLAINBridge code broken during the changes to... |
tree | commitdiff |
| 2010-10-28 |
Dean Camera | Added standard keyboard HID report scancode defines... |
tree | commitdiff |
| 2010-10-28 |
Dean Camera | Changed over fourwalledcubicle.com links to the new... |
tree | commitdiff |
| 2010-10-25 |
Dean Camera | Add descriptor class, subclass and protocol constants... |
tree | commitdiff |
| 2010-10-24 |
Dean Camera | All USB class drivers are now automatically included... |
tree | commitdiff |
| 2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
tree | commitdiff |
| 2010-10-01 |
Dean Camera | Fixed LowLevel JoystickHostWithParser demo not saving... |
tree | commitdiff |
| 2010-09-30 |
Dean Camera | Fix low level host mode demos not correctly fetching... |
tree | commitdiff |
| 2010-09-30 |
Dean Camera | Reverted Endpoint/Pipe non-sequential configuration... |
tree | commitdiff |
| 2010-09-28 |
Dean Camera | Move out many of the common class driver constants... |
tree | commitdiff |
| 2010-09-24 |
Dean Camera | Remove dfu-programmer program switches, to ensure maxim... |
tree | commitdiff |
| 2010-09-24 |
Dean Camera | Added the --suppress-bootloader-mem option to the makef... |
tree | commitdiff |
| 2010-09-22 |
Dean Camera | Reverted modifications to USBInterrupt.h that were... |
tree | commitdiff |
| 2010-09-15 |
Dean Camera | Make project makefiles correctly clean intermeditary... |
tree | commitdiff |
| 2010-09-09 |
Dean Camera | Added class specific descriptor type defines with stand... |
tree | commitdiff |
| 2010-09-07 |
Dean Camera | Added new PRNT_Host_BytesReceived() and PRNT_Host_Recei... |
tree | commitdiff |
| 2010-09-05 |
Dean Camera | Added new USB_Device_GetFrameNumber() and USB_Host_GetF... |
tree | commitdiff |
| 2010-08-31 |
Dean Camera | Clarify in the project documentation files what the... |
tree | commitdiff |
| 2010-08-24 |
Dean Camera | Fixed LowLevel PrinterHost demo not sending control... |
tree | commitdiff |
| 2010-08-20 |
Dean Camera | Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan... |
tree | commitdiff |
| 2010-08-09 |
Dean Camera | Tighten up the code in the delta movement detection... |
tree | commitdiff |
| 2010-08-08 |
Dean Camera | Fix invocations of avr-size in all makefiles broken... |
tree | commitdiff |
| 2010-08-02 |
Dean Camera | Hide the PROGMEM attribute from Doxygen, as it appears... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | Oops - fix mixed "initialize" and "initialise" - opt... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | More spell checking of all source files -- correct... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | Altered the CDC Deivice and Host Class drivers' receive... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | Oops - need to turn off USART via control register... |
tree | commitdiff |
| 2010-07-29 |
Dean Camera | Spell check all source files once again to find any... |
tree | commitdiff |
| 2010-07-26 |
Dean Camera | Rename reserved members of all structs so that they... |
tree | commitdiff |
| 2010-07-21 |
Dean Camera | Update all demos, projects and bootloaders to indent... |
tree | commitdiff |
| 2010-07-19 |
Dean Camera | Update makefiles to use the latest WinAVR/Atmel toolcha... |
tree | commitdiff |
| 2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
tree | commitdiff |
| 2010-07-15 |
Dean Camera | Disable strict aliasing explicitly in the project makef... |
tree | commitdiff |
| 2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
tree | commitdiff |
| 2010-07-13 |
Dean Camera | Add AVRStudio 4 project files to the ClassDriver Host... |
tree | commitdiff |
| 2010-07-13 |
Dean Camera | Add AVRStudio 4 project files to the LowLevel Host... |
tree | commitdiff |
| 2010-07-12 |
Dean Camera | Add missing eol-style properties to new source files. |
tree | commitdiff |
| 2010-07-12 |
Dean Camera | Add missing clean_doxygen phony targets to the project... |
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 | Added new Drivers/USB/LowLevel/Device.c file to house... |
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-25 |
Dean Camera | Add default "all" makefile targets to the demo tree... |
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 | More documentation fixes. |
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 |
| next |