You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
193 B
5 lines
193 B
#!/bin/sh
|
|
|
|
sudo $PHYTIUM_OPENOCD_PATH/bin/openocd \
|
|
-f $PHYTIUM_OPENOCD_PATH/share/openocd/scripts/target/e2000d_cmsisdap_v1.cfg \
|
|
-s $PHYTIUM_OPENOCD_PATH/share/openocd/scripts
|