Find a file
Benjamin Walsh 1b5b6e44f7 kernel: add _IS_IDLE_TASK()
Add a way of finding if a microkernel task is the idle task instead of
of duplicating:

  task_priority_get() == (CONFIG_NUM_TASK_PRIORITIES - 1)

which could be subject to change.

Only available for microkernel, since there is no such concept in the
nanokernel.

Change-Id: Ie8930981f1a2ac5ff16f905f4eb4e333c8b59c5d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-05-11 20:22:24 +00:00
arch arc: early init should invalidate d-cache and set vector table 2016-05-11 11:10:52 +00:00
boards quark_se_devboard: Update flash and debug openocd configuration 2016-05-11 20:21:35 +00:00
doc doc: use table for Kconfig option reference 2016-05-11 15:15:44 +00:00
drivers galileo: set priority of ADC to 95 2016-05-11 17:59:46 +00:00
include Bluetooth: GATT: Remove authorization permission 2016-05-11 15:18:09 +00:00
kernel kernel: add _IS_IDLE_TASK() 2016-05-11 20:22:24 +00:00
lib newlib: treat x86 as the special case 2016-05-09 18:09:29 +00:00
misc arduino_101: support booting with original bootloader 2016-04-30 13:56:54 -04:00
net Bluetooth: SMP: Fix ecc_make_key return code check 2016-05-11 17:19:12 +00:00
samples Bluetooth: Omit implicit permission flags 2016-05-11 15:17:59 +00:00
scripts checkpatch: Remove Change-Id warning 2016-05-05 11:24:06 +00:00
tests Bluetooth: tester: Fix setting nonconn advertising type 2016-05-11 11:34:28 +02:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Fix a couple of incorrect git author names 2016-05-10 18:45:22 +00:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
Makefile.inc build: generate error if board is not found 2016-04-25 19:17:04 +00:00
zephyr-env.sh zephyr-env.sh: Add a note to indicate the required version of zsh 2016-03-18 22:01:19 +00:00