diff options
Diffstat (limited to 'ports/zephyr/prj_qemu_x86.conf')
| -rw-r--r-- | ports/zephyr/prj_qemu_x86.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/zephyr/prj_qemu_x86.conf b/ports/zephyr/prj_qemu_x86.conf new file mode 100644 index 000000000..ef60cfec9 --- /dev/null +++ b/ports/zephyr/prj_qemu_x86.conf @@ -0,0 +1,6 @@ +# Networking drivers +# SLIP driver for QEMU +CONFIG_NET_SLIP_TAP=y + +# Default RAM easily overflows with uPy and networking +CONFIG_RAM_SIZE=320 |
