mdaffin / teensy-3-rust

A bare metal example of blink written in rust for the teensy 3.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust on the teensy 3.1

A bare metal example of blink written in rust for the teensy 3.1

Requirements

  • rustc nightly
  • cargo
  • arm-none-eabi-gcc
  • arm-none-eabi-ar
  • arm-none-eabi-objcopy
  • teensy-loader-cli

Compile and upload

./flash.sh

About

A bare metal example of blink written in rust for the teensy 3.1

License:MIT License


Languages

Language:Rust 96.0%Language:Shell 4.0%