zephyr/kernel
Peter Bigot c308f8069f kernel: init: move C++ initialization before application init loop
C++ is documented to be supported in applications, so it should be
supported in SYS_INIT() functions run at the application init level.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-05-09 11:42:20 -04:00
..
include kernel: remove legacy fields in _kernel 2020-05-08 17:42:49 +02:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c device: Refactor device structures 2020-05-08 23:07:44 +02:00
errno.c
fatal.c
futex.c
idle.c
init.c kernel: init: move C++ initialization before application init loop 2020-05-09 11:42:20 -04:00
Kconfig kernel/Kconfig: Add prompt for CONFIG_TIMEOUT_64BIT 2020-05-06 06:05:03 -04:00
Kconfig.power_mgmt
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool_sys.c
mempool.c
msg_q.c
mutex.c
pipes.c kernel: pipe: read_avail / write_avail syscalls 2020-05-07 19:39:53 +02:00
poll.c
queue.c
sched.c kernel: fix issue with k_thread_join() timeouts 2020-05-05 11:43:08 -07:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 2020-05-08 10:58:33 +02:00
timeout.c kernel/timeout: Check for K_FOREVER in z_add_timeout() 2020-04-22 11:10:17 -07:00
timer.c kernel/timer: Correctly clamp period argument 2020-04-24 16:38:33 +02:00
userspace_handler.c
userspace.c
version.c
work_q.c