5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
sudo openocd -f interface/cmsis-dap.cfg -c "adapter speed 5000" -f target/rp2040.cfg
|
|
|