1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-01 17:34:25 +02:00

Write welcome page for bare-metal Rust.

This commit is contained in:
Andrew Walbran 2023-02-10 04:06:07 +00:00
parent d507096d31
commit 120ef6331f

View File

@ -1 +1,9 @@
# Welcome to Bare Metal Rust
Today we will talk about `bare-metal` Rust: running Rust code without an OS underneath us. This will
be divided into several parts:
* What is `no_std` Rust?
* Writing firmware for microcontrollers.
* Writing bootloader / kernel code for application processors.
* Some useful crates for bare-metal Rust development.