2011-06-05 |
Dean Camera | Fixed compile errors in the incomplete BluetoothHost... |
tree | commitdiff |
2011-06-03 |
Dean Camera | Added new callback to the Audio Class driver to allow... |
tree | commitdiff |
2011-06-01 |
Dean Camera | Spell check library source code files. |
tree | commitdiff |
2011-06-01 |
Dean Camera | Fixed incorrect signature in the CDC and DFU class... |
tree | commitdiff |
2011-05-30 |
Dean Camera | Added new incomplete AudioOutputHost Host LowLevel... |
tree | commitdiff |
2011-05-30 |
Dean Camera | Altered the definition of the USB_Audio_Descriptor_Form... |
tree | commitdiff |
2011-05-30 |
Dean Camera | Remove output files from the incomplete AudioInputHost... |
tree | commitdiff |
2011-05-29 |
Dean Camera | Added new incomplete AudioInputHost Host LowLevel demo. |
tree | commitdiff |
2011-05-27 |
Dean Camera | Add new USB_Host_SetInterfaceAltSetting() convenience... |
tree | commitdiff |
2011-05-26 |
Dean Camera | Lower the size of the HID report endpoint from 16 bytes... |
tree | commitdiff |
2011-05-23 |
Dean Camera | Update MediaController project to remove the Record... |
tree | commitdiff |
2011-05-22 |
Dean Camera | Add RNDIS Device support to the Webserver project,... |
tree | commitdiff |
2011-05-18 |
Dean Camera | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea... |
tree | commitdiff |
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-23 |
Dean Camera | Use the MIN() macro where possible instead of manual... |
tree | commitdiff |
2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
tree | commitdiff |
2011-03-16 |
Dean Camera | Fix bugs in the new VirtualSerialMassStorage demo ... |
tree | commitdiff |
2011-03-16 |
Dean Camera | Added new VirtualSerialMassStorage Device Class Driver... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint... |
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-02-09 |
Dean Camera | Add missing svn:eol-style properties to the new Keyboar... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Oops - fix missing constants in the TempDataLogger... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Fix incorrect #include filenames in the RNDIS demos. |
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-30 |
Dean Camera | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Add new HID_DESCRIPTOR_VENDOR() macro, change over... |
tree | commitdiff |
2011-01-26 |
Dean Camera | Added new KeyboardMouseMultiReport Device ClassDriver... |
tree | commitdiff |
2011-01-23 |
Dean Camera | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD... |
tree | commitdiff |
2011-01-23 |
Dean Camera | Change over Joystick demo HID report descriptor to... |
tree | commitdiff |
2011-01-17 |
Dean Camera | Abuse the the C preprocessor so that the HID macros... |
tree | commitdiff |
2011-01-16 |
Dean Camera | New HID report item macros (with HID_RI_ prefix) to... |
tree | commitdiff |
2011-01-13 |
Dean Camera | Added new high level TWI packet read/write commands... |
tree | commitdiff |
2011-01-10 |
Dean Camera | Fix typos and outdated information. |
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-12-17 |
Dean Camera | Fix a few more incorrectly ordered endpoint initialisat... |
tree | commitdiff |
2010-12-17 |
Dean Camera | Fixed incorrect endpoint initialisation order in the... |
tree | commitdiff |
2010-11-29 |
Dean Camera | Fixed broken HID_REQ_GetReport request handler in the... |
tree | commitdiff |
2010-11-26 |
Dean Camera | Added ability to write protect Mass Storage disk write... |
tree | commitdiff |
2010-11-22 |
Dean Camera | Lower bulk endpoint polling rate in the descriptors... |
tree | commitdiff |
2010-11-10 |
Dean Camera | Fixed incorrect PollingIntervalMS values in the demo... |
tree | commitdiff |
2010-11-08 |
Dean Camera | Added board hardware driver support for the Adafruit... |
tree | commitdiff |
2010-11-05 |
Dean Camera | Renamed the EVENT_USB_Device_UnhandledControlRequest... |
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-26 |
Dean Camera | Changed AudioInput and AudioOutput demos to reload... |
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-20 |
Dean Camera | Added default test tone generation mode to the Device... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_D... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Minor documentation corrections. |
tree | commitdiff |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
tree | commitdiff |
2010-10-12 |
Dean Camera | Remove USB_MODE_* macros, replace with a semantically... |
tree | commitdiff |
2010-10-10 |
Dean Camera | Remove MIDI ClassDriver device demo's accidental inclus... |
tree | commitdiff |
2010-10-01 |
Dean Camera | Fixed LowLevel JoystickHostWithParser demo not saving... |
tree | commitdiff |
2010-10-01 |
Dean Camera | Oops - revert changes to the Device mode Class Driver... |
tree | commitdiff |
2010-10-01 |
Dean Camera | Fix device mode for the U4 parts. |
tree | commitdiff |
2010-09-30 |
Dean Camera | Fix incorrectly named configuration descriptor callback... |
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 | Fix up incorrect version numbers in demo/project descri... |
tree | commitdiff |
2010-09-28 |
Dean Camera | Added CDC functional descriptor structs to the Low... |
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-19 |
Dean Camera | Rename internal suspend and wake up USB interrupt macro... |
tree | commitdiff |
2010-09-19 |
Dean Camera | Ensure device address latch bit is not set at the same... |
tree | commitdiff |
2010-09-15 |
Dean Camera | Make project makefiles correctly clean intermeditary... |
tree | commitdiff |
2010-09-09 |
Dean Camera | Fix typos in the project overview text files. |
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-29 |
Dean Camera | Remove remaining void* descriptor casts in the projects... |
tree | commitdiff |
2010-08-24 |
Dean Camera | Fixed LowLevel PrinterHost demo not sending control... |
tree | commitdiff |
2010-08-24 |
Dean Camera | Changed the signature of the CALLBACK_USB_GetDescriptor... |
tree | commitdiff |
2010-08-22 |
Dean Camera | Changed all Device mode LowLevel demos and Device Class... |
tree | commitdiff |
2010-08-21 |
Dean Camera | Clarify in the documentation that the Audio demos and... |
tree | commitdiff |
2010-08-21 |
Dean Camera | Remove unneccesary call to USB_Device_EnableSOFEvents... |
tree | commitdiff |
2010-08-20 |
Dean Camera | Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan... |
tree | commitdiff |
2010-08-18 |
Dean Camera | Fixed MassStorage based demos and projects resetting... |
tree | commitdiff |
2010-08-09 |
Dean Camera | Tighten up the code in the delta movement detection... |
tree | commitdiff |
2010-08-09 |
Dean Camera | Removed complicated logic for the Endpoint_ConfigureEnd... |
tree | commitdiff |
2010-08-09 |
Dean Camera | Add notification endpoint to the incomplete TMC demo. |
tree | commitdiff |
2010-08-08 |
Dean Camera | Fix invocations of avr-size in all makefiles broken... |
tree | commitdiff |
2010-08-03 |
Dean Camera | Ensure all demos now compile in C99 standards mode... |
tree | commitdiff |
2010-08-02 |
Dean Camera | Hide the PROGMEM attribute from Doxygen, as it appears... |
tree | commitdiff |
2010-07-31 |
Dean Camera | Fixed Serial peripheral driver not turning off the... |
tree | commitdiff |
2010-07-30 |
Dean Camera | Oops - fix mixed "initialize" and "initialise" - opt... |
tree | commitdiff |
next |