Utilities¶
Utilities and helper functionality.
Additional scripts and configuration options to ease RIOT development.
-
DEVELHELP¶ This global macro activates functionality to help developers.
Additional code parts such as (extensive) debug output and sanity checks using assertions. To activate it set environment variable
DEVELHELP=1, or disable explicitly withDEVELHELP=0.
-
TEST_SUITES¶ This global macro activates functionality that is needed for automated testing but not needed otherwise.