aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorLachezar Lechev <[email protected]>2023-04-20 09:20:02 +0300
committerLachezar Lechev <[email protected]>2023-04-20 09:20:02 +0300
commitf67eb84ec73c74170de37a15f26cd9d82756d706 (patch)
tree59dc799f0deb6025da8afdf0fe3748772f1fde80 /embassy-boot
parent5de6bb3adfa5a82ec764f81409bc60e42fc26d20 (diff)
chore: add embassy-boot-rp to README
Signed-off-by: Lachezar Lechev <[email protected]>
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/README.md1
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
13The bootloader supports different hardware in separate crates: 13The 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)