mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +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
|
# Bossa is the default programmer
|
||||||
PROGRAMMER ?= bossa
|
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)
|
ifeq ($(PROGRAMMER),bossa)
|
||||||
# by default, we use BOSSA to flash this board and take into account the
|
# by default, we use BOSSA to flash this board and take into account the
|
||||||
# preinstalled Arduino bootloader. ROM_OFFSET skips the space taken by
|
# preinstalled Arduino bootloader. ROM_OFFSET skips the space taken by
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user