rtic/examples/teensy4_blinky
2024-02-27 12:22:18 +01:00
..
.cargo Add Monotonic for i.MX RT chip family 2023-11-08 19:43:09 +00:00
examples Make RTIC 2 work on stable by using main's stack as an allocator 2024-02-27 12:22:18 +01:00
src Make RTIC 2 work on stable by using main's stack as an allocator 2024-02-27 12:22:18 +01:00
Cargo.lock Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
Cargo.toml Use imxrt-uart-panic crate instead of custom panic handler 2023-11-08 19:43:09 +00:00
README.md Add Monotonic for i.MX RT chip family 2023-11-08 19:43:09 +00:00
run.py Add Monotonic for i.MX RT chip family 2023-11-08 19:43:09 +00:00

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:

The following software tools have to be installed:

Run

  • Connect the Teensy to PC via USB cable.
  • Press the Reset/Boot button on the Teensy.
  • Run:
    cargo run --release