aboutsummaryrefslogtreecommitdiff
path: root/examples/teensy4_blinky
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2023-12-06 08:49:38 +0100
committerGitHub <noreply@github.com>2023-12-06 07:49:38 +0000
commit89160b7cb9b3623e0a50f6745296d470fa7ea79d (patch)
tree1409920c1fe8dec4857cd1e73f2f02485229fcad /examples/teensy4_blinky
parent1622f6b953c93c3a680769636b60733f281f1ac0 (diff)
Fix nrf monotonics (#852)
* Fix nrf::timer * Bootstrap nrf52840-blinky example * More work on nrf blinky example * Fix README * Add asserts for correct timer functionality * Add correctness check to other monotonics as well * Update Changelog * Fix potential timing issues * Fix race condition in nrf::rtc * Add changelog * Add rtc blinky example * Change rtc example to RC lf clock source * Add changelog to rtic-time * Add changelog * Attempt to fix CI * Update teensy4-blinky Cargo.lock
Diffstat (limited to 'examples/teensy4_blinky')
-rw-r--r--examples/teensy4_blinky/Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/teensy4_blinky/Cargo.lock b/examples/teensy4_blinky/Cargo.lock
index 408bfe7..314eae0 100644
--- a/examples/teensy4_blinky/Cargo.lock
+++ b/examples/teensy4_blinky/Cargo.lock
@@ -133,9 +133,9 @@ dependencies = [
[[package]]
name = "embedded-hal"
-version = "1.0.0-rc.1"
+version = "1.0.0-rc.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2894bc2f0457b8ca3d6b8ab8aad64d9337583672494013457f86c5a9146c0e22"
+checksum = "3e57ec6ad0bc8eb967cf9c9f144177f5e8f2f6f02dad0b8b683f9f05f6b22def"
[[package]]
name = "equivalent"
@@ -440,12 +440,12 @@ dependencies = [
[[package]]
name = "rtic-monotonics"
-version = "1.3.0"
+version = "1.4.0"
dependencies = [
"atomic-polyfill",
"cfg-if",
"cortex-m",
- "embedded-hal 1.0.0-rc.1",
+ "embedded-hal 1.0.0-rc.2",
"fugit",
"imxrt-ral",
"rtic-time",
@@ -453,7 +453,7 @@ dependencies = [
[[package]]
name = "rtic-time"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"critical-section",
"futures-util",