Skip to content

Commit

Permalink
Enable nib module in coap-handler-demos
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 9, 2024
1 parent 358866f commit 93471d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"
riot-sys = { version = "*", features = [ "keep-extern-types" ] }
riot-wrappers = { version = "*", features = [ "with_coap_handler", "with_embedded_nal", "with_msg_v2", "nightly_docs", "with_embedded_nal_async", "with_embedded_hal_async", "set_panic_handler" ] }
riot-shell-commands = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = ["saul", "ztimer", "nightly_docs"] }
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs", "saul", "i2c", "gpio", "ping", "nightly_docs" ] }
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs", "saul", "i2c", "gpio", "ping", "nightly_docs", "nib" ] }
embassy-executor-riot = { git = "https://gitlab.com/etonomy/riot-module-examples/" }

# "_all" depends on lsm303agr and that requires a $BOARDDIR/include/lsm303agr-config.rs to be present, so doing a manual listing instead until I have a better idea
Expand Down

0 comments on commit 93471d4

Please sign in to comment.