zephyr/kernel
Andrew Boie ce6c8f347b dma: add system calls for dma_start/dma_stop
As per current policy of requiring supervisor mode to register
callbacks, dma_config() is omitted.

A note added about checking the channel ID for start/stop, current
implementations already do this but best make it explicitly
documented.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-02-12 19:24:25 -05:00
..
include kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
posix
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c
int_latency_bench.c
Kconfig kernel: enable boot banner by default 2018-01-08 10:03:57 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
mem_slab.c
mempool.c mempool: Remove unnecessary call to get_pool() 2018-01-12 08:05:08 -05:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c
sem.c
stack.c
sys_clock.c kernel: Allow late processing of timeouts 2018-01-29 23:18:13 -05:00
system_work_q.c
thread_abort.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
thread.c kernel: thread: Repeated thread abort crashes. 2018-01-24 18:18:53 +05:30
timer.c
userspace_handler.c
userspace.c dma: add system calls for dma_start/dma_stop 2018-02-12 19:24:25 -05:00
version.c
work_q.c