micropython/ports/zephyr/boards/qemu_x86.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
172 B
Plaintext
Raw Normal View History

# Interrupt-driven UART console has emulation artifacts under QEMU,
# disable it
CONFIG_CONSOLE_SUBSYS=n
# Networking drivers
# SLIP driver for QEMU
CONFIG_NET_SLIP_TAP=y