examples: tests: make use of DEVELHELP consistent
This commit is contained in:
parent
8c181d8ecd
commit
d5da6a7ac3
@ -22,7 +22,7 @@ USEMODULE += fmt
|
|||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
DEVELHELP ?= 1
|
||||||
|
|
||||||
# For debugging and demonstration purposes, we limit the lifetime to 60s
|
# For debugging and demonstration purposes, we limit the lifetime to 60s
|
||||||
CFLAGS += -DCORD_LT=60
|
CFLAGS += -DCORD_LT=60
|
||||||
|
|||||||
@ -21,7 +21,7 @@ USEMODULE += xtimer
|
|||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
DEVELHELP ?= 1
|
||||||
|
|
||||||
# For debugging and demonstration purposes, we limit the lifetime to the minimal
|
# For debugging and demonstration purposes, we limit the lifetime to the minimal
|
||||||
# allowed value of 60s (see draft-ietf-core-resource-directory-11, Table 2)
|
# allowed value of 60s (see draft-ietf-core-resource-directory-11, Table 2)
|
||||||
|
|||||||
@ -48,7 +48,7 @@ CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(3*THREAD_STACKSIZE_DEFAULT\)
|
|||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
DEVELHELP ?= 1
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -40,7 +40,7 @@ CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(3*THREAD_STACKSIZE_DEFAULT\)
|
|||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
DEVELHELP ?= 1
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -23,7 +23,7 @@ USEPKG += ndn-riot
|
|||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
# development process:
|
# development process:
|
||||||
CFLAGS += -DDEVELHELP
|
DEVELHELP ?= 1
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -2,6 +2,5 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += lc709203f
|
USEMODULE += lc709203f
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
CFLAGS += -DDEVELHELP
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -7,11 +7,6 @@ include ../Makefile.tests_common
|
|||||||
# be then accordingly extended.
|
# be then accordingly extended.
|
||||||
BOARD_WHITELIST := samr21-xpro iotlab-m3
|
BOARD_WHITELIST := samr21-xpro iotlab-m3
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
|
||||||
# which is not needed in a production environment but helps in the
|
|
||||||
# development process:
|
|
||||||
CFLAGS += -DDEVELHELP
|
|
||||||
|
|
||||||
# Modules to include:
|
# Modules to include:
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|||||||
@ -11,8 +11,6 @@ DISABLE_MODULE += auto_init
|
|||||||
USEMODULE += od
|
USEMODULE += od
|
||||||
USEMODULE += socket_zep
|
USEMODULE += socket_zep
|
||||||
|
|
||||||
CFLAGS += -DDEVELHELP
|
|
||||||
|
|
||||||
TERMFLAGS ?= -z [::1]:17754
|
TERMFLAGS ?= -z [::1]:17754
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user