From 34f3b4406d160e14b8f943143d65183cea2c143f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 28 Sep 2020 17:00:51 +0200 Subject: [PATCH] boards/stm32: add stm32l5 config for openocd --- boards/common/stm32/dist/stm32l5.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boards/common/stm32/dist/stm32l5.cfg diff --git a/boards/common/stm32/dist/stm32l5.cfg b/boards/common/stm32/dist/stm32l5.cfg new file mode 100644 index 0000000000..7e790cc252 --- /dev/null +++ b/boards/common/stm32/dist/stm32l5.cfg @@ -0,0 +1,3 @@ +source [find target/stm32l5x.cfg] +reset_config srst_only +$_TARGETNAME configure -rtos auto