diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-24 22:57:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 22:57:46 +0000 |
| commit | 47bac9df70492cd9c1b1f8617c1abc1209ee3338 (patch) | |
| tree | 2915a74fde18bdca6fa4d4e98739e656de73a15c /examples | |
| parent | 78f8e6112a506633a0b2dcaba9434f376256b77c (diff) | |
| parent | 996c3c1f7e389b1e7d26ca6f02524fff3d63212e (diff) | |
Merge pull request #2216 from embassy-rs/stable
executor: add support for main/task macros in stable Rust
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf-rtos-trace/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml index e30b13f28..e3524deb4 100644 --- a/examples/nrf-rtos-trace/Cargo.toml +++ b/examples/nrf-rtos-trace/Cargo.toml | |||
| @@ -17,7 +17,7 @@ log = [ | |||
| 17 | 17 | ||
| 18 | [dependencies] | 18 | [dependencies] |
| 19 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } | 19 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 20 | embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "rtos-trace-interrupt", "integrated-timers"] } | 20 | embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] } |
| 21 | embassy-time = { version = "0.1.5", path = "../../embassy-time" } | 21 | embassy-time = { version = "0.1.5", path = "../../embassy-time" } |
| 22 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } | 22 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } |
| 23 | 23 | ||
