SRUG 2024.04 Meetup
FutureWei/Linux Foundation Europe
giving OSSNA Talks on:
* Servo
* Robius
Offered to speak to our group
Pizza will be provided!
1. Bare-Metal Embedded Rust II (Brad G.)
On a Raspberry Pi Pico
- Brad G.
Prerequisites:
1. https://www.rust-lang.org/tools/install
2. `rustup target add thumbv6m-none-eabi`
Mac: `brew install git` (see https://brew.sh/) or
https://github.com/git-guides/install-git
Ubuntu: `apt install git`
Windows: https://github.com/git-guides/install-git
cargo generate --git https://github.com/u007d/embassy-template --name led_game --force