diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-02 11:26:53 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-02 11:26:53 -0500 |
commit | 9c59a184dba820975e5da6fcd5d248aee87f7e2f (patch) | |
tree | 6b30516adc2ba0f7b0a8f5fb5d2e6966c03108d8 /openocd.cfg | |
parent | d09f4289b5788d6a8b34e424841292e2b8529e56 (diff) |
add l476 implementationl476
Diffstat (limited to 'openocd.cfg')
-rw-r--r-- | openocd.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openocd.cfg b/openocd.cfg index 62f807b..6370d32 100644 --- a/openocd.cfg +++ b/openocd.cfg @@ -1,6 +1,6 @@ source [find interface/stlink.cfg] -transport select dapdirect_swd -source [find target/stm32u0x.cfg] +#transport select dapdirect_swd +source [find target/stm32l4x.cfg] # Comment below to debug w/ gdb program build/microphone.hex verify reset exit |