Go to file
Dmitriy Korovkin 4fc7d0242c kernel: Make idle task sleep
Device drivers may use task_sleep() routine during the initialization.
As device driver initialization is carried by idle task, it can not
be sheduled out as any other task. Idle task goes into a wait loop
instead.

In order to invoke task_sleep() device drivers must enable
CONFIG_NANO_TIMEOUTS option.

Change-Id: Ib73a2ad1f3c0bda44c24f2417e102bfaa3a13a15
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-04-08 15:08:33 +00:00
arch ethernet/dw: remove kconfigs that are SoC specific 2016-04-07 00:58:57 +00:00
boards arduino_101: Add default Bluetooth UART configurations 2016-04-08 13:23:08 +00:00
doc doc: Add returning code conventions 2016-03-30 20:03:17 +00:00
drivers Bluetooth: drivers/nble: Add Kconfig option for conn.c 2016-04-08 13:27:33 +00:00
include ieee802154: Replace the CC2520 driver with a new implementation 2016-04-07 17:25:02 +00:00
kernel kernel: Make idle task sleep 2016-04-08 15:08:33 +00:00
lib printf: Limit width modifier to [0..MAXFLD] 2016-03-19 11:03:54 +00:00
misc sys_log: Adds the common log API header 2016-03-18 00:01:21 +00:00
net net: coap: Create buffer while generating observe notification 2016-04-08 13:38:07 +00:00
samples samples: add environmental sensing sample for Arduino 101 2016-04-07 16:55:38 +00:00
scripts sanitycheck: parallelize binary size calculations 2016-04-08 14:50:20 +00:00
tests tests: test_early_sleep: Let's test at all initialization level 2016-04-08 15:08:33 +00: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 gitignore: make sure that SOC specific linker scripts stay visible 2016-03-04 18:31:42 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05: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 Zephyr 1.2.0 2016-04-02 08:45:35 -04:00
Makefile.inc build: support multiple defconfigs per board 2016-03-14 20:54:08 +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