From 906278e31026df8874b1b1593af8f92ce6d7e247 Mon Sep 17 00:00:00 2001 From: onsdagens <112828711+onsdagens@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:35:41 +0200 Subject: Adjust esp32c3 codegen, bump pac to 0.21.0 (#906) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * adjust esp32c3 codegen, bump pac to 0.21.0 * add esp32c3 example * adjust workflow flags * CI: Fix esp32c3 comment * esp32c3: Remove commented out git-dep * CI: Actually check the ESP32-C3 examples * Autoformat rtic/cargo.toml --------- Co-authored-by: Henrik Tjäder --- xtask/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'xtask/src/main.rs') diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 0c56b42..1eddcff 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -109,7 +109,6 @@ fn main() -> anyhow::Result<()> { backend )); } - let examples_path = format!("./examples/{}/examples", platform.name()); let examples: Vec<_> = std::fs::read_dir(examples_path)? .filter_map(|p| p.ok()) -- cgit v1.2.3