mirror of
https://codeberg.org/eel4746_piano/avr_piano.git
synced 2024-11-21 08:40:31 -05:00
update makefile
This commit is contained in:
parent
21992cfc54
commit
0c484fcae0
7
Makefile
7
Makefile
@ -19,11 +19,14 @@ lcd:
|
||||
${OBJCOPY} -j .text -j .data -O ihex a.out lcd.hex
|
||||
rm -f a.out
|
||||
|
||||
flash_lcd: notes
|
||||
flash_lcd: lcd
|
||||
avrdude -p atmega328p -c arduino -P ${PORT} -b 115200 -U flash:w:lcd.hex:i
|
||||
|
||||
serial_setup:
|
||||
stty -F ${PORT} raw speed 115200 cs8 -cstopb -parenb
|
||||
stty -F ${PORT} raw speed 9600 cs8 -cstopb -parenb
|
||||
|
||||
serial_open:
|
||||
od -x --endian=big -w4 ${PORT}
|
||||
|
||||
serial_obsd:
|
||||
cu -l ${PORT} -s 9600 | hexdump -C
|
||||
|
Loading…
Reference in New Issue
Block a user