zephyr/kernel
Gerard Marull-Paretas d0e58ad0a6 device: use iterable sections
Use iterable sections to handle devices list. This simplifies devices
implementation by using standard APIs.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-12 12:01:10 +02:00
..
include kernel: Remove unused absolute symbols 2023-04-18 10:51:28 -04:00
paging
CMakeLists.txt
Kconfig
Kconfig.vm
atomic_c.c
banner.c
compiler_stack_protect.c
condvar.c
device.c device: use iterable sections 2023-05-12 12:01:10 +02:00
errno.c
events.c
fatal.c
futex.c
idle.c kernel: idle: fix build error on arm-clang 2023-05-02 15:01:24 -05:00
init.c device: allow NULL init function 2023-04-19 10:00:25 +02:00
kheap.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
mailbox.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
main_weak.c kernel: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mem_domain.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
mem_slab.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
sem.c kernel: Minor k_sem_give() performance enhancement 2023-04-28 10:09:46 +02:00
smp.c
stack.c
system_work_q.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
thread.c
timeout.c
timer.c
usage.c
userspace.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
userspace_handler.c
version.c
work.c
xip.c