diff options
| author | Felipe Balbi <[email protected]> | 2025-04-03 08:47:25 -0700 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-04-09 09:37:45 -0700 |
| commit | aa9a16e569dfb56ce2b689733975f4d854af0b00 (patch) | |
| tree | 865ae0aa84bcb4c438463d34dd567ea07abe98e3 /examples/mimxrt6/README.md | |
| parent | 0ec3e78c1bb0cdb20749cca4b294cb8a16e7fd43 (diff) | |
Add embassy-imxrt
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent
PRs will add more drivers.
Diffstat (limited to 'examples/mimxrt6/README.md')
| -rw-r--r-- | examples/mimxrt6/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/mimxrt6/README.md b/examples/mimxrt6/README.md new file mode 100644 index 000000000..6d5031cf9 --- /dev/null +++ b/examples/mimxrt6/README.md | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # embassy-imxrt-examples | ||
| 2 | |||
| 3 | ## Introduction | ||
| 4 | |||
| 5 | These examples illustrates how to use the embassy-imxrt HAL. | ||
| 6 | |||
| 7 | ## Adding Examples | ||
| 8 | Add uniquely named example to `src/bin` like `adc.rs` | ||
| 9 | |||
| 10 | ## Build | ||
| 11 | `cd` to examples folder | ||
| 12 | `cargo build --bin <example_name>` for example, `cargo build --bin adc` | ||
| 13 | |||
| 14 | ## Run | ||
| 15 | Assuming RT685 is powered and connected to Jlink debug probe and the latest probe-rs is installed via | ||
| 16 | `$ cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --locked` | ||
| 17 | `cd` to examples folder | ||
| 18 | `cargo run --bin <example_name>` for example, `cargo run --bin adc` \ No newline at end of file | ||
