zephyr/lib
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit merely makes it explicit u8.

Pointer arithmetics over void types is:
 * A GNU C extension
 * Not supported by Clang
 * Illegal across all ISO C standards

See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
base64 lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
cmsis_rtos_v1 lib: cmsis_rtos_v1: do null check before use 2018-09-21 08:49:27 -04:00
crc lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
json lib: json: Fix warning when building with newlib 2018-07-12 16:01:30 -05:00
libc portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
mempool portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
posix lib: posix: remove return error code 2018-09-28 06:53:24 +05:30
rbtree kernel: sched: Change boolean APIs to return bool 2018-09-28 06:28:41 +05:30
ring_buffer lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
CMakeLists.txt lib/cmsis_rtos_v1: Implement support for thread APIs 2018-08-13 13:08:07 -07:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
thread_entry.c kernel: thread: Move out the function _thread_entry() to lib 2018-05-15 17:48:18 +03:00