more fix for chopstx_poll

This commit is contained in:
NIIBE Yutaka
2016-05-17 17:51:41 +09:00
parent 3651aa64b4
commit dce6c70ffc
6 changed files with 366 additions and 288 deletions

View File

@@ -1,3 +1,13 @@
2016-05-17 NIIBE Yutaka <gniibe@fsij.org>
* example-cdc/usb-cdc.c: Update as TTY input/output with line
editing support.
* example-cdc/sample.c: Likewise.
* example-cdc/tty.h: Rename from stream.h.
* chopstx.c (chopstx_poll): Set ->ready = 0.
Add spinlock for ll_dequeue.
2016-05-16 NIIBE Yutaka <gniibe@fsij.org>
* example-cdc/sys.c (nvic_enable_vector): Remove.