zephyr/kernel
Ioannis Glaropoulos dd574f6ec7 kernel: stack_sentinel: disable in single-threaded builds
Add a dependency on MULTITHREADING for the
STACK_SENTINEL feature, so it may not get
enabled in single-thread Zephyr builds.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2021-05-28 10:41:46 -05:00
..
include kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 2021-05-28 11:33:22 -04:00
paging kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 2021-05-28 11:33:22 -04:00
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
condvar.c
device.c pm: device_runtime: get rid of the spinlock 2021-05-26 10:56:55 -04:00
errno.c
fatal.c
futex.c
idle.c kernel/sched: Remove "cooperative scheduling only" special cases 2021-05-24 23:38:16 -04:00
init.c kernel/sched: Remove "cooperative scheduling only" special cases 2021-05-24 23:38:16 -04:00
Kconfig kernel: make MULTITHREADING promptless if single-thread not supported 2021-05-26 11:03:22 -05:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 2021-05-28 11:33:22 -04:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c kernel: k_sleep: fix return value for absolute timeout 2021-05-26 18:11:52 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c kernel: stack_sentinel: disable in single-threaded builds 2021-05-28 10:41:46 -05:00
timeout.c kernel: timeout: Fix adding of an absolute timeout 2021-05-24 23:53:18 -04:00
timer.c
userspace_handler.c
userspace.c
version.c
work.c
xip.c