Merge branch 'embassy-rs:master' into embassy-boot-stable

This commit is contained in:
sawi97
2023-04-20 10:29:16 +02:00
committed by GitHub
15 changed files with 1214 additions and 128 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)