2016-03-21 09:27:23 +01:00
|
|
|
# Target architecture for the build. Use arm-none-eabi if you are unsure.
|
|
|
|
export TARGET_ARCH ?= arm-none-eabi
|
|
|
|
|
2017-01-13 10:31:17 +01:00
|
|
|
USEMODULE += arm7_common_periph
|
|
|
|
|
2014-11-20 18:59:58 +01:00
|
|
|
INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/
|