aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-084-8/+8
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
* Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich).Dean Camera2015-09-271-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
* Update copyrights for 2014.Dean Camera2014-01-044-9/+9
* Minor documentation improvements.Dean Camera2013-03-182-8/+8
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling r...Dean Camera2013-03-091-0/+1
* Update copyright year to 2013.Dean Camera2013-01-034-8/+8
* Minor documentation improvements.Dean Camera2012-10-054-4/+4
* AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-152-1/+3
* AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean Camera2012-05-131-0/+3
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-292-4/+4
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-2/+3
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-301-1/+1
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-154-1054/+1054
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-36/+36
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-164-0/+1055