There was an error while loading. Please reload this page.
There are a couple of flags you can use to statically modify RIOT's behavior or to enable/disable certain features.
Usage Example:
QUIET=1 CFLAGS="-DSCHEDSTATISTICS -DDEVELHELP" make clean all
CFLAGS=-DSCHEDSTATISTICS
CFLAGS=-DDEVELHELP
CFLAGS=-DSCHED_TEST_STACK
RIOT_VERSION=foo
RIOT_VERSION_OVERRIDE
QUIET=1
QUIET=0
CFLAGS=-DNATIVE_AUTO_EXIT
TOOLCHAIN=gnu
TOOLCHAIN=llvm
CFLAGS=-DDBG_IGNORE