diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ openocd -f /usr/share/openocd/scripts/board/st_nucleo_l476rg.cfg \ -c "init; reset halt; flash write_image erase main.hex; reset run; exit" + +#openocd -f /usr/share/openocd/scripts/board/st_nucleo_l476rg.cfg > /dev/null & +#gdb-multiarch |