slip: Add driver for host to qemu connectivity
The SLIP driver is using UART pipe driver to communicate with host when Zephyr is running in Qemu. Currently this is only used by networking sub-system when testing the networking stack. Change-Id: I432b4136670766a7fc190f146057924c266f9bea Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
69b8c675a6
commit
2ddb7ce42e
6 changed files with 467 additions and 0 deletions
|
@ -27,6 +27,8 @@ source "drivers/console/Kconfig"
|
|||
|
||||
source "drivers/ethernet/Kconfig"
|
||||
|
||||
source "drivers/slip/Kconfig"
|
||||
|
||||
source "drivers/serial/Kconfig"
|
||||
|
||||
source "drivers/interrupt_controller/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue