diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-12-09 00:28:14 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-15 18:49:57 +0100 |
| commit | 2f2e2c6031a1abaecdac5ed2febe109e647fe6fd (patch) | |
| tree | 57ecbf9d7c0ab5e9439f12aedeaa58d0156d1605 /embassy-stm32 | |
| parent | b268b1795fed58544c166c41842ce0d66328aa3e (diff) | |
Make `integrated-timers` the default, remove Cargo feature.
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 82030f99f..47e9e8bb9 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -126,7 +126,6 @@ defmt = [ | |||
| 126 | exti = [] | 126 | exti = [] |
| 127 | low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ] | 127 | low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ] |
| 128 | low-power-debug-with-sleep = [] | 128 | low-power-debug-with-sleep = [] |
| 129 | integrated-timers = ["dep:embassy-executor", "_time-driver"] | ||
| 130 | 129 | ||
| 131 | ## Automatically generate `memory.x` file using [`stm32-metapac`](https://docs.rs/stm32-metapac/) | 130 | ## Automatically generate `memory.x` file using [`stm32-metapac`](https://docs.rs/stm32-metapac/) |
| 132 | memory-x = ["stm32-metapac/memory-x"] | 131 | memory-x = ["stm32-metapac/memory-x"] |
