Go to file
Jukka Rissanen 43593bcbf4 net: Use simple UART driver for handling slip (serial line IP) traffic
This commit uses the simple UART driver to pass slip data between
qemu and host.

User needs to create a network device (tun) in host that is
connected to qemu via slip protocol. The tunslip6 process
acts as a gateway and passes packets between qemu and host.
See net/ip/contiki/tools/README file for details how to use and
configure the slip in host.

This is meant for testing the uIP stack.

Change-Id: I82bb87a76485a07ddf5de9ae91fe3d49a0e20658
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:14:30 -05:00
arch uart: Get rid of camelCase style 2016-02-05 20:14:27 -05:00
config
doc doc: microkernel fix PIPE API descriptions 2016-02-05 20:14:28 -05:00
drivers define UART_CONSOLE_INDEX using Kconfig 2016-02-05 20:14:27 -05:00
include Bluetooth: Replace peer address with conn in GATT API 2016-02-05 20:14:30 -05:00
kernel Rename pipe kernel service commands 2016-02-05 20:14:28 -05:00
lib/libc
misc
net net: Use simple UART driver for handling slip (serial line IP) traffic 2016-02-05 20:14:30 -05:00
samples Bluetooth: Replace peer address with conn in GATT API 2016-02-05 20:14:30 -05:00
scripts Rename internal K_ChMovedAck() routine 2016-02-05 20:14:28 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore git: Ignore cscope files 2016-02-05 20:14:27 -05:00
.mailmap
Kconfig kconfig: Rename Zephyr OS -> Zephyr Kernel 2016-02-05 20:14:26 -05:00
Makefile Zephyr 0.2.0 2016-02-05 20:14:28 -05:00
Makefile.inc
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00