From 890d2616d21c5abd99a15cd5b9811c96440f8193 Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 29 Aug 2022 20:32:07 +0200 Subject: Trivial timer test --- examples/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/Cargo.toml') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index b3f03a9..904ab0e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -16,8 +16,8 @@ ble-gatt-server = ["nrf-softdevice/ble-gatt-server"] ble-gatt-client = ["nrf-softdevice/ble-gatt-client"] [dependencies] -embassy-executor = { version = "0.1.0", features = ["nightly", "defmt"]} -embassy-time = { version = "0.1.0", features = ["nightly", "defmt", "defmt-timestamp-uptime"]} +embassy-executor = { version = "0.1.0", features = ["nightly", "defmt", "integrated-timers"]} +embassy-time = { version = "0.1.0", features = ["nightly", "defmt", "defmt-timestamp-uptime", "tick-32768hz"]} embassy-sync = { version = "0.1.0" } embassy-nrf = { version = "0.1.0", features = [ "nightly", "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]} cortex-m = "0.7.2" @@ -32,6 +32,7 @@ embedded-storage-async = "0.3.0" futures = { version = "0.3.5", default-features = false } fixed = "1.2.0" heapless = "0.7.1" +static_cell = "1.0.0" atomic-pool = "0.2.1" [[bin]] -- cgit v1.2.3