diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-15 17:05:45 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:50 +0200 |
| commit | a34e0b1ec57350cfa1d61aa6fc2eced077be5623 (patch) | |
| tree | f2272f878eda77d2f148152bfa6b9f4fcbb7d84e /embassy-usb-dfu/Cargo.toml | |
| parent | 648938b6623954a71ecee2990d57ce9df2e197b7 (diff) | |
Add build command.
Diffstat (limited to 'embassy-usb-dfu/Cargo.toml')
| -rw-r--r-- | embassy-usb-dfu/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml index 8d1f231ed..ce2f80b31 100644 --- a/embassy-usb-dfu/Cargo.toml +++ b/embassy-usb-dfu/Cargo.toml | |||
| @@ -12,6 +12,12 @@ categories = [ | |||
| 12 | "asynchronous" | 12 | "asynchronous" |
| 13 | ] | 13 | ] |
| 14 | 14 | ||
| 15 | [package.metadata.embassy] | ||
| 16 | build = [ | ||
| 17 | { target = "thumbv7em-none-eabi", features = [ "defmt", "cortex-m", "dfu" ] }, | ||
| 18 | { target = "thumbv7em-none-eabi", features = [ "defmt", "cortex-m", "application" ] }, | ||
| 19 | ] | ||
| 20 | |||
| 15 | [package.metadata.embassy_docs] | 21 | [package.metadata.embassy_docs] |
| 16 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb-dfu/src/" | 22 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb-dfu/src/" |
| 17 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb-dfu/src/" | 23 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb-dfu/src/" |
