aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15
diff options
context:
space:
mode:
authorYuri Astrakhan <[email protected]>2025-05-18 20:51:15 +0200
committerDario Nieuwenhuis <[email protected]>2025-05-18 20:52:09 +0200
commitef0f29f0ede245671ffd82fcf384a9105f174c24 (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /examples/nrf54l15
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
Diffstat (limited to 'examples/nrf54l15')
-rw-r--r--examples/nrf54l15/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nrf54l15/Cargo.toml b/examples/nrf54l15/Cargo.toml
index 8848065d8..4b229d06d 100644
--- a/examples/nrf54l15/Cargo.toml
+++ b/examples/nrf54l15/Cargo.toml
@@ -9,9 +9,9 @@ embassy-executor = { version = "0.7.0", path = "../../embassy-executor", feature
9embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 9embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
10embassy-nrf = { version = "0.3.1", path = "../../embassy-nrf", features = ["defmt", "nrf54l15-app-s", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } 10embassy-nrf = { version = "0.3.1", path = "../../embassy-nrf", features = ["defmt", "nrf54l15-app-s", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
11 11
12defmt = "0.3" 12defmt = "1.0.1"
13defmt-rtt = "0.4" 13defmt-rtt = "1.0.0"
14panic-probe = { version = "0.3", features = ["print-defmt"] } 14panic-probe = { version = "1.0.0", features = ["print-defmt"] }
15 15
16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
17cortex-m-rt = "0.7.0" 17cortex-m-rt = "0.7.0"