aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/AndroidAccessoryHost
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-2/+2
| | | | ensure correct formatting of application device support.
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-172-3/+3
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-142-6/+7
|
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-091-1/+1
| | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-1/+1
|
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
|
* Add missing svn:eol-style properties to /trunk/.Dean Camera2012-02-041-62/+62
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-048-8/+8
|
* Update file header copyrights for 2012.Dean Camera2012-02-048-8/+8
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-235-15/+17
| | | | trailing whitespace at the end of each line.
* Don't validate the Device Descriptor's vendor ID when validating that a ↵Dean Camera2011-12-141-4/+0
| | | | 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.
* Convert the LowLevel AndroidAccessory demo to use the new class driver ↵Dean Camera2011-11-246-45/+13
| | | | | | constants to reduce code duplication. Add missing Doxygen documentation.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-0/+1
| | | | new Android Open Accessory Host ClassDriver demo.
* Update library to indicate support for the Android Accessory Host demo.Dean Camera2011-11-232-1/+63
|
* Move out Android Accessory Host demo to the Host mode LowLevel directory now ↵Dean Camera2011-11-2310-0/+3164
that it is functionally complete.