zephyr/include/sys
Dominik Ermel 6ba69f19d4 sys/util.h: Add IS_EMPTY and LIST_DROP_EMPTY macros
IS_EMPTY macro allows to check if defined name is empty, i.e.
does not contain replacement list.
LIST_DROP_EMPTY macro may be used to process __VA_ARGS__ type lists,
e.g. a,b,,c , and remove empty elements.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-05-08 17:50:25 +02:00
..
__assert.h
arch_interface.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
atomic.h
base64.h
byteorder.h
check.h
crc.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h math: extras: Add overflow functions to u16 2020-04-20 09:12:33 +03:00
math_extras.h math: extras: Add overflow functions to u16 2020-04-20 09:12:33 +03:00
mempool_base.h
mempool.h
mutex.h kernel: rename initializers to be internal 2020-04-24 22:27:08 +02:00
notify.h
onoff.h sys: onoff: redesign to meet changed needs 2020-04-22 16:52:47 +02:00
printk.h
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_heap.h kernel: Add k_heap synchronized memory allocator 2020-04-14 10:05:55 -07:00
sys_io.h
thread_stack.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
time_units.h include: sys: Fix SYS_TIMEOUT_MS macro definition 2020-04-30 13:46:48 +03:00
timeutil.h
util.h sys/util.h: Add IS_EMPTY and LIST_DROP_EMPTY macros 2020-05-08 17:50:25 +02:00