From e3e65904a48d84f6d1d85c50362ffeb1e8d79f51 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 16 Oct 2024 12:06:29 +0200 Subject: [PATCH] WIP: Use https://github.com/probe-rs/probe-rs/pull/2846 --- examples/coap/Embed.toml => example-embed.toml | 0 laze-project.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/coap/Embed.toml => example-embed.toml (100%) diff --git a/examples/coap/Embed.toml b/example-embed.toml similarity index 100% rename from examples/coap/Embed.toml rename to example-embed.toml diff --git a/laze-project.yml b/laze-project.yml index defbbc335..e6eaca21f 100644 --- a/laze-project.yml +++ b/laze-project.yml @@ -96,7 +96,7 @@ contexts: cmd: - ./scripts/provisioning-processor # just like embed - - cd ${appdir} && ${CARGO_ENV} cargo ${CARGO_ARGS} embed --${PROFILE} ${FEATURES} --chip ${PROBE_RS_CHIP} + - cd ${appdir} && ${CARGO_ENV} cargo ${CARGO_ARGS} embed --${PROFILE} ${FEATURES} --chip ${PROBE_RS_CHIP} --config-file ../../example-embed.toml cargo-test: cmd: