1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/openlabs-kw41z-mini-256kib/Makefile.include
Benjamin Valentin 9573b2bba0 boards: add openlabs-kw41z-mini-256kib
Add the 256k version of the openlabs-kw41z-mini.
They are identical to the openlabs-kw41z-mini except that it uses
the mkw41z256vht4 instead of the mkw41z512vht4.
2020-03-11 13:50:37 +01:00

5 lines
136 B
Makefile

SLOT0_LEN ?= 0x1C000
INCLUDES += -I$(RIOTBOARD)/openlabs-kw41z-mini/include
include $(RIOTBOARD)/openlabs-kw41z-mini/Makefile.include