zephyr/include
Benjamin Walsh 31a3f6a70e unified: rename 'events' to 'alerts'
Event is such an overloaded and generic term (event logger, *kernel*
event logger, "protocol" events in other subsystems, etc.), that it is
confusing for the name an object. Events are kinda like signals, but not
exactly, so we chose not to name them 'signals' to prevent further
confusion. "Alerts" felt like a good fit, since they are used to "alert"
an application that something of significance should be addressed and
because an "alert handler" can be proactively registered with an alert.

Change-Id: Ibfeb5eaf0e6e62702ac3fec281d17f8a63145fa1
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-28 18:44:18 +00:00
..
arch arch: Add support for Cortex-M7 processor 2016-10-26 12:58:40 -05:00
bluetooth
display
drivers drivers/uart: Refactor UART input hook. 2016-10-25 11:31:08 +00:00
fs
microkernel
misc
net net: Use proper format for printing size_t 2016-10-27 08:08:27 +00:00
toolchain
usb
adc.h drivers/adc: Make references to driver_api const 2016-10-24 22:22:20 +00:00
aio_comparator.h drivers/aio_comparator: Make references to driver_api const 2016-10-24 22:22:20 +00:00
atomic.h
cache.h
clock_control.h drivers/clock_control: Make references to driver_api const 2016-10-24 22:22:21 +00:00
counter.h drivers/counter: Make references to driver_api const 2016-10-24 22:22:21 +00:00
device.h drivers: Make the device struct driver_api pointer target const 2016-10-25 18:45:09 +00:00
dma.h drivers/dma: Make references to driver_api const 2016-10-24 22:22:22 +00:00
eth.h drivers/eth: Make references to driver_api const 2016-10-24 22:22:22 +00:00
flash.h drivers/flash: Make references to driver_api const 2016-10-24 22:22:26 +00:00
fs.h
gpio.h drivers/gpio: Make references to driver_api const 2016-10-24 22:22:26 +00:00
i2c.h drivers/i2c: Make references to driver_api const 2016-10-24 22:22:25 +00:00
init.h
ipm.h drivers/ipm: Make references to driver_api const 2016-10-24 22:22:25 +00:00
irq_offload.h
irq.h
kernel_version.h
kernel.h unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
legacy.h unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
linker-defs.h
linker-tool-gcc.h
linker-tool.h
microkernel.h
nanokernel.h
pinmux.h drivers/pinmux: Make references to driver_api const 2016-10-24 22:22:24 +00:00
power.h
pwm.h drivers/pwm: Make references to driver_api const 2016-10-24 22:22:24 +00:00
rtc.h drivers/rtc: Make references to driver_api const 2016-10-24 22:22:24 +00:00
section_tags.h
sections.h
sensor.h drivers/sensor: Make references to driver_api const 2016-10-24 22:22:23 +00:00
shared_irq.h drivers/shared_irq: Make references to driver_api const 2016-10-24 22:22:23 +00:00
spi.h
sw_isr_table.h
sys_clock.h
sys_io.h
toolchain.h
uart.h drivers/uart: Make references to driver_api const 2016-10-25 11:31:09 +00:00
watchdog.h
zephyr.h