Skip to content

cs140e/rpi3-rust-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi 3 Rust Starter Template

How to use this:

  1. Install the aarch64-none-elf toolchain.

    • On Linux, download the linaro toolchain. Add bin/ to your $PATH.
    • On Mac: brew tap SergioBenitez/osxct && brew install aarch64-none-elf.
  2. Install Rust nightly.

    Assuming you have rustup installed, this is as easy as rustup default nightly.

  3. Install Xargo.

    rustup component add rust-src
    cargo install xargo

You can now call:

  • make: creates build/template.{a,elf,hex.bin}

About

Raspberry Pi 3 Rust Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published