aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-04-20 17:30:41 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-04-20 17:30:41 +0900
commit437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 (patch)
treea5f79be7bc5e7374244befe23955c700ea9407e7 /ChangeLog
parent3eac2459815c0826d811ed808e5d7687c03638b8 (diff)
Update for STM32
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d7c038f..260ac78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
-2016-04-19 gniibe <gniibe@fsij.org>
+2016-04-20 Niibe Yutaka <gniibe@fsij.org>
+
+ * example-cdc/usb_stm32f103.c (usb_lld_reset): Supply FEATURE
+ argument. Call usb_lld_set_configuration internally and set
+ FEATURE.
+ (usb_lld_set_feature): Remove.
+ * example-cdc/usb-cdc.c (usb_cb_device_reset): Update with new
+ API.
+
+ * example-cdc/sys.c: Include clk_gpio_init-stm32.c.
+ * example-led/sys.c, example-primer2/sys.c: Ditto.
+
+2016-04-19 Niibe Yutaka <gniibe@fsij.org>
* example-fs-bb48/sample.c (main): Change the example to display
CRC32 value from input line.