diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-17 11:52:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-17 11:52:36 +0200 |
| commit | 12cb85c54c97e8d8081611018c065be2957171c5 (patch) | |
| tree | 71e84122a1703c99dee227a9f2e76f919fe41163 /embassy-time-queue-utils | |
| parent | 40f5161c326166380b1af19170e7db15644b92b1 (diff) | |
| parent | 90f6497959adf6f0f0a65f1c53be0bd6b0e3f1a7 (diff) | |
Merge branch 'main' into usb_dfu_reset
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] |
