diff options
author | Kushal Das <mail@kushaldas.in> | 2017-03-22 19:06:34 +0530 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-26 00:22:48 +0300 |
commit | 083cd21a741e4537f743db19871cc605e31aed96 (patch) | |
tree | 2979733616b4c0374ff26a3fff636832ff95b062 | |
parent | f85fd79c6c37cdbd32d9edc37efc985f1f4bc3bb (diff) | |
download | micropython-083cd21a741e4537f743db19871cc605e31aed96.tar.gz micropython-083cd21a741e4537f743db19871cc605e31aed96.zip |
zephyr: Add 96b_carbon configuration.
As there's no networking support in mainline yet, networking is disabled,
because otherwise the board hangs on startup.
-rw-r--r-- | zephyr/prj_96b_carbon.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/prj_96b_carbon.conf b/zephyr/prj_96b_carbon.conf new file mode 100644 index 0000000000..3e41e25329 --- /dev/null +++ b/zephyr/prj_96b_carbon.conf @@ -0,0 +1,2 @@ +# TODO: Enable networking +CONFIG_NETWORKING=n |