mbed-os/libraries/USBDevice/USBSerial
Odin Holmes 6cc142d8b1 used Size+1 insted of size because no c++11 (no constexpr) 2015-06-05 20:04:07 +02:00
..
CircBuffer.h used Size+1 insted of size because no c++11 (no constexpr) 2015-06-05 20:04:07 +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