diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-21 15:59:34 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-21 15:59:34 +0900 |
commit | 06d28b62fbc146a18c6fac3e8c82da3f812fedfa (patch) | |
tree | bfdcf7f38b667a014da3760ff9250610172280c2 /ChangeLog | |
parent | 437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 (diff) |
Implement chopstx_poll
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2016-04-21 Niibe Yutaka <gniibe@fsij.org> + + * chopstx.c (chx_snooze): New. + (chopstx_cond_hook, chopstx_cond_unhook): New. + (chopstx_cond_signal, chopstx_cond_broadcast): Fix for poll. + (chx_proxy_init): Initialize with RUNNING. + (chopstx_poll): Fix with chx_sleep. + + * example-fs-bb48/sample.c (main): Update with chopstx_poll. + * example-fs-bb48/usb-cdc.c (stream_recv): Fix the loop clear + FLAG_RECV_AVAIL only after we process it. + 2016-04-20 Niibe Yutaka <gniibe@fsij.org> * example-cdc/usb_stm32f103.c (usb_lld_reset): Supply FEATURE |