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:
14
tests/gadget-zero/openocd.stm32l053disco.cfg
Normal file
14
tests/gadget-zero/openocd.stm32l053disco.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
source [find interface/stlink-v2-1.cfg]
|
||||
set WORKAREASIZE 0x1000
|
||||
source [find target/stm32l0.cfg]
|
||||
|
||||
# serial of my l053 disco board.
|
||||
hla_serial "0670FF484849785087085514"
|
||||
|
||||
# no trace on cm0
|
||||
#tpiu config internal swodump.stm32f4disco.log uart off 168000000
|
||||
|
||||
# Uncomment to reset on connect, for grabbing under WFI et al
|
||||
reset_config srst_only srst_nogate
|
||||
# reset_config srst_only srst_nogate connect_assert_srst
|
||||
|
||||
Reference in New Issue
Block a user