diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-14 17:01:26 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-14 17:01:26 +0300 |
commit | ce2703599f844b73f3eab10b96197a01bc01ccf2 (patch) | |
tree | a7f7dae3ecbc2e1fd16863bd32b5bf69498aa06d /zephyr | |
parent | 64916436b2b6ded6770cd58d3cb4f5382c2f7d1e (diff) | |
download | micropython-ce2703599f844b73f3eab10b96197a01bc01ccf2.tar.gz micropython-ce2703599f844b73f3eab10b96197a01bc01ccf2.zip |
zephyr: Add qemu_cortex_m3 config fragment.
Should work for QEMU networking with soon-to-merged upstream patch.
Diffstat (limited to 'zephyr')
-rw-r--r-- | zephyr/prj_qemu_cortex_m3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/prj_qemu_cortex_m3.conf b/zephyr/prj_qemu_cortex_m3.conf new file mode 100644 index 0000000000..09614c3620 --- /dev/null +++ b/zephyr/prj_qemu_cortex_m3.conf @@ -0,0 +1,3 @@ +# Networking drivers +# SLIP driver for QEMU +CONFIG_NET_SLIP_TAP=y |