diff options
| author | maor malka <[email protected]> | 2025-09-23 21:44:21 -0400 |
|---|---|---|
| committer | maor malka <[email protected]> | 2025-09-23 21:44:21 -0400 |
| commit | f701fc411726c57a86c0b50c649cb8bf236e7c1a (patch) | |
| tree | 61a48ac36528e7c7ae9cdbe1c22c985e8bde5a2b /embassy-time-queue-utils | |
| parent | acc3c4b98c5238950640409d6a8ab6029edda3c9 (diff) | |
| parent | 56019ba197443e16b4f0b3a0fe3ff85985f6e45c (diff) | |
Merge remote-tracking branch 'upstream/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] |
