Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 250 B
# 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
EXTRA_LINKFLAGS ?=
include mdk/esp32c3/build.mk