1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/boards/nucleo-l1/dist/debug-server.sh

11 lines
173 B
Bash
Executable File

#!/bin/sh
echo "##"
echo "## Starting debug server"
echo "##"
openocd -f "${RIOTBOARD}/${BOARD}/dist/openocd.cfg" \
-c "init" \
-c "targets" \
-c "reset halt"