aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/bootloader.adoc
Commit message (Collapse)AuthorAgeFilesLines
* Documentation on verifying firmwarehuntc2023-01-141-1/+49
| | | | The documentation has been enhanced to describe the verification of firmware with the firmware updater. Examples have also been provided that describe how keys can be generated and how firmware can be signed.
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+1
| | | | | | | Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>
* Add note on partition sizes to bootloader docsUlf Lilleengen2022-10-111-4/+13
| | | | See #1007
* Rewrite documentation using correct module namesUlf Lilleengen2022-08-161-1/+4
| | | | | | | * Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image
* Update list of families with bootloader supportMatous Hybl2022-05-061-1/+1
|
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-281-1/+2
| | | | | | | * Less generics on bootloader. Keep PAGE_SIZE as a common multiple of DFU and ACTIVE page sizes. * Document restriction * Add unit tests for different page sizes
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-271-0/+32
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data