diff options
| author | Felipe Balbi <[email protected]> | 2025-04-10 10:16:49 -0700 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-04-10 10:16:49 -0700 |
| commit | 05606d03804b431d014fa7cde23c2058b1ad2648 (patch) | |
| tree | 56d6352ee61ca41b5e57b69999932686158c64dc /examples/mimxrt6 | |
| parent | b4bbc00a0060ae1edb6178d12c9d0b9cd5a7031a (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.toml | 2 |
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 | |||
| 18 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 18 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 19 | embedded-hal-async = "1.0.0" | 19 | embedded-hal-async = "1.0.0" |
| 20 | 20 | ||
| 21 | mimxrt600-fcb = "0.1.0" | 21 | mimxrt600-fcb = "0.2.2" |
| 22 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 22 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 23 | rand = { version = "0.8.5", default-features = false } | 23 | rand = { version = "0.8.5", default-features = false } |
| 24 | 24 | ||
