zephyr/subsys
Xavier Chapron 824f423e54 misc: Replace assert include and calls by sys/__assert.h equivalent
Replace all calls to the assert macro that comes from libc by calls to
__ASSERT_NO_MSG(). This is usefull as the former might be different
depending on the libc used and the later can be customized to reduce
flash footprint.

Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
2020-10-02 11:42:40 +02:00
..
bluetooth misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
canbus subsys: canopen: Add a wrapper to avoid passing device to CO_init 2020-09-02 13:48:13 +02:00
console device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
cpp cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
debug debug: gdbstub: Send an error code when accessing invalid memory 2020-09-02 20:54:57 -04:00
dfu misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
disk misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
emul device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fs fs: allow setting max file name explicitly 2020-09-03 21:49:34 +02:00
jwt Kconfig: cleanup subsystems 2020-08-24 10:24:30 +02:00
logging misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
mgmt misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
net misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
power power: fix Kconfig help message 2020-09-14 21:27:23 -04:00
random random: Warning when using test config 2020-10-02 11:30:03 +02:00
settings misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
shell shell: add argc range in Kconfig 2020-09-18 15:18:07 +02:00
stats misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
storage storage: flash_map: Unify partition processing macros name 2020-09-21 16:42:29 -05:00
testsuite tests: timestamp: minor cleanup 2020-09-05 13:28:38 -05:00
timing timing: introduce timing functions as a generic feature 2020-09-05 13:28:38 -05:00
tracing tracing: handle null thread names with systemview 2020-09-20 21:27:55 -04:00
usb code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
CMakeLists.txt emul: Create an emulation implementation 2020-09-01 14:30:46 -04:00
Kconfig timing: introduce timing functions as a generic feature 2020-09-05 13:28:38 -05:00