You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Target architecture for the build. Use arm-none-eabi if you are unsure.
|
|
export TARGET_ARCH ?= arm-none-eabi
|
|
|
|
USEMODULE += arm7_common_periph
|
|
|
|
INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/
|