aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-12-01 18:26:22 +0100
committerUlf Lilleengen <[email protected]>2022-12-02 11:28:33 +0100
commitbb89a2341cca1aad79bc6d5f3532008541c9e428 (patch)
tree63ff838ef0192f492ac2aae59b0b8a445b8200d6 /docs/modules
parenteb010fbe33c2b99bdeaa68a2045b8a8e220cf0aa (diff)
feat: embassy-boot for rp2040
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/bootloader.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/bootloader.adoc b/docs/modules/ROOT/pages/bootloader.adoc
index 7dbfeb3eb..b50de5abd 100644
--- a/docs/modules/ROOT/pages/bootloader.adoc
+++ b/docs/modules/ROOT/pages/bootloader.adoc
@@ -15,6 +15,7 @@ The bootloader supports
15 15
16* nRF52 with and without softdevice 16* nRF52 with and without softdevice
17* STM32 L4, WB, WL, L1, L0, F3, F7 and H7 17* STM32 L4, WB, WL, L1, L0, F3, F7 and H7
18* Raspberry Pi: RP2040
18 19
19In general, the bootloader works on any platform that implements the `embedded-storage` traits for its internal flash, but may require custom initialization code to work. 20In general, the bootloader works on any platform that implements the `embedded-storage` traits for its internal flash, but may require custom initialization code to work.
20 21