Go to file
Luiz Augusto von Dentz f4465c651c nanokernel: Add callback to _nano_timeout
This adds a callback to struct _nano_timeout which is called in ISR
context allowing more flexible handling of timeouts.

Change-Id: If837b0b51b24dfffebac6f99f4d66fdf01c164f0
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-05-21 12:02:57 +00:00
arch arc: adding "all rights reserved" to banner 2016-05-20 20:55:21 -07:00
boards quark_se_sss_devboard: fix flashing with openocd 2016-05-21 11:09:05 +00:00
doc doc: fix Arduino 101 documentation formatting issues 2016-05-20 16:18:38 +00:00
drivers spi: Stability improvements to the DesignWare SPI driver 2016-05-21 00:48:16 +00:00
include nanokernel: Add callback to _nano_timeout 2016-05-21 12:02:57 +00:00
kernel nanokernel: Add callback to _nano_timeout 2016-05-21 12:02:57 +00:00
lib
misc misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
net net: tcp: Fix the TCP client not sending multiple SYN 2016-05-20 12:59:08 +03:00
samples samples: Use GPIO_0 as the default instance 2016-05-20 10:54:06 -04:00
scripts
tests nano_work: Add nano_work_init 2016-05-21 12:02:57 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild build: add more dependencies to build process 2016-05-20 18:25:19 +00:00
Kconfig
Kconfig.zephyr
LICENSE
Makefile misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
Makefile.inc
zephyr-env.sh