Merge commit '970a081aab0567a387463610eb204a3b003255f9'

This commit is contained in:
sander
2023-04-20 10:36:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@ By design, the bootloader does not provide any network capabilities. Networking
The bootloader supports different hardware in separate crates:
* `embassy-boot-nrf` - for the nRF microcontrollers.
* `embassy-boot-rp` - for the RP2040 microcontrollers.
* `embassy-boot-stm32` - for the STM32 microcontrollers.
## Minimum supported Rust version (MSRV)