aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-04-07 14:44:58 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-04-07 14:52:39 +0900
commit92e17d3bdf2371031967f949659edb91b72fb63f (patch)
tree741147d6b21e019d77e2a095ea53f034717f0b3e /ChangeLog
parent674c19c495feb6cba9d87515a2ae9daed84e754f (diff)
USB stack for STM32F103 improvement
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5177b3b..a0717af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.