Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Luiz Augusto von Dentz 73e76c2ce2 net: Remove unnecessary k_wakeup
net_buf_put already awakes the RX thread so k_wakeup is not necessary.

Change-Id: I18b5aef5d6e85a9461bc01c17f56c3d4d9a13824
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-12-16 19:14:53 +01:00
.known-issues
arch kernel: introduce single-threaded kernel 2016-12-15 16:17:39 -05:00
boards hexiwear_k64: Add pin init using ksdk pinmux driver 2016-12-10 21:14:12 +00:00
doc kernel: add k_cpu_idle/k_cpu_atomic_idle() 2016-12-15 16:17:38 -05:00
drivers drivers: bmi160: use direct GPIO trigger instead of IPM 2016-12-16 15:56:33 +00:00
ext power: Add ARC core suspend and resume support 2016-12-15 12:49:33 +00:00
include iot/dns: Use a k_sem for the DNS rx routine 2016-12-16 19:14:53 +01:00
kernel kernel: introduce single-threaded kernel 2016-12-15 16:17:39 -05:00
lib iot/dns: Use a k_sem for the DNS rx routine 2016-12-16 19:14:53 +01:00
misc libc: rework libc selection and reduce Kconfigs 2016-12-15 22:31:28 +00:00
samples samples: net: Fix compile error following frdm pinmux change 2016-12-16 19:14:53 +01:00
scripts scripts: remove old qemu patch 2016-12-12 20:25:06 +00:00
subsys net: Remove unnecessary k_wakeup 2016-12-16 19:14:53 +01:00
tests tests/tcp: Initialize buffer to NULL 2016-12-16 19:14:53 +01:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS MAINTAINERS: fixed email for sensor subsystem 2016-12-16 14:18:03 +00:00
Makefile Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
Makefile.inc kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh