summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/stm32_it.h
Commit message (Collapse)AuthorAge
* stmhal: Enable two USB phys to be supported together.neilh102015-12-09
| | | | | | | | | | | | | This is refactoring to enable support for the two USB PHYs available on some STM32F4 processors to be used at the same time. The F405/7 & F429 have two USB PHYs, others such as the F411 only have one PHY. This has been tested separately on a pyb10 (USB_FS PHY) and F429DISC (USB_HS PHY) to be able to invoke a REPL/USB. I have modified a PYBV10 to support two PHYs. The long term objective is to support a 2nd USB PHY to be brought up as a USB HOST, and possibly a single USB PHY to be OTG.
* stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.Dave Hylands2015-11-26
| | | | | | | | The STMCube examples define both USE_USB_HS and USE_USB_HS_IN_FS when they use the HS in FS mode. The STM32F401 doesn't have a USB_HS at all, so the USB_OTG_HS instance doesn't even exist.
* stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher2015-11-25
|
* stmhal: Renamed startup/system/_it.[ch] file to generic names.Dave Hylands2015-07-30