From 2fd3b3c4042dd7bffc5387f589a6aef3cf44a8cb Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 1 Nov 2023 12:13:25 +0100 Subject: Add Monotonic for i.MX RT chip family --- examples/teensy4_blinky/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/teensy4_blinky/README.md (limited to 'examples/teensy4_blinky/README.md') diff --git a/examples/teensy4_blinky/README.md b/examples/teensy4_blinky/README.md new file mode 100644 index 0000000..778e712 --- /dev/null +++ b/examples/teensy4_blinky/README.md @@ -0,0 +1,25 @@ +# Teensy4 RTIC Blink example + +Working example of simple LED blinking application for Teensy4. Example uses monotonics API and peripherials access. + +## How-to + +### Prerequisites + +The following hardware is required for the examples: +- A [Teensy 4.0](https://www.pjrc.com/store/teensy40.html)/[Teensy 4.1](https://www.pjrc.com/store/teensy41.html)/[Teensy MicroMod](https://www.sparkfun.com/products/16402) development board + +The following software tools have to be installed: +- Python3 (as `python3`, or modify `run.py` to use the `python` binary) +- [`cargo-binutils`](https://crates.io/crates/cargo-binutils) +- [`teensy_loader_cli`](https://www.pjrc.com/teensy/loader_cli.html) + + +### Run + +- Connect the Teensy to PC via USB cable. +- Press the `Reset`/`Boot` button on the Teensy. +- Run: + ```bash + cargo run --release + ``` -- cgit v1.2.3