aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorsawi97 <[email protected]>2023-04-20 10:29:16 +0200
committerGitHub <[email protected]>2023-04-20 10:29:16 +0200
commit43c20dbe65578931cd01fd3baa10c1e3e68ee138 (patch)
tree4dbcba01035f6db834e2a4632ab0b44db32abad3 /embassy-boot
parent7d64de153f7f9528ddc1cc10b600fe917ea171d5 (diff)
parent9b51c8f4d441a3e1550305c126e9f74fff030fd5 (diff)
Merge branch 'embassy-rs:master' into embassy-boot-stable
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)