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