Add make copy to copy files to board

master
Elis Hirwing 2019-05-14 09:23:58 +02:00
parent 59e40fcc57
commit 4a6449ae13
Signed by: etu
GPG Key ID: D57EFA625C9A925F
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
DEVICE := /dev/ttyUSB3
copy:
ampy --port $(DEVICE) put src/pinouts.py
connect:
picocom $(DEVICE) -b115200