# configuration MP_RIOT_HEAPSIZE ?= 16384U CFLAGS += -DMP_RIOT_HEAPSIZE=$(MP_RIOT_HEAPSIZE) # include paths INCLUDES += -I$(RIOTBASE)/pkg/micropython/include INCLUDES += -I$(PKGDIRBASE)/micropython INCLUDES += -I$(PKGDIRBASE)/micropython/ports/riot # The port currently doesn't build with llvm TOOLCHAINS_BLACKLIST += llvm