aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-20 07:12:35 +0000
committerGitHub <[email protected]>2023-04-20 07:12:35 +0000
commit9b51c8f4d441a3e1550305c126e9f74fff030fd5 (patch)
tree59dc799f0deb6025da8afdf0fe3748772f1fde80 /embassy-boot
parent54fe50c685a37c7edaf7bd0fcd2d473109d1374d (diff)
parentf67eb84ec73c74170de37a15f26cd9d82756d706 (diff)
Merge #1385
1385: feat: add embassy-boot-rp to the doc builder r=lulf a=elpiel Co-authored-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)