mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samd21-bootloader: add bossa as supporter programmer
This commit is contained in:
parent
4dc8895093
commit
e0225272d8
@ -2,6 +2,10 @@
|
||||
# Bossa is the default programmer
|
||||
PROGRAMMER ?= bossa
|
||||
|
||||
# Add bossa as supported programmers. Boards that support more programmers
|
||||
# should declare them in their own Makefile.include
|
||||
PROGRAMMERS_SUPPORTED += bossa
|
||||
|
||||
ifeq ($(PROGRAMMER),bossa)
|
||||
# by default, we use BOSSA to flash this board and take into account the
|
||||
# preinstalled Arduino bootloader. ROM_OFFSET skips the space taken by
|
||||
|
Loading…
Reference in New Issue
Block a user