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:
Karl Palsson
2015-09-22 01:19:49 +00:00
parent 58d5de26f3
commit 1480c6ee4b
4 changed files with 127 additions and 0 deletions

View File

@@ -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):