diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-20 17:30:41 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-20 17:30:41 +0900 |
commit | 437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 (patch) | |
tree | a5f79be7bc5e7374244befe23955c700ea9407e7 /ChangeLog | |
parent | 3eac2459815c0826d811ed808e5d7687c03638b8 (diff) |
Update for STM32
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |