zephyr/include
Leandro Pereira adce1d1888 subsys: Add random subsystem
Some "random" drivers are not drivers at all: they just implement the
function `sys_rand32_get()`.  Move those to a random subsystem in
preparation for a reorganization.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-11-01 08:26:29 -04:00
..
arch cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
bluetooth
crypto
debug
dfu
display
drivers subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
dt-bindings dts: Add Kinetis SIM clock bindings 2017-10-20 12:28:11 -05:00
fs
linker linker: use quotes with OUTPUT_ARCH macro 2017-10-31 12:32:34 -04:00
logging cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
misc sys: slist, dlist: Improve "not thread safe" docstrings 2017-10-17 17:39:15 -04:00
net net: buf: Add net_buf_id() API 2017-11-01 12:08:27 +02:00
random subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
shell
toolchain
usb doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
zephyr
adc.h drivers: adc: add system call handlers 2017-10-30 13:20:19 -07:00
aio_comparator.h drivers: aio_comparator: add system calls 2017-10-30 13:20:19 -07:00
atomic.h
cache.h
clock_control.h
console.h
counter.h drivers: counter: add syscall handlers 2017-10-30 13:20:19 -07:00
crc16.h
device.h
disk_access.h
dma.h
eth.h
flash.h drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
fs.h
gpio.h drivers: gpio: add system call handlers 2017-10-30 13:20:19 -07:00
i2c.h drivers: i2c: add system call handlers 2017-10-30 13:20:19 -07:00
i2s.h
init.h
ipm.h drivers: ipm: add system calls 2017-10-30 13:20:19 -07:00
irq_offload.h
irq.h
json.h
kernel_version.h
kernel.h subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
led_strip.h drivers: led_strip: add public API for addressable LED strips 2017-10-28 13:23:30 -04:00
pinmux.h drivers: pinmux: add system call handlers 2017-10-30 13:20:19 -07:00
power.h
pthread.h
pwm.h drivers: pwm: add system call handlers 2017-10-30 13:20:19 -07:00
random.h drivers: random: add random_get_entropy sys call 2017-10-30 13:20:19 -07:00
rtc.h drivers: rtc: add system calls 2017-10-30 13:20:19 -07:00
sensor.h cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
shared_irq.h
spi_legacy.h
spi.h drivers: spi: add system call handlers 2017-10-30 13:20:19 -07:00
sw_isr_table.h sw_isr_table.h: fix includes 2017-10-27 16:08:54 -04:00
sys_clock.h
sys_io.h
syscall.h kernel: allow system call with 64-bit return val 2017-10-12 16:25:00 -07:00
toolchain.h
uart.h drivers: uart: add system call handlers 2017-10-30 13:20:19 -07:00
watchdog.h
zephyr.h