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

Rust signing tool support was added . #42

Closed yashwanthsinghm closed 2 years ago

yashwanthsinghm commented 2 years ago

1) Rust signing support added for stm32f411 , stm32f446 , stm32f723 , stm32h746 , stm32f334 , nrf52840. 2) Anand added test case for signature length.