2017-05-01 11:47:06 +02:00
|
|
|
# define the cpu used by the board
|
2017-10-27 01:26:26 +02:00
|
|
|
export CPU = kinetis
|
2017-05-01 11:47:06 +02:00
|
|
|
export CPU_MODEL = mk22fn512vlh12
|
|
|
|
|
|
|
|
# Include default FRDM board config
|
|
|
|
include $(RIOTBOARD)/frdm-common/Makefile.include
|