mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/atmega: set avrdude as only supported programmer
This commit is contained in:
parent
ef43ed7161
commit
1cb2221273
@ -3,6 +3,9 @@ INCLUDES += -I$(RIOTBOARD)/common/atmega/include
|
||||
# Use avrdude programmer
|
||||
PROGRAMMER ?= avrdude
|
||||
|
||||
# Add avrdude as supported programmer
|
||||
PROGRAMMERS_SUPPORTED += avrdude
|
||||
|
||||
# Use atmega board specific bootloader by default
|
||||
ATMEGA_BOOTLOADER ?= $($(call uppercase_and_underscore,$(BOARD))_BOOTLOADER)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user