1
0
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:
Alexandre Abadie 2021-02-11 15:16:13 +01:00
parent ef43ed7161
commit 1cb2221273
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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)