zephyr/kernel
Krzysztof Chruscinski a8b5a2e65e kernel: device: Add const qualifier to device_config
Device config structure is placed in rom section but there was
no const prefix used. Lack of prefix suggested that structure
is in ram (ram_report is also fooled). Added const prefix to
explicitly inform that it goes to rom.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-01-22 06:32:36 -06:00
..
include kernel/swap: Add SMP "wait for switch" synchronization 2020-01-21 14:47:52 -08:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: device: Add const qualifier to device_config 2020-01-22 06:32:36 -06:00
errno.c
fatal.c
futex.c
idle.c
init.c
Kconfig kernel: kconfig: Make SCHED_IPI_SUPPORTED invisible 2020-01-20 18:38:10 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c kernel: msgq: error handling 2020-01-20 17:19:54 -05:00
mutex.c
pipes.c
poll.c
queue.c kernel/queue: Fix SMP race 2020-01-21 14:47:52 -08:00
sched.c kernel/swap: Add SMP "wait for switch" synchronization 2020-01-21 14:47:52 -08:00
sem.c
smp.c
stack.c kernel: stack: error handling 2020-01-20 17:19:54 -05:00
system_work_q.c
thread_abort.c
thread.c kernel/swap: Add SMP "wait for switch" synchronization 2020-01-21 14:47:52 -08:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c