Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 628 Bytes

Rust on the cc3200

Build Status

Prerequisites

  • Install rust nightly from https://rustup.rs/
  • Install xargo with cargo install xargo
  • Install openocd (for instance the default 0.9.0 version from Ubuntu)

Building, etc.

Build with ./build.sh

Load on the board to debug with ./run.sh

Flash with ./flash.sh

Note that flashing requires the use of cc3200tool, which can be installed by following the README here