3 lines
123 B
Bash
Executable File
3 lines
123 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 5000" -f target/rp2040.cfg -s tcl |