aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-17 17:51:41 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-17 17:51:41 +0900
commitdce6c70ffc2fdee9dd37fe68413babf618bb12b0 (patch)
treeabf78e743f16e278c8b325b9f2959e276f2552b9 /ChangeLog
parent3651aa64b48d46fa8572a94b23c291d81e9d84ea (diff)
more fix for chopstx_poll
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e58a42..01e03bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.