Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.24 KB

Telemetry Transponder

Requisites

  • Rust
  • ARM Toolchain (for debugging)
  • OpenOCD (for debugging)

Setup

# Add cross-compilation target
rustup target add thumbv7em-none-eabihf
# Install probe-run
cargo install probe-run

On Linux you may need to configure your udev rules to allow running without root.

Running

The following will compile, flash and debug the program.

DEFMT_LOG=info cargo run

References

About Team Arrow

Team Arrow Racing Association is a volunteer organisation that designs, develops and races world-class solar powered vehicles. This repository is part of our endevour to build in the open and make our learnings accessible to anyone.

You can find our more about Team Arrow on our website.