aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-04 19:58:57 +0000
committerGitHub <[email protected]>2022-12-04 19:58:57 +0000
commit5e94b8060b7f1af8118ca1f943181ce70be92057 (patch)
tree1444562656782404ffb53d19f5ca2c826958b10b /docs/modules/ROOT
parentf109e73c6d7ef2ad93102b7c8223f5cef30ef36f (diff)
parentbb89a2341cca1aad79bc6d5f3532008541c9e428 (diff)
Merge #1089
1089: feat: embassy-boot for rp2040 r=Dirbaio a=lulf Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'docs/modules/ROOT')
-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