aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/VirtualSerialMassStorage/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* Move class-specific functional descriptor definitions to their respective ↵Dean Camera2018-06-171-3/+3
| | | | classes.
* Update all project manufacturer strings with a generic title.Dean Camera2018-04-221-1/+1
|
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-021-1/+1
| | | | to matlo).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-1/+1
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-081-18/+3
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-211-3/+3
| | | | with the previous floating point macro version.
* Replace CDC interface numbers with enums.László Monda2013-10-101-3/+3
|
* Extract interface numbers into enums.László Monda2013-10-061-3/+3
|
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-151-5/+5
| | | | applications and bootloaders.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-121-11/+0
| | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
* Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-101-9/+9
| | | | configuration, rather than makefile defined macros.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.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).
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-5/+5
| | | | 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 Camera2011-07-151-321/+321
|
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-0/+321