Felipe Balbi 05606d0380 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
2025-04-10 10:16:49 -07:00
..
2025-04-09 09:37:45 -07:00
2025-04-09 13:22:26 -07:00
2025-04-09 09:37:45 -07:00
2025-04-09 09:37:45 -07:00
2025-04-10 10:15:44 -07:00
2025-04-09 09:37:45 -07:00

embassy-imxrt-examples

Introduction

These examples illustrates how to use the embassy-imxrt HAL.

Adding Examples

Add uniquely named example to src/bin like adc.rs

Build

cd to examples folder cargo build --bin <example_name> for example, cargo build --bin adc

Run

Assuming RT685 is powered and connected to Jlink debug probe and the latest probe-rs is installed via
$ cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --locked
cd to examples folder
cargo run --bin <example_name> for example, cargo run --bin adc