1
0
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:
Bas Stottelaar 2021-01-06 22:20:57 +01:00
parent ca4930fd7b
commit b6062e4f92

View File

@ -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