littlekernel / lk

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

[cdcserial] Needs non-blocking API. #218

Open konkers opened 6 years ago

konkers commented 6 years ago

I'd like to be able to implement console over cdcserial. Since printf is safe to call from interrupt context, there needs to be a way to queue transactions asynchronously.