littlekernel / lk

LK embedded kernel
MIT License
3.15k stars 621 forks source link

[usb][cdcserial] Single Channel CDC Serial. #125

Closed gkalsi closed 8 years ago

gkalsi commented 8 years ago

Here's a first pass at a CDC serial driver in LK. Right now it consists of a single LK app that echoes characters back over the virtual COM port. Only a single channel is supported -- multi channel coming soon.

travisg commented 8 years ago

This seems pretty okay to me. I dont see any major issues with it.

gkalsi commented 8 years ago

Merged.