summaryrefslogtreecommitdiff
path: root/embassy-boot/stm32/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-boot/stm32/README.md')
-rw-r--r--embassy-boot/stm32/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/embassy-boot/stm32/README.md b/embassy-boot/stm32/README.md
new file mode 100644
index 00000000..a82b730b
--- /dev/null
+++ b/embassy-boot/stm32/README.md
@@ -0,0 +1,11 @@
+# Bootloader for STM32
+
+The bootloader uses `embassy-boot` to interact with the flash.
+
+# Usage
+
+Flash the bootloader
+
+```
+cargo flash --features embassy-stm32/stm32wl55jc-cm4 --release --chip STM32WLE5JCIx
+```