tests: gadget0: add stm32l1 target
As with F103 generic, there's no readily available L1 board with USB device A custom LED is used to track boot process, but otherwise this should be portable to any L1 board, except for the openocd configuration file. Tests pass straight away, which is good, as it uses the existing f103 usb driver.
This commit is contained in:
@@ -8,6 +8,7 @@ import unittest
|
||||
|
||||
DUT_SERIAL = "stm32f4disco"
|
||||
#DUT_SERIAL = "stm32f103-generic"
|
||||
#DUT_SERIAL = "stm32l1-generic"
|
||||
|
||||
class find_by_serial(object):
|
||||
def __init__(self, serial):
|
||||
|
||||
Reference in New Issue
Block a user