From 6a02b4c82bd86796babe7dcfef790d99d911cab6 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 30 Oct 2023 10:38:58 +0000 Subject: [PATCH] enable async feature of hal, this breaks because of interrupt definition for systimer --- esp-wifi/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/esp-wifi/Cargo.toml b/esp-wifi/Cargo.toml index 60517b26..5fae5fbb 100644 --- a/esp-wifi/Cargo.toml +++ b/esp-wifi/Cargo.toml @@ -71,6 +71,13 @@ async = [ "esp32-hal?/embassy", "esp32s2-hal?/embassy", "esp32s3-hal?/embassy", + "esp32c3-hal?/async", + "esp32c2-hal?/async", + "esp32c6-hal?/async", + "esp32-hal?/async", + "esp32s2-hal?/async", + "esp32s3-hal?/async", + "bleps/async" ] embassy-net = ["dep:embassy-net-driver", "async"]