rtic/examples/teensy4_blinky
Henrik Tjäder 918f9c3f13
Breaking change: portable-atomic (#922)
* Atomics: Replace polyfill with portable-atomic

* Update Cargo.lock for examples

* RTIC: portable-atomic: Update changelog

* rtic-monotonics: portable-atomic: Update changelog

* lm3s6965: enable critical-section when testing

* xtask: Enable portable-atomic/critical-section

When dealing with rtic-monotonics

* rtic-monotonics: portable-atomics: Do not disable the ability to fallback

---------

Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2024-06-23 06:45:49 +00:00
..
.cargo Add Monotonic for i.MX RT chip family 2023-11-08 19:43:09 +00:00
examples Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
src Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
Cargo.lock Breaking change: portable-atomic (#922) 2024-06-23 06:45:49 +00:00
Cargo.toml Monotonic rewrite (#874) 2024-04-10 22:00:38 +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