diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-07 14:44:58 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-07 14:52:39 +0900 |
commit | 92e17d3bdf2371031967f949659edb91b72fb63f (patch) | |
tree | 741147d6b21e019d77e2a095ea53f034717f0b3e /ChangeLog | |
parent | 674c19c495feb6cba9d87515a2ae9daed84e754f (diff) |
USB stack for STM32F103 improvement
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2016-04-07 Niibe Yutaka <gniibe@fsij.org> + * example-cdc/usb-cdc.c: Update. + + * example-cdc/usb_stm32f103.c (usb_handle_transfer): Don't use + weak symbols for callbacks, but use explicit callbacks of + usb_cb_tx_done and usb_cb_rx_ready. + + * example-cdc/usb_lld.h (usb_cb_tx_done, usb_cb_rx_ready): New + callbacks. + +2016-04-07 Niibe Yutaka <gniibe@fsij.org> + * chopstx.c (chx_cpu_sched_lock, chx_cpu_sched_unlock): Use SVC for Cortex-M3, because of ICI/IT of ESPR. (chx_sched): Invoke svc for Cortex-M3. |