Merge pull request #4051 from akeamc/embassy-executor-critical-section-no-std

embassy-executor: Don't enable critical-section/std for `arch-std`
This commit is contained in:
Dario Nieuwenhuis 2025-04-06 22:06:53 +02:00 committed by GitHub
commit f9c66c5ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ turbowakers = []
#! ### Architecture
_arch = [] # some arch was picked
## std
arch-std = ["_arch", "critical-section/std"]
arch-std = ["_arch"]
## Cortex-M
arch-cortex-m = ["_arch", "dep:cortex-m"]
## RISC-V 32