This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
dd829053f9
mbed-os
/
libraries
/
USBDevice
/
USBSerial
History
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