James Munns
@bitshiftmask
james.munns@ferrous-systems.com
2019-03-16
Just a personal project
Official Mozilla Project
Stable 1.0 Release
Stable Embedded Systems Support
Don’t Break Userspace
https://rustup.rs
Rustup, Cargo, and Rustc
rustup target add thumbv7em-none-eabihf
A build system and package manager
$ tree .
.
├── Cargo.toml
└── src
└── main.rs
[package]
name = "sensor-node"
version = "0.1.0"
authors = ["James Munns <james.munns@ferrous-systems.com>"]
edition = "2018"
[dependencies]
panic-ramdump = "0.1.0"
nb = "0.1.1"
cortex-m-rtfm = "0.4.1"
nrf52832-pac = "0.6.0"
A 1.0 Ecosystem
icon by Freepik from flaticon.com
ferrous-systems.com
Embedded Rust in Fifteen Minutes
James Munns
@bitshiftmask
james.munns@ferrous-systems.com
https://github.com/ferrous-systems/rust-in-fifteen-mins