mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/e180-zg120b-tb: simplify flashing
This commit is contained in:
parent
ca4930fd7b
commit
b6062e4f92
@ -1,10 +1,4 @@
|
||||
# set default port depending on operating system
|
||||
PORT_LINUX ?= /dev/ttyUSB0
|
||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
||||
|
||||
# setup JLink for flashing
|
||||
PROGRAMMER ?= jlink
|
||||
JLINK_DEVICE = EFR32MG1BxxxF256
|
||||
JLINK_PRE_FLASH = r
|
||||
|
||||
# include board common
|
||||
include $(RIOTBOARD)/common/silabs/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user