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

boards/msp430: setup supported programmers

This commit is contained in:
Alexandre Abadie 2021-02-23 15:00:13 +01:00
parent 64f88214cd
commit 8d9cc3c100
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# setup flash tool
PROGRAMMER ?= mspdebug
MSPDEBUG_PROGRAMMER ?= olimex
PROGRAMMERS_SUPPORTED += mspdebug

View File

@ -7,3 +7,5 @@ BAUD ?= 9600
# flash tool configuration
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --telosb
PROGRAMMERS_SUPPORTED += goodfet

View File

@ -5,3 +5,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# setup flash tool
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --z1
PROGRAMMERS_SUPPORTED += goodfet