diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 21:58:51 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 21:58:51 +0300 |
commit | d57c6564dc270f52e131162f682c706f44696a16 (patch) | |
tree | 97137f191c54ed094d3082fafd67f64841ccfb6d | |
parent | 50d7ed325af28317c4ee8d771f93e8602fac1e19 (diff) | |
download | micropython-d57c6564dc270f52e131162f682c706f44696a16.tar.gz micropython-d57c6564dc270f52e131162f682c706f44696a16.zip |
zephyr/prj_qemu_x86.conf: Bump RAM size to 320K.
-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 |