diff options
| author | xoviat <[email protected]> | 2023-05-30 21:15:26 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 21:15:26 -0500 |
| commit | 35083b262b364387713f4273649b62180123182c (patch) | |
| tree | 057e5af7cd71b6fad6e5b15a25d03c46fdfca0f5 /docs/modules | |
| parent | 16bfbd4e99dbc765c93610557a7857a9013ff756 (diff) | |
| parent | 98398d31f7d9bbda06fbb97804ba6844298710bc (diff) | |
Merge branch 'main' into can
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml | 4 | ||||
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml index 523de0ddf..a7236ed5e 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml | |||
| @@ -7,8 +7,8 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = "0.7" | 8 | cortex-m = "0.7" |
| 9 | cortex-m-rt = "0.7" | 9 | cortex-m-rt = "0.7" |
| 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"], default-features = false } | 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"] } |
| 11 | embassy-executor = { version = "0.2.0", default-features = false, features = ["nightly", "arch-cortex-m", "executor-thread"] } | 11 | embassy-executor = { version = "0.2.0", features = ["nightly", "arch-cortex-m", "executor-thread"] } |
| 12 | 12 | ||
| 13 | defmt = "0.3.0" | 13 | defmt = "0.3.0" |
| 14 | defmt-rtt = "0.3.0" | 14 | defmt-rtt = "0.3.0" |
diff --git a/docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml index f86361dd5..c15de2db2 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml | |||
| @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = "0.7" | 8 | cortex-m = "0.7" |
| 9 | cortex-m-rt = "0.7" | 9 | cortex-m-rt = "0.7" |
| 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x"], default-features = false } | 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3.0" | 12 | defmt = "0.3.0" |
| 13 | defmt-rtt = "0.3.0" | 13 | defmt-rtt = "0.3.0" |
