1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: set supported programmers

This commit is contained in:
Alexandre Abadie 2021-02-23 15:15:38 +01:00
parent a13344fa1b
commit 87cf4e387f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
7 changed files with 9 additions and 0 deletions

View File

@ -3,5 +3,6 @@ INCLUDES += -I$(RIOTBOARD)/common/arduino-due/include
# setup flasher (using BOSSA)
PROGRAMMER ?= bossa
PROGRAMMERS_SUPPORTED += bossa
BOSSA_VERSION = 1.8
BOSSA_ARDUINO_PREFLASH = yes

View File

@ -6,6 +6,8 @@ PORT_DARWIN ?= /dev/tty.usbserial-ARM
# Use lpc2k_pgm programmer
PROGRAMMER ?= lpc2k_pgm
PROGRAMMERS_SUPPORTED += lpc2k_pgm
# when using miniterm set RTS and DTR lines to 0, otherwise the board is reset
MINITERMFLAGS += --rts 0 --dtr 0

View File

@ -2,6 +2,7 @@
# of writing has not been merged in the tree and is only available at
# http://openocd.zylin.com/#/c/5584/ .
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += openocd
# Using dap or jlink depends on which firmware the OpenSDA debugger is running
#OPENOCD_DEBUG_ADAPTER ?= dap

View File

@ -1,2 +1,4 @@
# this board uses openocd
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += openocd

View File

@ -5,6 +5,7 @@ endif
# this board uses openocd
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += openocd
# Default debug adapter choice is to use the Mulle programmer board
OPENOCD_DEBUG_ADAPTER ?= mulle

View File

@ -13,6 +13,7 @@ endif
# this board uses openocd
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += openocd
# We need special handling of the watchdog if we want to speed up the flash
# verification by using the MCU to compute the image checksum after flashing.

View File

@ -4,6 +4,7 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# this board uses openocd with an HEXFILE
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += openocd
FLASHFILE ?= $(HEXFILE)
OPENOCD_DEBUG_ADAPTER ?= dap