Go to file
Benjamin Walsh 48efb384f8 unified: do not compile out _k_neg_eagain when !CONFIG_ERRNO
It is always needed by the kernel, since the return codes are now
errnos. CONFIG_ERRNO is the mechanism for having a per-thread errno, not
using errno values.

Change-Id: I4ed14896a342f4122793d91b13c41b4a6a74716d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-10 21:27:42 +00:00
.known-issues
arch unified: cache the next thread to run 2016-10-10 21:27:31 +00:00
boards gpio: reduce Kconfigs and use consistent name for GPIOs 2016-10-07 16:15:07 +00:00
doc unified/doc: Minor updates to event section of Kernel Primer 2016-10-09 18:55:48 +00:00
drivers frdm_k64: spi: fixed wrong kconfig used in driver 2016-10-10 21:26:30 +00:00
ext
fs
include unified: merge NANO_TIMERS and NANO_TIMEOUTS with SYS_CLOCK_EXISTS 2016-10-10 21:27:41 +00:00
kernel unified: do not compile out _k_neg_eagain when !CONFIG_ERRNO 2016-10-10 21:27:42 +00:00
lib iot/zoap: Fix comparing pointers of different signedness 2016-10-04 12:29:07 +00:00
misc
net net: fix a potential refcount leak of SYN buffers 2016-10-08 21:20:28 +00:00
samples gpio: reduce Kconfigs and use consistent name for GPIOs 2016-10-07 16:15:07 +00:00
scripts sanitycheck: Remove linker VMA/LMA offset checking 2016-10-05 09:48:54 +00:00
tests test: build all possible drivers on all platforms 2016-10-10 21:26:33 +00:00
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
LICENSE
MAINTAINERS
Makefile unified: Fix build broblem caused by concurrent make processes in single dir 2016-10-05 10:29:31 +00:00
Makefile.inc
zephyr-env.sh