diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-04 19:58:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-04 19:58:57 +0000 |
| commit | 5e94b8060b7f1af8118ca1f943181ce70be92057 (patch) | |
| tree | 1444562656782404ffb53d19f5ca2c826958b10b /docs/modules/ROOT | |
| parent | f109e73c6d7ef2ad93102b7c8223f5cef30ef36f (diff) | |
| parent | bb89a2341cca1aad79bc6d5f3532008541c9e428 (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.adoc | 1 |
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 | ||
| 19 | In 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 | In 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 | ||
