Finomnis / teensy4-selfrebootor

A Teensy4 'rebootor' implementation that can reboot itself
Apache License 2.0
0 stars 1 forks source link

teensy4-selfrebootor

Crates.io Crates.io License Build Status docs.rs

This crate provides a USB device compatible with teensy_loader_cli -r to force the Teensy4 to reboot itself into bootloader.

This allows the board to be reprogrammed without having to press the Reset/Boot button.

A requirement of this crate is that there is no other use for the USB port, as it will fully consume it.

Examples

- examples are intended for the Teensy 4.0, Teensy 4.1 or Teensy MicroMod board -

Prerequisites

The following hardware is required for the examples:

The following software tools have to be installed:

Run