zephyr/tests
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
..
application_development cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
benchmarks kernel: Fix compilation errors when CONFIG_TIMESLICING=n 2018-09-25 12:54:58 +05:30
bluetooth Bluetooth: L2CAP: Add return to recv 2018-09-24 12:51:11 +03:00
boards coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
booting/stub cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
cmsis_rtos_v1 tests/cmsis_rtos_v1: Introduce negative tests for mailQ 2018-09-11 09:03:03 -04:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
drivers tests: uart: add extra config for native_posix 2018-09-27 17:24:34 +02:00
include shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
kernel portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
lib kernel: sched: Change boolean APIs to return bool 2018-09-28 06:28:41 +05:30
misc/test_build cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
net portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
posix tests: posix: Test realtime clock 2018-09-11 09:21:52 -04:00
power tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
shell shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
subsys arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
unit cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ztest ld: Put 'sizeof(struct device)' in the generated offsets header 2018-09-18 16:23:40 +02:00
CMakeLists.txt tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00