zephyr/include
Andrew Boie 47f8fd1d4d kernel: add K_INHERIT_PERMS flag
By default, threads are created only having access to their own thread
object and nothing else. This new flag to k_thread_create() gives the
thread access to all objects that the parent had at the time it was
created, with the exception of the parent thread itself.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-13 12:17:13 -07:00
..
arch x86: fix syscall optimization issue 2017-10-09 10:25:36 -07:00
bluetooth Bluetooth: Add support for decoding new address types 2017-10-05 13:14:08 +03:00
crypto
debug object_tracing: fix definition 2017-08-16 10:59:10 -07:00
dfu DFU: add module for store the image 2017-09-11 11:37:43 -04:00
display doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
drivers drivers/spi/stm32_ll: Configure NSS behavior according to cs pointer 2017-10-10 09:42:45 -04:00
dt-bindings i2c: Cleanup dts clock-frequency property usage 2017-08-16 10:03:34 -05:00
fs subsys: fs: consolidate elm FAT kconfig options 2017-10-03 08:43:50 -04:00
linker kernel: add K_INHERIT_PERMS flag 2017-10-13 12:17:13 -07:00
logging doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
misc cleanup: remove obsolete nano_work.h 2017-09-11 19:24:12 -04:00
net net/ieee802154: Add a hw capability for handling ACK request on TX 2017-10-13 13:48:32 +03:00
shell shell: Add define to _SHELL_H_ 2017-06-09 18:54:27 -04:00
toolchain kernel: abolish __syscall_inline 2017-10-03 16:16:03 -04:00
usb include: usb: remove mass_storage header 2017-10-13 08:32:37 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h doc: fix misspellings in include (API docs) 2017-08-10 12:22:19 -04:00
counter.h api: counter: Improve documentation of counter_set_alarm(). 2017-09-15 14:29:15 -04:00
crc16.h drivers: crc: Add 'pad' parameter to crc16() 2017-08-17 22:19:19 -04:00
device.h
disk_access.h
dma.h drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
eth.h
flash.h drivers: flash: Add API for retrieving a supported write-block-size 2017-10-11 11:19:15 -05:00
fs.h
gpio.h
i2c.h i2c: deprecate use of union dev_config 2017-10-11 10:45:12 -04:00
i2s.h doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
init.h
ipm.h
irq.h irq.h: include generic toolchain header 2017-08-16 10:59:10 -07:00
irq_offload.h
json.h lib: json: move json.h to include/ 2017-10-03 14:50:14 -04:00
kernel.h kernel: add K_INHERIT_PERMS flag 2017-10-13 12:17:13 -07:00
kernel_version.h
pinmux.h pinmux: Allow up to 6 functions 2017-08-09 12:26:14 -07:00
power.h
pthread.h kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
pwm.h drivers: pwm: Remove all deprecated APIs. 2017-08-09 12:31:03 -07:00
random.h
rtc.h
sensor.h sensors: implement system calls 2017-10-07 10:45:15 -07:00
shared_irq.h
spi.h drivers/spi: Run CS/GPIO logic only when relevant 2017-10-10 09:42:45 -04:00
spi_legacy.h api: New SPI API 2017-05-19 18:52:25 -04:00
sw_isr_table.h
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 xtensa: move byte-order macros out of arch.h 2017-05-11 12:47:23 -04:00
uart.h drivers: serial: Clarification for uart_fifo_fill()/read() calls 2017-05-30 20:53:13 -04:00
watchdog.h
zephyr.h