mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:02:43 +00:00
Default behavior is to include __FILE__ info with all of the Zephyr assert macros, __ASSERT, __ASSERT_NO_MSG and __ASSERT_LOC. Setting the ASSERT_NO_FILE_INFO kconfig option, replaces the __FILE__ with an empty string, thus removing the file information from the asserts. The intention here is to allow for code space limited devices to run with asserts enabled. Signed-off-by: Danny Oerndrup <daor@demant.com> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
usb | ||
CMakeLists.txt | ||
Kconfig |