boards: remove AVRDUDE_PORT
This commit is contained in:
parent
d014f5e6d0
commit
a88c010a8e
@ -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
|
PORT_LINUX ?= /dev/ttyUSB0
|
||||||
PROG_DEV ?= /dev/ttyACM0
|
PROG_DEV ?= /dev/ttyACM0
|
||||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
||||||
|
|||||||
@ -2,12 +2,6 @@
|
|||||||
# https://www.microchip.com/DevelopmentTools/ProductDetails/atmega1284p-xpld
|
# https://www.microchip.com/DevelopmentTools/ProductDetails/atmega1284p-xpld
|
||||||
ATMEGA_BOOTLOADER_SIZE ?= 4K
|
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 defaults to the external flasher Bus Pirate ISP.
|
||||||
AVRDUDE_PROGRAMMER ?= buspirate
|
AVRDUDE_PROGRAMMER ?= buspirate
|
||||||
# set serial port for avrdude with buspirate
|
# set serial port for avrdude with buspirate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user