mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-09 22:50:14 +02:00
7 lines
71 B
Bash
7 lines
71 B
Bash
#!/bin/sh
|
|
|
|
lm32-elf-gdb image << ENDL
|
|
target remote /dev/ttyUSB0
|
|
ENDL
|
|
|