1 Star 0 Fork 14

vonleen / riot-os

forked from Gitee 极速下载 / riot-os 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.txt 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
smlng 提交于 2017-11-20 16:05 . doc: describe usage of DEVELHELP
/**
* @defgroup utils Utilities
* @brief Utilities and helper functionality
*
* Additional scripts and configuration options to ease RIOT
* development.
* @{
*/
/**
* @def DEVELHELP
* @brief 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 with `DEVELHELP=0`.
*/
#if DOXYGEN
# define DEVELHELP
#endif
/**
* @def TEST_SUITES
* @brief This global macro activates functionality that is needed for
* automated testing but not needed otherwise.
*/
#if DOXYGEN
# define TEST_SUITES
#endif
/**
* @}
*/
1
https://gitee.com/vonleen/riot-os.git
git@gitee.com:vonleen/riot-os.git
vonleen
riot-os
riot-os
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891