mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
136 B
Makefile
6 lines
136 B
Makefile
# define the cpu used by SODAQ Autonomo board
|
|
export CPU = samd21
|
|
export CPU_MODEL = samd21j18a
|
|
|
|
include $(RIOTMAKE)/boards/sam0.inc.mk
|