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:
parent
64f88214cd
commit
8d9cc3c100
@ -7,3 +7,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
||||
# setup flash tool
|
||||
PROGRAMMER ?= mspdebug
|
||||
MSPDEBUG_PROGRAMMER ?= olimex
|
||||
|
||||
PROGRAMMERS_SUPPORTED += mspdebug
|
||||
|
@ -7,3 +7,5 @@ BAUD ?= 9600
|
||||
# flash tool configuration
|
||||
PROGRAMMER ?= goodfet
|
||||
GOODFET_FLAGS ?= --telosb
|
||||
|
||||
PROGRAMMERS_SUPPORTED += goodfet
|
||||
|
@ -5,3 +5,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
||||
# setup flash tool
|
||||
PROGRAMMER ?= goodfet
|
||||
GOODFET_FLAGS ?= --z1
|
||||
|
||||
PROGRAMMERS_SUPPORTED += goodfet
|
||||
|
Loading…
Reference in New Issue
Block a user