aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiibe Yutaka <gniibe@fsij.org>2016-06-14 15:10:07 +0900
committerNiibe Yutaka <gniibe@fsij.org>2016-06-14 15:10:07 +0900
commit440188c3738562391ad77fcb4c93d941e0d39456 (patch)
treeecae119d33cd9731430d7107ff348bf510f658e7 /ChangeLog
parenta6541cbcc650e86c893e5de2a8ca8c5607939c55 (diff)
Fix USB for STM32
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b4690..0fe9647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-14 Niibe Yutaka <gniibe@fsij.org>
+
+ * mcu/usb-stm32f103.c (usb_lld_ctrl_recv): Fix the state and make
+ the endpoint 0 RX_VALID.
+
2016-06-10 NIIBE Yutaka <gniibe@fsij.org>
* usb_lld.h (USB_EVENT_OK): Rename.