tests: gadget0: Add stm32l053 disco support

Much more complicated clock setup, but tests all pass once you get past that
step.
This commit is contained in:
Karl Palsson
2015-10-06 00:50:52 +00:00
parent f1d8a7ef04
commit e7ea622037
4 changed files with 167 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ DUT_SERIAL = "stm32f4disco"
#DUT_SERIAL = "stm32f103-generic"
#DUT_SERIAL = "stm32l1-generic"
#DUT_SERIAL = "stm32f072disco"
#DUT_SERIAL = "stm32l053disco"
class find_by_serial(object):
def __init__(self, serial):