diff options
| -rw-r--r-- | embassy-boot/boot/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot/boot/README.md b/embassy-boot/boot/README.md index 414405377..56f4a6279 100644 --- a/embassy-boot/boot/README.md +++ b/embassy-boot/boot/README.md | |||
| @@ -13,6 +13,7 @@ By design, the bootloader does not provide any network capabilities. Networking | |||
| 13 | The bootloader supports different hardware in separate crates: | 13 | The bootloader supports different hardware in separate crates: |
| 14 | 14 | ||
| 15 | * `embassy-boot-nrf` - for the nRF microcontrollers. | 15 | * `embassy-boot-nrf` - for the nRF microcontrollers. |
| 16 | * `embassy-boot-rp` - for the RP2040 microcontrollers. | ||
| 16 | * `embassy-boot-stm32` - for the STM32 microcontrollers. | 17 | * `embassy-boot-stm32` - for the STM32 microcontrollers. |
| 17 | 18 | ||
| 18 | ## Minimum supported Rust version (MSRV) | 19 | ## Minimum supported Rust version (MSRV) |
