We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d294f commit 0a21b4dCopy full SHA for 0a21b4d
examples/lang_support/official/rust-gcoap/Makefile
@@ -1,6 +1,9 @@
1
# name of your application
2
APPLICATION = rust_gcoap
3
4
+# TODO: Fix bug in docker image
5
+BOARD_BLACKLIST := native32 native64 native
6
+
7
# The name of crate (as per Cargo.toml package name, but with '-' replaced with '_')
8
#
9
# The presence of this triggers building Rust code contained in this
0 commit comments