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:
Oliver Meier
2016-01-05 18:20:52 +01:00
committed by Karl Palsson
parent b81588da74
commit 5996ac606b
4 changed files with 116 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import logging
import unittest
#DUT_SERIAL = "stm32f429i-disco"
DUT_SERIAL = "stm32f4disco"
#DUT_SERIAL = "stm32f103-generic"
#DUT_SERIAL = "stm32l1-generic"