diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:26:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-04 13:26:32 +0000 |
| commit | d2dcbed920f116368dd00ee997e93dcd90270ca5 (patch) | |
| tree | 6cbac9f68d1f40808b476136c02363e6fad47e63 /examples/nrf52840 | |
| parent | d7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (diff) | |
| parent | 334900752ab0462a78ac4f327c7141418d24ca1d (diff) | |
Merge pull request #2248 from MabezDev/new-releases
embassy-sync 0.5 & embassy-time 0.2
Diffstat (limited to 'examples/nrf52840')
| -rw-r--r-- | examples/nrf52840/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml index be5219225..06cd15b07 100644 --- a/examples/nrf52840/Cargo.toml +++ b/examples/nrf52840/Cargo.toml | |||
| @@ -12,9 +12,9 @@ nightly = [ | |||
| 12 | 12 | ||
| 13 | [dependencies] | 13 | [dependencies] |
| 14 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 14 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 15 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync", features = ["defmt"] } | 15 | embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] } |
| 16 | embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] } | 16 | embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] } |
| 17 | embassy-time = { version = "0.1.5", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } | 17 | embassy-time = { version = "0.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } |
| 18 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } | 18 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } |
| 19 | embassy-net = { version = "0.2.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } | 19 | embassy-net = { version = "0.2.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } |
| 20 | embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] } | 20 | embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] } |
