aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MediaController
Commit message (Collapse)AuthorAgeFilesLines
...
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | | | | | 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.
| * Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean Camera2012-05-061-1/+1
| | | | | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
| * Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-143-10/+11
| |
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean Camera2012-05-151-1/+0
| | | | | | | | configuration file, all application headers include the configuration file.
* | AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-102-6/+95
| | | | | | | | configuration header files, rather than makefile defines.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-103-11/+12
|/ | | | configuration, rather than makefile defined macros.
* 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
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Minor documentation corrections.Dean Camera2012-02-041-1/+1
|
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-1/+1
| | | | this was misnamed (thanks to NXP Semiconductors).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-2/+2
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-1/+1
| | | | and converted to the native values on checkout.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-1/+1
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Seperate out the device demos and project's configuration descriptor ↵Dean Camera2011-07-011-0/+2
| | | | structure definitions to clearly indicate what descriptors belong to which interface.
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-2/+10
| | | | file existance checking.
* Add missing SVN eol-style properties to source files to prevent mixed ↵Dean Camera2011-06-167-2956/+2956
| | | | end-of-line characters.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-1/+1
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Spell check library source code files.Dean Camera2011-06-011-1/+1
|
* Update MediaController project to remove the Record usage (not often needed) ↵Dean Camera2011-05-232-13/+15
| | | | and explicitly declare each usage for maximum clarity.
* Add new MediaController project, a simple Media Playback control manipulator ↵Dean Camera2011-05-238-0/+2955
(Play/Pause/Next Track/Volume/etc.).