mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openocd -f "board/atmel_samr21_xplained_pro.cfg" \
|
|
-c "tcl_port 6333" \
|
|
-c "telnet_port 4444" \
|
|
-c "init" \
|
|
-c "targets" \
|
|
-c "reset halt"
|