add AVRDUDE_ARD_BAUDRATE example config for flashing with ftdi

merge-requests/4/head
Sebastian Denz 2018-04-25 20:16:22 +02:00
parent 36d9bec3a0
commit a0f9bfa2dd
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ ARDMK_DIR Directory where you have copied the makefile
AVR_TOOLS_DIR Directory where avr tools are installed
USER_LIB_PATH Directory where arduino libraries are installed
AVRDUDE Directory where avrdude are installed
AVRDUDE_ARD_BAUDRATE Serial Baudrate (uncomment to use 57600 for FTDI)
include Directory where Arduino.mk are installed
```

View File

@ -21,4 +21,6 @@ BOOTLOADER_FILE = optiboot/optiboot_atmega328.hex
ISP_PROG = buspirate
ISP_PORT = /dev/ttyUSB0
#AVRDUDE_ARD_BAUDRATE = 57600
include /home/azisi/opt/Arduino-Makefile/Arduino.mk