From 5e779638f075036584646fbff71da3ad1e9b0a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Wed, 16 Oct 2024 14:31:12 +0200 Subject: [PATCH] Don't enable xtensa-lx/spin --- esp32/Cargo.toml | 2 +- esp32s3/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32/Cargo.toml b/esp32/Cargo.toml index 23cb90e6d..d3f77592e 100644 --- a/esp32/Cargo.toml +++ b/esp32/Cargo.toml @@ -34,7 +34,7 @@ xtensa-lx = "0.9.0" defmt = { version = "0.3.8", optional = true } [features] -default = ["xtensa-lx/spin"] +default = [] rt = [] impl-register-debug = [] defmt = ["dep:defmt"] diff --git a/esp32s3/Cargo.toml b/esp32s3/Cargo.toml index f82db2d90..b22c4ece4 100644 --- a/esp32s3/Cargo.toml +++ b/esp32s3/Cargo.toml @@ -34,7 +34,7 @@ xtensa-lx = "0.9.0" defmt = { version = "0.3.8", optional = true } [features] -default = ["xtensa-lx/spin"] +default = [] rt = [] impl-register-debug = [] defmt = ["dep:defmt"]