chore: add embassy-boot-rp to README

Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
Lachezar Lechev 2023-04-20 09:20:02 +03:00
parent 5de6bb3adf
commit f67eb84ec7
No known key found for this signature in database
GPG Key ID: B2D641D6A2C8E742

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)