diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-11 21:27:02 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-11 21:52:47 +0200 |
| commit | 55b3c5c6e8fb5e55a0e507c43db5d9ef32114f64 (patch) | |
| tree | 0217f38870afa5bab38459698a3ee712f0b427cc /embassy-sync | |
| parent | 49a7770c19aab2dbab994495fb2a584b199e1080 (diff) | |
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] |
