Go to file
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
.known-issues
arch unified/arc: Fix scheduler algorithm bug 2016-10-28 17:46:54 +00:00
boards boards: define LED pin on boards with LED 2016-10-27 20:56:08 +00:00
doc unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
drivers drivers:config: Fix help text format. 2016-10-28 12:35:19 +00:00
ext drivers:ksdk:random: Rename for consistency with other KSDK shim drivers. 2016-10-25 18:57:20 +00:00
fs
include unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
kernel unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
lib
misc
net net: buf: Make net_buf_frag_add take ownership of the buffer 2016-10-26 12:48:47 +00:00
samples samples: shell: unify sample and drop nanokernel part 2016-10-28 16:56:12 +00:00
scripts unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
tests tc_util: protect macro arg expansion 2016-10-28 15:40:37 +00:00
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc tests: move quark_se boot stub to tests 2016-10-27 22:14:53 +00:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS boards: Add board definition for the BLE core on Arduino 101 2016-10-26 17:35:58 +00:00
Makefile Makefile: Don't hide the "prebuilt" kernel 2016-10-27 20:10:27 +00:00
Makefile.inc
zephyr-env.sh