aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDCClassDevice.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).Dean Camera2018-06-171-1/+1
|
* Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not ↵Dean Camera2018-02-181-24/+32
| | | | compiled out for UC3 architecture.
* 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/+34
|\ | | | | Add PROGMEM string/data send variants to the CDC class driver (thanks to Stefan Hellermann).
| * Add Progmem Variant to CDC_Device_SendStefan Hellermann2015-02-281-0/+34
| |
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|/
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-2/+2
|
* Minor documentation improvements.Dean Camera2013-04-041-5/+5
|
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-3/+3
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Add missing <math.h> include for the UC3 devices, hide CDC class driver ↵Dean Camera2012-06-121-1/+3
| | | | stream functions for unsupported platforms.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-13/+5
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-7/+8
| | | | appropriate and remove/update old documentation.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-191-1/+1
| | | | for run-time modifications if required before configuring an instance.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Minor documentation improvements.Dean Camera2012-02-011-4/+4
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-1/+1
| | | | trailing whitespace at the end of each line.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-1/+1
| | | | new Android Open Accessory Host ClassDriver demo.
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+357
driver source filenames to prevent ambiguities.