mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
|
ROM_LEN ?= 0x100000
|
||
|
RAM_LEN ?= 0x80000
|
||
|
|
||
|
PROGRAMMER ?= jlink
|
||
|
JLINK_DEVICE = NRF5340_XXAA_APP
|
||
|
|
||
|
include $(RIOTCPU)/nrf5x_common/Makefile.include
|
||
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|