Replace blind interface descriptor search in the incomplete AndroidAccessoryHost...
[pub/USBasp.git] / Demos / Device /
2011-07-02 Dean CameraOops: Fix compile error in the low level KeyboardMouse...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-29 Dean CameraUpdate AudioInput and AudioOutput Class Driver device...
2011-06-20 Dean CameraOops - Mouse ClassDriver multi-arch demo changes were...
2011-06-20 Dean CameraUpdate Mouse demo to support the UC3 devices in the...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-16 Dean CameraAdd missing SVN eol-style properties to source files...
2011-06-16 Dean CameraRename new Audio class driver functions, callbacks...
2011-06-14 Dean CameraFix Doxygen documentation errors.
2011-06-09 Dean CameraAdd missing AS4 and project description files to the...
2011-06-09 Dean CameraAdd new Audio Class Driver Host demos.
2011-06-07 Dean CameraFix errors in the Audio device demos and class driver...
2011-06-06 Dean CameraUpdate the Low Level Audio Input and Audio Output demos...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
2011-06-01 Dean CameraSpell check library source code files.
2011-05-30 Dean CameraAltered the definition of the USB_Audio_Descriptor_Form...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-26 Dean CameraLower the size of the HID report endpoint from 16 bytes...
2011-05-23 Dean CameraUpdate MediaController project to remove the Record...
2011-05-22 Dean CameraAdd RNDIS Device support to the Webserver project,...
2011-05-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-23 Dean CameraUse the MIN() macro where possible instead of manual...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-16 Dean CameraFix bugs in the new VirtualSerialMassStorage demo ...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...
2011-03-05 Dean CameraEndpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraAdd missing svn:eol-style properties to the new Keyboar...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-02-06 Dean CameraFix incorrect #include filenames in the RNDIS demos.
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-30 Dean CameraOops - forgot to add in LOGICAL MINIMUM and LOGICAL...
2011-01-30 Dean CameraAdd new HID_DESCRIPTOR_VENDOR() macro, change over...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-23 Dean CameraAdded new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
2011-01-23 Dean CameraChange over Joystick demo HID report descriptor to...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-10 Dean CameraFix typos and outdated information.
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-17 Dean CameraFix a few more incorrectly ordered endpoint initialisat...
2010-12-17 Dean CameraFixed incorrect endpoint initialisation order in the...
2010-11-29 Dean CameraFixed broken HID_REQ_GetReport request handler in the...
2010-11-26 Dean CameraAdded ability to write protect Mass Storage disk write...
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-11-08 Dean CameraAdded board hardware driver support for the Adafruit...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-05 Dean CameraLoop in the ClassDriver MIDI device/host demos until...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraAdded standard keyboard HID report scancode defines...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-26 Dean CameraChanged AudioInput and AudioOutput demos to reload...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-20 Dean CameraAdded default test tone generation mode to the Device...
2010-10-13 Dean CameraAdd missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_D...
2010-10-13 Dean CameraMinor documentation corrections.
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-10 Dean CameraRemove MIDI ClassDriver device demo's accidental inclus...
2010-10-01 Dean CameraOops - revert changes to the Device mode Class Driver...
2010-10-01 Dean CameraFix device mode for the U4 parts.
2010-09-30 Dean CameraFix incorrectly named configuration descriptor callback...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraFix up incorrect version numbers in demo/project descri...
2010-09-28 Dean CameraAdded CDC functional descriptor structs to the Low...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-24 Dean CameraRemove dfu-programmer program switches, to ensure maxim...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-09-09 Dean CameraFix typos in the project overview text files.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-29 Dean CameraRemove remaining void* descriptor casts in the projects...
2010-08-24 Dean CameraFixed LowLevel PrinterHost demo not sending control...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-08-21 Dean CameraClarify in the documentation that the Audio demos and...
2010-08-21 Dean CameraRemove unneccesary call to USB_Device_EnableSOFEvents...
2010-08-20 Dean CameraAdded new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan...
2010-08-18 Dean CameraFixed MassStorage based demos and projects resetting...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-09 Dean CameraAdd notification endpoint to the incomplete TMC demo.
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-03 Dean CameraEnsure all demos now compile in C99 standards mode...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraFix typo in DualVirtualSerial.c due to the changed...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
next