aboutsummaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Collapse)Author
2012-03-14Audio Device Class driver changed to also require the index of the Audio ↵Dean
Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2110 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Added Dataflash operational checks and aborts to all projects using the ↵Dean
Dataflash to ensure it is working correctly before use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2103 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Fix corrupt Doxygen configuration files, update project names.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2099 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2093 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-07Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2088 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-07Update Doxygen configuration files for all projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2087 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found ↵Dean
incorrect header file paths in the demos and projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2076 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2075 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ↵Dean
devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2068 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Minor documentation fixes - change \note entries to \warning where ↵Dean
appropriate and remove/update old documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2067 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-20Update the Android Accessory Host ClassDriver demo to use the updated class ↵Dean
configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2064 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Add missing svn:eol-style properties to /trunk/.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2027 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2023 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-01Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2017 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-28Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean
Audio Device Class driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2012 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean
this was misnamed (thanks to NXP Semiconductors). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2009 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-14Don't validate the Device Descriptor's vendor ID when validating that a ↵Dean
device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2005 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-01Altered the Mass Storage Host class driver so that SCSI data STALLs from the ↵Dean
attached device can be recovered from automatically without having to reset the Mass Storage interface. Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2001 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-28Remove unnecessary ErrorCode variable initializations from the LowLevel Host ↵Dean
mode demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1995 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-24Convert the LowLevel AndroidAccessory demo to use the new class driver ↵Dean
constants to reduce code duplication. Add missing Doxygen documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1989 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-24Add new Android Open Accessory class driver to the library core and add a ↵Dean
new Android Open Accessory Host ClassDriver demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1988 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Update library to indicate support for the Android Accessory Host demo.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1986 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Move out Android Accessory Host demo to the Host mode LowLevel directory now ↵Dean
that it is functionally complete. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1985 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Add const-correctness to the Android_SendString() function of the Android ↵Dean
Accessory Host demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1984 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Fix interface protocol match value for the Android Accessory Host demo ↵Dean
interface configuration parser code (thanks to Opendous Inc.). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1982 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean
driver source filenames to prevent ambiguities. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-16Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵Dean
(thanks to Laszlo Monda). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1977 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Add missing SVN eol-style property to ensure that source code line endings ↵Dean
and converted to the native values on checkout. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1975 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-28Fix incorrect Android Accessory Host interface descriptor subclass value ↵Dean
(thanks to Opendous Inc.). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1954 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-09Fixed port state table corruption in the TCP layer of the RNDIS Ethernet ↵Dean
device demos. Fix additional warnings under GCC 4.6. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1940 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 ↵Dean
devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1936 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
Fix missing closing brace in an Endpoint function for the UC3 targets. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1931 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ↵Dean
compiler versions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1927 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Fix Class Driver GenericHID demo using the wrong size for the returned reports.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1925 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the ↵Dean
function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1914 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-23Add multiple axis support to the HID joystick report in the ↵Dean
HID_DESCRIPTOR_JOYSTICK() macro. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1912 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1911 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to ↵Dean
improve optimization if called with constant inputs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1905 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-09Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete ↵Dean
AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1902 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-30Fixed incorrect Dataflash buffer use in the ↵Dean
DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1900 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-25Fixed USB_USBTask not being called internally in stream transfers between ↵Dean
packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1896 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1895 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices ↵Dean
breaking compatibility with some devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1864 d5102386-fcda-11dd-9fdb-3debd5008f28