aboutsummaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2012-05-20Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi...Dean
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean
2012-05-18Minor documentation adjustments to the demos, projects and bootloaders to ens...Dean
2012-05-17Update project Doxygen and makefiles so that the resulting project documentat...Dean
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as 1ms...Dean
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean
2012-03-29Oops - fix compile errors in the AudioInput/AudioOutput class driver demos.Dean
2012-03-29Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...Dean
2012-03-25Re-enable cppcheck static analysis unused function checks after adding in spe...Dean
2012-03-14Audio Device Class driver changed to also require the index of the Audio Cont...Dean
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean
2012-03-09Added Dataflash operational checks and aborts to all projects using the Dataf...Dean
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are genera...Dean
2012-03-08Fix corrupt Doxygen configuration files, update project names.Dean
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
2012-03-07Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.Dean
2012-03-07Update Doxygen configuration files for all projects.Dean
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
2012-02-24Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ...Dean
2012-02-24Minor documentation fixes - change \note entries to \warning where appropriat...Dean
2012-02-20Update the Android Accessory Host ClassDriver demo to use the updated class c...Dean
2012-02-04Add missing svn:eol-style properties to /trunk/.Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-04Minor documentation corrections.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-28Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-14Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean
2011-12-01Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean
2011-11-28Remove unnecessary ErrorCode variable initializations from the LowLevel Host ...Dean
2011-11-24Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean
2011-11-24Add new Android Open Accessory class driver to the library core and add a new...Dean
2011-11-23Update library to indicate support for the Android Accessory Host demo.Dean
2011-11-23Move out Android Accessory Host demo to the Host mode LowLevel directory now ...Dean
2011-11-23Add const-correctness to the Android_SendString() function of the Android Acc...Dean
2011-11-23Fix interface protocol match value for the Android Accessory Host demo interf...Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-16Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-10-28Fix incorrect Android Accessory Host interface descriptor subclass value (tha...Dean
2011-10-09Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean