Skip to content

Commit

Permalink
Merge pull request #16074 from fjmolinas/pr_remove_AVRDUDE_PORT
Browse files Browse the repository at this point in the history
boards: remove AVRDUDE_PORT and PORT_BSL
  • Loading branch information
fjmolinas committed Feb 23, 2021
2 parents afb0278 + f5ba075 commit cc19075
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions boards/arduino-leonardo/Makefile.include
@@ -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*)))
Expand Down
6 changes: 0 additions & 6 deletions boards/common/cc2538/Makefile.include
@@ -1,12 +1,6 @@
# define the default flash-tool
PROGRAMMER ?= cc2538-bsl

# For backward compatibility
ifneq (,$(PORT_BSL))
$(warning Warning! PORT_BSL is deprecated use PROG_DEV)
PROG_DEV ?= $(PORT_BSL)
endif

ifeq ($(PROGRAMMER),cc2538-bsl)
PROG_BAUD ?= 460800
else ifeq ($(PROGRAMMER),jlink)
Expand Down
6 changes: 0 additions & 6 deletions boards/mega-xplained/Makefile.include
Expand Up @@ -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
Expand Down

0 comments on commit cc19075

Please sign in to comment.