diff options
-rw-r--r-- | zephyr/prj_qemu_x86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/prj_qemu_x86.conf b/zephyr/prj_qemu_x86.conf index cb90834ac0..ef60cfec91 100644 --- a/zephyr/prj_qemu_x86.conf +++ b/zephyr/prj_qemu_x86.conf @@ -3,4 +3,4 @@ CONFIG_NET_SLIP_TAP=y # Default RAM easily overflows with uPy and networking -CONFIG_RAM_SIZE=256 +CONFIG_RAM_SIZE=320 |