Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 1 | -1/+1 | |
| | | | | | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). | |||||
| * | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 3 | -10/+11 | |
| | | ||||||
* | | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵ | Dean Camera | 2012-05-15 | 1 | -1/+0 | |
| | | | | | | | | configuration file, all application headers include the configuration file. | |||||
* | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-10 | 2 | -6/+95 | |
| | | | | | | | | configuration header files, rather than makefile defines. | |||||
* | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 3 | -11/+12 | |
|/ | | | | configuration, rather than makefile defined macros. | |||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 1 | -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 Camera | 2012-03-09 | 1 | -1/+1 | |
| | | | | is encountered. | |||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 1 | -1/+3 | |
| | | | | generated. | |||||
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 1 | -1/+1 | |
| | ||||||
* | Update Doxygen configuration files for all projects. | Dean Camera | 2012-03-07 | 1 | -107/+356 | |
| | ||||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 | |
| | ||||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 | |
| | ||||||
* | Minor documentation corrections. | Dean Camera | 2012-02-04 | 1 | -1/+1 | |
| | ||||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 1 | -1/+1 | |
| | | | | this was misnamed (thanks to NXP Semiconductors). | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -2/+2 | |
| | | | | trailing whitespace at the end of each line. | |||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -1/+1 | |
| | | | | and converted to the native values on checkout. | |||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 | |
| | ||||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 1 | -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 Camera | 2011-07-01 | 1 | -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 Camera | 2011-06-20 | 1 | -2/+10 | |
| | | | | file existance checking. | |||||
* | Add missing SVN eol-style properties to source files to prevent mixed ↵ | Dean Camera | 2011-06-16 | 7 | -2956/+2956 | |
| | | | | end-of-line characters. | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 | |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | |||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Update MediaController project to remove the Record usage (not often needed) ↵ | Dean Camera | 2011-05-23 | 2 | -13/+15 | |
| | | | | and explicitly declare each usage for maximum clarity. | |||||
* | Add new MediaController project, a simple Media Playback control manipulator ↵ | Dean Camera | 2011-05-23 | 8 | -0/+2955 | |
(Play/Pause/Next Track/Volume/etc.). |