commit | c52a64624ef33fff1ec1adf40c6d787859a4f18b | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Dec 14 23:40:22 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Dec 17 08:17:58 2018 -0600 |
tree | f3d56af5e3bb8fc33adfa8265470b4279c9c4c0a | |
parent | f603e2509db94f49cda0d89001679cb89503a6fe [diff] |
drivers: usb_dc_stm32: add support for SoF event Add support for SoF events to the USB STM32 device driver. When CONFIG_USB_DEVICE_SOF is enabled, enable the corresponding interrupt and provide a non-weak callback function calling status_cb. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>