Merge pull request #1533 from 0x4A6F/main-oreboot

Add oreboot to Embedded/Firmware
This commit is contained in:
Tom Parker-Shemilt 2023-07-21 19:55:39 +01:00 committed by GitHub
commit 12dec4d04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -616,6 +616,8 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [japaric/xargo](https://github.com/japaric/xargo) — effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
* Espressif
* [esp-rs](https://github.com/esp-rs) home to a number of community projects enabling the use of the Rust programming language on various SoCs and modules produced by Espressif Systems.
* Firmware
* [oreboot/oreboot](https://github.com/oreboot/oreboot) — oreboot is a fork of coreboot, with C removed, written in Rust
* nRF
* [nrf-rs/nrf-hal](https://github.com/nrf-rs/nrf-hal) — A Rust HAL for the nRF family of devices