zephyr/tests/kernel/mem_protect
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
..
app_memory cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mem_protect tests: mem_protect: mem_protect: Update the stack size. 2018-09-20 20:35:25 -04:00
obj_validation cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
protection cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
stack_random cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
stackprot cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
syscalls tests: mem_protect: syscalls: set CONFIG_USERSPACE in prj.conf 2018-09-18 17:03:57 -04:00
userspace tests: userspace: Incorrect location to the privileged stack. 2018-09-20 20:35:25 -04:00
x86_mmu_api portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30