rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.
MIT License
214
stars
21
forks
source link
Add a rust-based flash driver for STM32F334 dev-board #20
In order to port rustBoot to the
STM32F334
board, we'll need to implement a flash-driver written in rust.Sub-tasks:
FlashInterface
trait.Additional notes:
FlashInterface
trait), applicable to your board.