1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf9160/Makefile.include

12 lines
204 B
Makefile
Raw Normal View History

2021-07-14 18:19:27 +02:00
ROM_LEN ?= 0x100000
RAM_LEN ?= 0x40000
FLASHFILE ?= $(BINFILE)
2021-07-14 18:19:27 +02:00
PROGRAMMER ?= jlink
JLINK_DEVICE = NRF9160_XXAA
include $(RIOTCPU)/nrf5x_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk