zephyr/subsys
Danny Oerndrup b8add4aa0b kconfig: assert: Introduce kconfig option ASSERT_NO_FILE_INFO
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>
2019-10-14 09:07:29 -05:00
..
bluetooth Bluetooth: controller: split: Fix ctrl proc rx node starvation 2019-10-14 11:25:10 +02:00
console
cpp
debug kconfig: assert: Introduce kconfig option ASSERT_NO_FILE_INFO 2019-10-14 09:07:29 -05:00
dfu
disk
fb
fs
jwt
logging logging: Print hexdumps with 16 bytes in one line 2019-10-11 17:53:50 +02:00
mgmt
net net: shell: Add command to clear network statistics 2019-10-14 16:34:48 +03:00
power
random
settings settings: file: Duplicates filtering option 2019-10-14 12:05:42 +02:00
shell
stats
storage
testsuite coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
usb coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
CMakeLists.txt
Kconfig