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.
Stars
292
Forks
28
Watchers
292
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
160
commits
50
commits
15
commits
12
commits
11
commits
9
commits
6
commits
5
commits
fix(hal/imx8mn): fix for uSDHC driver, sending sd-cmds now works
8437fd2View on GitHubdocs(hal/imx8mn): added debug log - bootloaders/imx8mn/debug.md
6dcad2eView on GitHubdocs(hal/imx8mn): added more debug logs to uSDHC driver impl
1f2d4edView on GitHubfeat(hal/imx8mn): added test code to test armv8 exception handling impl
cead96dView on GitHubfeat(hal/imx8mn): added support to disable mmu and i+d caches to usdhc2 driver
b898123View on GitHubfix(hal/imx8mn): removed card-detect logic from usdhc2 driver
ec21935View on GitHub