zephyr/kernel
Ioannis Glaropoulos 6c54cac73d kernel: mem_domain: extend sane_partition for non-overlapping regions
This commit extends the implementation of sane_partition(..) in
kernel/mem_domain.c so that it generates an ASSERT if partitions
inside a mem_domain overlap. This extension is only implemented
for the case when the MPU requires non-overlapping regions.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-02-05 09:28:59 -08:00
..
include kernel/sched: Force inlining of some routines within the scheduler guts 2019-02-01 15:57:21 -05:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c kernel: fix smp build on esp32 2019-02-04 18:16:58 -05:00
init.c kernel/sched: CPU mask affinity/pinning API 2019-02-01 21:37:24 -05:00
int_latency_bench.c
Kconfig kernel/sched: CPU mask affinity/pinning API 2019-02-01 21:37:24 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: mem_domain: extend sane_partition for non-overlapping regions 2019-02-05 09:28:59 -08:00
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c misc/dlist: Swap insertion API for a faster one 2019-02-01 15:57:21 -05:00
queue.c
sched.c kernel/sched: fix CPU mask kconfig typo 2019-02-04 15:53:09 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel/sched: CPU mask affinity/pinning API 2019-02-01 21:37:24 -05:00
timeout.c misc/dlist: Swap insertion API for a faster one 2019-02-01 15:57:21 -05:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c