Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵ | Dean Camera | 2013-11-21 | 1 | -4/+4 |
| | | | | with the previous floating point macro version. | ||||
* | Replace remaining MIDI interface numbers with enums. | László Monda | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | Add symbolic names for USB Device String Descriptors within the demos, ↵ | Dean Camera | 2013-05-15 | 1 | -5/+5 |
| | | | | applications and bootloaders. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 1 | -2/+2 |
| | | | | 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 | 1 | -2/+2 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | 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). | ||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 1 | -2/+2 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 1 | -329/+329 |
| | |||||
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -5/+5 |
| | | | | Add const to all project descriptor definitions for safety. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Added new completed MIDIToneGenerator project. | Dean Camera | 2010-12-03 | 1 | -0/+329 |