Newer
Older
# These are used by MDK's .mk
PROG = nothing
SOURCES = src/nothing.c
# Comment this line out if you prefer building in docker
TOOLCHAIN = riscv32-unknown-elf
EXTRA_CFLAGS ?= -Og -g -DEMULATOR_HACKS
include mdk/esp32c3/build.mk