zephyr/include
Alberto Escolar Piedras 550225b668 native: Generalize native tasks
Some drivers or tests need to execute some code before Zephyr is
booted, dynamically register command line arguments, etc.

For this purpose, we generalize the NATIVE_EXIT_TASK to also
provide hooks to run a function at a given point during the startup
of native_posix.

Also, test/boards/native_posix/exit_tasks is generalized to cover
this new functionality.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-07-30 22:13:46 -04:00
..
app_memory userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
arch native: Generalize native tasks 2018-07-30 22:13:46 -04:00
audio drivers: codec: APIs for Audio Codecs 2018-07-17 09:57:18 -04:00
bluetooth bluetooth: add callback to notify pairing is complete 2018-07-27 16:16:52 +03:00
crypto
debug obj_tracing: Declare object trace list for queue 2018-07-27 07:51:26 -04:00
dfu
display
drivers include: drivers: gpio: Turn functions generic - esp32 2018-07-15 16:13:36 -04:00
dt-bindings
fs
linker userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
logging logging: use BUILD_ASSERT_MSG instead of _Static_assert 2018-07-27 09:19:57 -04:00
mgmt subsys: mgmt: Fix broken OTA firmware update 2018-07-18 14:32:06 +02:00
misc userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
net net/ethernet: Add a way to configure MAC address filters into devices 2018-07-30 08:28:38 -04:00
nvs
posix posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
random
settings
shell
toolchain
usb
zephyr
adc.h
aio_comparator.h
atomic.h
base64.h
cache.h
can.h
clock_control.h
console.h
counter.h
crc8.h
crc16.h
crc32.h lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
device.h
disk_access.h
dma.h
entropy.h
fcb.h
flash_map.h
flash.h
fs.h
gpio.h
i2c.h i2c: Add new I2C Slave syscalls 2018-07-04 11:57:33 +02:00
i2s.h
init.h
ipm.h
irq_nextlevel.h
irq_offload.h
irq.h
json.h lib: json: add helper macro for array of array 2018-07-06 19:17:07 -04:00
kernel_includes.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
kernel_version.h
kernel.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
led_strip.h
led.h
pinmux.h
power.h
ptp_clock.h
pwm.h
ring_buffer.h
rtc.h
sched_priq.h
sensor.h
shared_irq.h
spi.h
spinlock.h
stats.h
sw_isr_table.h
sys_clock.h kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
sys_io.h
syscall.h syscalls: pull in arch/cpu.h 2018-07-19 16:44:59 -07:00
toolchain.h
uart.h
watchdog.h
zephyr.h