|
|
|
@ -23,13 +23,9 @@ export RIOTBASE ?= $(CURDIR)/../../RIOT
|
|
|
|
|
# Uncomment this to enable scheduler statistics for ps:
|
|
|
|
|
#CFLAGS += -DSCHEDSTATISTICS
|
|
|
|
|
|
|
|
|
|
# If you want to use valgrind, you should recompile native with either
|
|
|
|
|
# HAVE_VALGRIND_H or HAVE_VALGRIND_VALGRIND_H depending on the location
|
|
|
|
|
# of the valgrind header (i.e. <valgrind.h> or <valgrind/valgrind.h>)
|
|
|
|
|
# For more information about the valgrind support of RIOT read:
|
|
|
|
|
# RIOT/cpu/native/README
|
|
|
|
|
#CFLAGS += -DHAVE_VALGRIND_VALGRIND_H
|
|
|
|
|
#CFLAGS += -DHAVE_VALGRIND_H
|
|
|
|
|
# If you want to use native with valgrind, you should recompile native
|
|
|
|
|
# with the target all-valgrind instead of all:
|
|
|
|
|
# make -B clean all-valgrind
|
|
|
|
|
|
|
|
|
|
# Uncomment this to enable code in RIOT that does safety checking
|
|
|
|
|
# which is not needed in a production environment but helps in the
|
|
|
|
|