diff options
| author | Rice <[email protected]> | 2025-09-12 17:17:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-12 17:17:41 -0400 |
| commit | 97adc129b89bcf8278becb603f8f4a7287429287 (patch) | |
| tree | dc7fc4021dc638867430ebdf43ec6576395ee53c /embassy-time-queue-utils | |
| parent | 139ee907755bfa7817001c3ebc4a38eaf31cf243 (diff) | |
| parent | abcf0ff2e17e698322c2b92238a53e2d4de328f8 (diff) | |
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'embassy-time-queue-utils')
| -rw-r--r-- | embassy-time-queue-utils/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-time-queue-utils/Cargo.toml b/embassy-time-queue-utils/Cargo.toml index e1abf1cd8..13da62874 100644 --- a/embassy-time-queue-utils/Cargo.toml +++ b/embassy-time-queue-utils/Cargo.toml | |||
| @@ -56,6 +56,9 @@ _generic-queue = [] | |||
| 56 | build = [ | 56 | build = [ |
| 57 | {target = "thumbv6m-none-eabi", features = []}, | 57 | {target = "thumbv6m-none-eabi", features = []}, |
| 58 | {target = "thumbv6m-none-eabi", features = ["generic-queue-8"]}, | 58 | {target = "thumbv6m-none-eabi", features = ["generic-queue-8"]}, |
| 59 | # Xtensa builds | ||
| 60 | {group = "xtensa", build-std = ["core", "alloc"], target = "xtensa-esp32s2-none-elf", features = []}, | ||
| 61 | {group = "xtensa", build-std = ["core", "alloc"], target = "xtensa-esp32s2-none-elf", features = ["generic-queue-8"]}, | ||
| 59 | ] | 62 | ] |
| 60 | 63 | ||
| 61 | [package.metadata.embassy_docs] | 64 | [package.metadata.embassy_docs] |
