commit | 5164d65269d466b5e7e5af4d2fa2926427e22291 | [log] [tgz] |
---|---|---|
author | Jeremy Wood <jeremy@bcdevices.com> | Wed Mar 24 11:44:54 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 29 13:42:46 2021 -0400 |
tree | 37948bab76320f9a55363e9d81ef84af65d0c855 | |
parent | 539e4edcc61d00a5733a63b76f9e44a233a4981c [diff] |
drivers: usb: device: Add support for USB FS on STM32H7. * Assumes that the USB2_OTG peripheral is being used in FS mode, as on the NUCLEO-H743/753. * Disable ULPI on USB2_OTFG, enable FS clk. * Enable USB voltage detect and disable USB reg, per STM app notes. Signed-off-by: Jeremy Wood <jeremy@bcdevices.com>