RUST · TEENSY · EMBEDDED
Rusted Teensy Base
A base project the build projects for the teensy 3.6 Cortex-M4 in Rust.
README
Overview
What is this? This is a template for starting an embeded project with Rust on the Teensy3.6 or other Cortex M4 MK66FX1M0 board. It can be re-configured for just about any Cortex M board such as M3 or M7 if you change the memory mapped regions (in layout.ld) from the spec in it's manual datasheet.
This project is based on a tutorial blog post here, with updated utilities, newers api functions, and memory mapped for the Teensy3.6.
Another repositiory that looks useful as well: Cortex-M Quickstart
VISUALS
Project files
Rusted-Teensy-Base4 ★
A base project the build projects for the teensy 3.6 Cortex-M4 in Rust.
- .cargo
- src
- .gitignore
- Cargo.lock
- Cargo.toml
- Makefile
- README.md
- layout.ld
- rust-toolchain
Rustbranch: master