Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.25 KB

readmeMJH.md

File metadata and controls

37 lines (28 loc) · 1.25 KB

Mon September 16 11:41:10 2019 cd into the root of the repo

rustup target add thumbv6m-none-eabi cargo build

-> see runMe.sh shell script

Successfully compiles on TECRA laptop but not on LM White Tower

Compiling microbit v0.7.0
error: Edition 2018 is unstable and only available for nightly builds of rustc.

error: Could not compile microbit.
warning: build failed, waiting for other jobs to finish... error: build failed
Using geany 1.33 to edit and build other Rust programs. Geany reminds me about Cargo Test and Cargo Bench. Online builder reminds me about rustFmt

READ THIS The big factor to making everything compile is to use the latest versions so execute updateMe.sh

sudo apt install openocd ./bin/flash leds ./sendToBBC.sh sudo apt install binutils-arm-none-eabi

./bin/flash serial_buttons picocom -b 115200 /dev/ttyACM0