Awesome
teensy4-rs-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.