mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 18:32:50 +01:00
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# define the cpu used by the board
|
|
export CPU = kinetis
|
|
export CPU_MODEL = mk22fn512vlh12
|
|
|
|
# Include default FRDM board config
|
|
include $(RIOTBOARD)/common/frdm/Makefile.include
|