mbed-os/libraries/USBDevice/USBSerial
Odin Holmes c48e5ea445 Update CircBuffer.h 2015-04-16 17:39:18 +02:00
..
CircBuffer.h Update CircBuffer.h 2015-04-16 17:39:18 +02:00
USBCDC.cpp Using "Data Terminal Ready" signal to determine when the host is connected. 2015-03-17 14:18:56 -05:00
USBCDC.h spaces removal - USBDevice 2014-05-29 15:32:05 +02:00
USBSerial.cpp Added macros to alias the endpoint callback functions to support configurability. 2015-03-17 13:41:40 -05:00
USBSerial.h Changed CircBuffer to take its size as a template parameters. This results in smaller code size and less ram usage because the optimizer knows the size at compile time and it does not need to be stored in ram. It should also be faster because there is no indirection to the heap. 2015-04-15 17:07:40 +02:00