zephyr/tests/kernel
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
..
alert/alert_api
arm_irq_vector_table cmake: Remove unnecessary KCONFIG_ROOT configuration 2018-09-21 13:37:21 -04:00
arm_runtime_nmi
boot_page_table
common
context
critical
device
early_sleep
errno
fatal arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
fifo
fp_sharing
gen_isr_table
init
irq_offload
lifo
mbox
mem_heap/mheap_api_concept
mem_pool
mem_protect portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
mem_slab
mp
msgq/msgq_api
mutex
obj_tracing
pending
pipe tests: kernel: pipe : Update the stack size. 2018-09-20 20:35:25 -04:00
poll
profiling/profiling_api
queue
sched tests: sched: Use SCHED_MULTIQ for native posix platform 2018-09-21 08:50:13 -04:00
semaphore
sleep
smp
spinlock
stack
static_idt
threads tests: test k_thread_name_set 2018-09-27 08:58:55 +05:30
tickless
timer
workq
xip