diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 19:20:26 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 44282b18faf77b7ff2fa521eb7995fa46ca16e01 (patch) | |
| tree | 258ada0afe8ef865c7f375580baf7efbcfe17cac /examples/nrf-rtos-trace | |
| parent | fb0ab1e42af8dd28d8f305c0db922756498ea6ca (diff) | |
Prepare embassy-time release
Diffstat (limited to 'examples/nrf-rtos-trace')
| -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 70a89bb30..d87f089f3 100644 --- a/examples/nrf-rtos-trace/Cargo.toml +++ b/examples/nrf-rtos-trace/Cargo.toml | |||
| @@ -17,7 +17,7 @@ log = [ | |||
| 17 | [dependencies] | 17 | [dependencies] |
| 18 | embassy-sync = { version = "0.6.0", path = "../../embassy-sync" } | 18 | embassy-sync = { version = "0.6.0", path = "../../embassy-sync" } |
| 19 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] } | 19 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] } |
| 20 | embassy-time = { version = "0.3.1", path = "../../embassy-time" } | 20 | embassy-time = { version = "0.3.2", path = "../../embassy-time" } |
| 21 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } | 21 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } |
| 22 | 22 | ||
| 23 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 23 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
