boards: remove AVRDUDE_PORT

This commit is contained in:
Francisco Molina 2021-02-23 12:22:31 +01:00
parent d014f5e6d0
commit a88c010a8e
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +1,3 @@
# For backward compatibility
ifneq (,$(AVRDUDE_PORT))
$(warning Warning! AVRDUDE_PORT is deprecated use PROG_DEV)
PROG_DEV ?= $(AVRDUDE_PORT)
endif
PORT_LINUX ?= /dev/ttyUSB0
PROG_DEV ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))

View File

@ -2,12 +2,6 @@
# https://www.microchip.com/DevelopmentTools/ProductDetails/atmega1284p-xpld
ATMEGA_BOOTLOADER_SIZE ?= 4K
# For backward compatibility
ifneq (,$(AVRDUDE_PORT))
$(warning Warning! AVRDUDE_PORT is deprecated use PROG_DEV)
PROG_DEV ?= $(AVRDUDE_PORT)
endif
# Avrdude programmer defaults to the external flasher Bus Pirate ISP.
AVRDUDE_PROGRAMMER ?= buspirate
# set serial port for avrdude with buspirate