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 support for a QSPI enabled flash-driver for the RP2040 board #19

Closed nihalpasham closed 2 years ago

nihalpasham commented 2 years ago

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

Sub-tasks:

Additional notes:

abhishekdhamale commented 2 years ago

Acknowledged

sarath3192 commented 2 years ago

Acknowledged

abhishekdhamale commented 2 years ago

All sub-tasks are completed and PR #45 submitted.