nihalpasham / rustBoot

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 NVMC driver for the ATSAM4L8-XPRO board #22

Open nihalpasham opened 2 years ago

nihalpasham commented 2 years ago

In order to port rustBoot to the ATSAM4L8-XPRO board, we'll need to implement a flash-driver written in rust.

Sub-tasks:

Additional notes:

UdayakumarHidakal commented 2 years ago

Acknowledged

imrank03 commented 2 years ago

Acknowledged.