aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt6
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-04-10 10:16:49 -0700
committerFelipe Balbi <[email protected]>2025-04-10 10:16:49 -0700
commit05606d03804b431d014fa7cde23c2058b1ad2648 (patch)
tree56d6352ee61ca41b5e57b69999932686158c64dc /examples/mimxrt6
parentb4bbc00a0060ae1edb6178d12c9d0b9cd5a7031a (diff)
Update minimum FCB version to latest released
Version 0.2+ allows for the user to provide custom FCB for their platform. By default, FCB should work on MIMXRT685s EVK, by NXP. Based on PR by James Munns on the original "out-of-tree" copy of embassy-imxrt: https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387
Diffstat (limited to 'examples/mimxrt6')
-rw-r--r--examples/mimxrt6/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mimxrt6/Cargo.toml b/examples/mimxrt6/Cargo.toml
index 0e4a1ee36..8fc510c47 100644
--- a/examples/mimxrt6/Cargo.toml
+++ b/examples/mimxrt6/Cargo.toml
@@ -18,7 +18,7 @@ embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["de
18embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 18embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
19embedded-hal-async = "1.0.0" 19embedded-hal-async = "1.0.0"
20 20
21mimxrt600-fcb = "0.1.0" 21mimxrt600-fcb = "0.2.2"
22panic-probe = { version = "0.3", features = ["print-defmt"] } 22panic-probe = { version = "0.3", features = ["print-defmt"] }
23rand = { version = "0.8.5", default-features = false } 23rand = { version = "0.8.5", default-features = false }
24 24