aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDCClassDevice.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-06-171-1/+6
* Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not c...Dean Camera2018-02-181-55/+57
* Fix CDC device driver not returning written character on putchar success.Dean Camera2018-01-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
* Merge pull request #49 from the2masters/progmemDean Camera2015-08-011-0/+21
|\
| * Add Progmem Variant to CDC_Device_SendStefan Hellermann2015-02-281-0/+21
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|/
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Changed all *_SendByte() function prototypes to accept a void pointer for the...Dean Camera2013-02-241-3/+3
* Remove CPPCheck suppressions for unused functions, disable checking for them ...Dean Camera2013-02-051-1/+0
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ho...Dean Camera2012-09-161-1/+4
* Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean Camera2012-05-051-2/+6
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-44/+17
* Re-enable cppcheck static analysis unused function checks after adding in spe...Dean Camera2012-03-251-0/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+1
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-0/+361