aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-20 10:36:15 +0200
committersander <[email protected]>2023-04-20 10:36:15 +0200
commit7ee9e8322c4cb3b3fe3c117ee5c89c8bbb576d83 (patch)
tree66fa8762924d0a5291dc80604370371293085eaa /embassy-boot
parent8cd117fd5d692aef695afc46018c6b48f047bcbd (diff)
parent9b51c8f4d441a3e1550305c126e9f74fff030fd5 (diff)
Merge commit '970a081aab0567a387463610eb204a3b003255f9'
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 346aa6f58..07755bc6c 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)