teensy4-rs-template icon indicating copy to clipboard operation
teensy4-rs-template copied to clipboard

A cargo-generate template for Teensy 4 projects

teensy4-rs-template

Check Template

A cargo-generate template for Teensy 4 projects.

cargo install cargo-generate
cargo generate --git https://github.com/mciantyre/teensy4-rs-template --name hello-world
cd hello-world
cargo objcopy --release -- -O ihex hello-world.hex

For more information, see the documentation in the teensy4-rs project.

Issues

Having an issue with the template? Want to suggest a new feature for the template? Open an issue in the teensy4-rs project.