Skip to content

Commit

Permalink
boards/msp430: setup supported programmers
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 24, 2021
1 parent 64f8821 commit 8d9cc3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/common/msb-430/Makefile.include
Expand Up @@ -7,3 +7,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# setup flash tool
PROGRAMMER ?= mspdebug
MSPDEBUG_PROGRAMMER ?= olimex

PROGRAMMERS_SUPPORTED += mspdebug
2 changes: 2 additions & 0 deletions boards/telosb/Makefile.include
Expand Up @@ -7,3 +7,5 @@ BAUD ?= 9600
# flash tool configuration
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --telosb

PROGRAMMERS_SUPPORTED += goodfet
2 changes: 2 additions & 0 deletions boards/z1/Makefile.include
Expand Up @@ -5,3 +5,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# setup flash tool
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --z1

PROGRAMMERS_SUPPORTED += goodfet

0 comments on commit 8d9cc3c

Please sign in to comment.