diff options
| author | chemicstry <[email protected]> | 2023-07-25 12:19:42 +0300 |
|---|---|---|
| committer | chemicstry <[email protected]> | 2023-07-25 12:19:42 +0300 |
| commit | a56ef685f3bfd9148a79c9dbbdde83a2c1642ba5 (patch) | |
| tree | ef9973efade947e68c9d64670c08329fb522ff85 | |
| parent | 62ab0bf2e75c560aa255ab51aab1f5ebf591ba97 (diff) | |
stm32: forward defmt feature to embassy-time
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 0fb6fdb56..cb0644338 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -80,7 +80,7 @@ stm32-metapac = { version = "13", default-features = false, features = ["metadat | |||
| 80 | default = ["rt"] | 80 | default = ["rt"] |
| 81 | rt = ["stm32-metapac/rt"] | 81 | rt = ["stm32-metapac/rt"] |
| 82 | 82 | ||
| 83 | defmt = ["dep:defmt", "bxcan/unstable-defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "embedded-io?/defmt", "embassy-usb-driver?/defmt", "embassy-net-driver/defmt"] | 83 | defmt = ["dep:defmt", "bxcan/unstable-defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "embedded-io?/defmt", "embassy-usb-driver?/defmt", "embassy-net-driver/defmt", "embassy-time?/defmt"] |
| 84 | memory-x = ["stm32-metapac/memory-x"] | 84 | memory-x = ["stm32-metapac/memory-x"] |
| 85 | exti = [] | 85 | exti = [] |
| 86 | 86 | ||
| @@ -1445,4 +1445,4 @@ stm32wle5cb = [ "stm32-metapac/stm32wle5cb" ] | |||
| 1445 | stm32wle5cc = [ "stm32-metapac/stm32wle5cc" ] | 1445 | stm32wle5cc = [ "stm32-metapac/stm32wle5cc" ] |
| 1446 | stm32wle5j8 = [ "stm32-metapac/stm32wle5j8" ] | 1446 | stm32wle5j8 = [ "stm32-metapac/stm32wle5j8" ] |
| 1447 | stm32wle5jb = [ "stm32-metapac/stm32wle5jb" ] | 1447 | stm32wle5jb = [ "stm32-metapac/stm32wle5jb" ] |
| 1448 | stm32wle5jc = [ "stm32-metapac/stm32wle5jc" ] \ No newline at end of file | 1448 | stm32wle5jc = [ "stm32-metapac/stm32wle5jc" ] |
