From 8403f6b7cc753ba3a2e6f5e9b4c32f0bed1fe187 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 2 Feb 2024 12:25:11 +0100 Subject: [PATCH] boards/common/nrf52: add OpenOCD's RIOT awareness This enables RIOT awareness in OpenOCD, so that `info threads` actually shows RIOT's threads. --- boards/common/nrf52/dist/openocd.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/common/nrf52/dist/openocd.cfg b/boards/common/nrf52/dist/openocd.cfg index fb1632de46..55c1f123c2 100644 --- a/boards/common/nrf52/dist/openocd.cfg +++ b/boards/common/nrf52/dist/openocd.cfg @@ -1 +1,2 @@ source [find target/nrf52.cfg] +$_TARGETNAME configure -rtos auto