mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
199 B
Makefile
9 lines
199 B
Makefile
CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
|
|
|
|
ROM_START_ADDR ?= 0x00000000
|
|
RAM_START_ADDR ?= 0x20000000
|
|
|
|
LINKER_SCRIPT ?= cortexm.ld
|
|
|
|
INCLUDES += -I$(RIOTCPU)/nrf5x_common/include
|