File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
debos-recipes/overlays/arduino-unoq-releases/opt/openocd/bin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- INSTALL_PATH=$( dirname $( readlink -f $0 ) ) /..
3+ INSTALL_PATH=$( dirname " $( readlink -f $0 ) " ) /..
44CMDS=" reset_config srst_only srst_push_pull; init"
55
66$INSTALL_PATH /bin/openocd -d2 -s ${INSTALL_PATH} -f openocd_gpiod.cfg -c " $CMDS "
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- INSTALL_PATH=$( dirname $( readlink -f $0 ) ) /..
3+ INSTALL_PATH=$( dirname " $( readlink -f $0 ) " ) /..
44
55if [ $# -eq 2 ] ; then
66 ZEPHYR=$1
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- INSTALL_PATH=$( dirname $( readlink -f $0 ) ) /..
3+ INSTALL_PATH=$( dirname " $( readlink -f $0 ) " ) /..
44CMDS=" reset_config srst_only srst_push_pull; init; reset; shutdown"
55
66$INSTALL_PATH /bin/openocd -d2 -s ${INSTALL_PATH} -f openocd_gpiod.cfg -c " $CMDS "
You can’t perform that action at this time.
0 commit comments