diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-11 20:35:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-11 20:35:35 +0000 |
| commit | 6cc75315652a1029f032f44b5ccd5d1398da05dd (patch) | |
| tree | 0217f38870afa5bab38459698a3ee712f0b427cc /embassy-sync | |
| parent | 49a7770c19aab2dbab994495fb2a584b199e1080 (diff) | |
| parent | 55b3c5c6e8fb5e55a0e507c43db5d9ef32114f64 (diff) | |
Merge pull request #4654 from embassy-rs/devtool-ci
ci: use devtool to build.
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 30a27c13f..6494da727 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -17,6 +17,8 @@ categories = [ | |||
| 17 | [package.metadata.embassy] | 17 | [package.metadata.embassy] |
| 18 | build = [ | 18 | build = [ |
| 19 | {target = "thumbv6m-none-eabi", features = ["defmt"]}, | 19 | {target = "thumbv6m-none-eabi", features = ["defmt"]}, |
| 20 | # Xtensa builds | ||
| 21 | {group = "xtensa", build-std = ["core", "alloc"], target = "xtensa-esp32s2-none-elf", features = ["defmt"]}, | ||
| 20 | ] | 22 | ] |
| 21 | 23 | ||
| 22 | [package.metadata.embassy_docs] | 24 | [package.metadata.embassy_docs] |
