Use event instead of interrupt (STM32F103 USB).

This commit is contained in:
NIIBE Yutaka
2017-11-16 08:39:30 +09:00
parent 040f389449
commit 83643c53ca
5 changed files with 28 additions and 21 deletions

View File

@@ -1,3 +1,9 @@
2017-11-16 NIIBE Yutaka <gniibe@fsij.org>
* chopstx-cortex-m.c (idle): Support WFE.
* mcu/usb-stm32f103.c (usb_lld_init): Use event.
* usb_lld.h (INTR_REQ_USB_WAKEUP): Remove.
2017-11-15 NIIBE Yutaka <gniibe@fsij.org>
* usb_lld.h (INTR_REQ_USB_WAKEUP): New.