tests: usb gadget0: Add stm32f429i-disco support
The F429i board has the user USB OTG port connected to the HS capable OTG core, rather than the FS OTG core. It is still only operating in FS mode, as you need a ULPI phy to use HS mode.
This commit is contained in:
committed by
Karl Palsson
parent
b81588da74
commit
5996ac606b
@@ -6,6 +6,7 @@ import logging
|
||||
|
||||
import unittest
|
||||
|
||||
#DUT_SERIAL = "stm32f429i-disco"
|
||||
DUT_SERIAL = "stm32f4disco"
|
||||
#DUT_SERIAL = "stm32f103-generic"
|
||||
#DUT_SERIAL = "stm32l1-generic"
|
||||
|
||||
Reference in New Issue
Block a user