From 48976a85f6ed14cfb381dc7ccb7cf2cad9b393c8 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sat, 5 Oct 2024 23:12:13 +0200 Subject: [PATCH] boards/adafruit-grand-central-m4-express: add OpenOCD config This allows debugging and flashing the board using the standard CMSIS SWD header (the 10 pin 1.27 mm pitch one) available on the board. --- boards/adafruit-grand-central-m4-express/dist/openocd.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 boards/adafruit-grand-central-m4-express/dist/openocd.cfg diff --git a/boards/adafruit-grand-central-m4-express/dist/openocd.cfg b/boards/adafruit-grand-central-m4-express/dist/openocd.cfg new file mode 100644 index 0000000000..c8d9f3b90d --- /dev/null +++ b/boards/adafruit-grand-central-m4-express/dist/openocd.cfg @@ -0,0 +1,2 @@ +source [find target/atsame5x.cfg] +$_TARGETNAME configure -rtos auto