Merge pull request #4071 from felipebalbi/update-mimxrt600-fcb

Convert tabs into spaces in `memory.x` and update mimxrt600 fcb
This commit is contained in:
James Munns 2025-04-10 17:20:49 +00:00 committed by GitHub
commit efde7e2841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 27 deletions

View File

@ -18,7 +18,7 @@ embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["de
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
embedded-hal-async = "1.0.0"
mimxrt600-fcb = "0.1.0"
mimxrt600-fcb = "0.2.2"
panic-probe = { version = "0.3", features = ["print-defmt"] }
rand = { version = "0.8.5", default-features = false }