Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.). |