mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/thingy52: use shared Makefile.include
This commit is contained in:
parent
12d01f97fe
commit
8d5b9edba4
@ -2,7 +2,7 @@
|
||||
export CPU = nrf52
|
||||
|
||||
# include this module into the build
|
||||
ifeq (,$(filter acd52832,$(BOARD)))
|
||||
ifeq (,$(filter thingy52 acd52832,$(BOARD)))
|
||||
INCLUDES += -I$(RIOTBOARD)/common/nrf52xxxdk/include
|
||||
USEMODULE += boards_common_nrf52
|
||||
endif
|
||||
|
@ -1,12 +1,9 @@
|
||||
# CPU configuration for the Thingy:52
|
||||
export CPU = nrf52
|
||||
CPU_MODEL = nrf52832xxaa
|
||||
|
||||
# set default port depending on operating system
|
||||
# override default PORT
|
||||
PORT_LINUX ?= /dev/ttyUSB0
|
||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
# setup JLink for flashing
|
||||
export JLINK_DEVICE := nrf52
|
||||
include $(RIOTMAKE)/tools/jlink.inc.mk
|
||||
# use shared Makefile.include
|
||||
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user