mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-05 01:55:31 +02:00
Write welcome page for bare-metal Rust.
This commit is contained in:
parent
d507096d31
commit
120ef6331f
@ -1 +1,9 @@
|
|||||||
# Welcome to Bare Metal Rust
|
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user