| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -90/+0 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+2 |
| | | |||||
| * | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -4/+4 |
| | | | | | | - Needed for consistency with other drivers. - Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors. | ||||
| * | boot: release flash after prepare and refactor api | Ulf Lilleengen | 2023-08-11 | 1 | -23/+10 |
| | | | | | | | This refactoring of the chip specific bootloader creates the internal boot instance and aligned buffer in the prepare stage, so that they are automatically dropped after. This unlocks a use case where peripherals owning the flash need to be Drop'ed before load() happens. | ||||
| * | Refactor firmware updater | Ulf Lilleengen | 2023-08-06 | 1 | -2/+4 |
| | | | | | | * Allow manipulating state without accessing DFU partition. * Provide aligned buffer when creating updater to reduce potential wrong parameters passed. | ||||
| * | rp: add async flash | Derek Hageman | 2023-07-28 | 1 | -7/+7 |
| | | | | | | | Implement an async flash mode using the XIP background best effort read interface. Only reads are actually async, write and erase remain blocking. | ||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -1/+3 |
| | | |||||
| * | Align rp | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -53/+16 |
| | | |||||
| * | Protect default implementations for FirmwareUpdater and BootLoader | Rasmus Melchior Jacobsen | 2023-05-22 | 1 | -0/+1 |
| | | | | | It seems as if the arm compiler can does not care about whether the bootloader symbols are undefined if the default() function is never used. The x64 compiler does care however, so this change ensures that we can instantiate the types from tests. | ||||
| * | embassy-boot: add nightly feature to stm32 and rp as well | sander | 2023-04-20 | 1 | -1/+0 |
| | | |||||
| * | Align platform specific bootloaders | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -6/+6 |
| | | |||||
| * | Align examples with bootloader changes | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -1/+1 |
| | | |||||
| * | Align chip specific boot projects with new prepare_boot() signature | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -9/+7 |
| | | |||||
| * | Cleanup | kalkyl | 2023-01-03 | 1 | -1/+1 |
| | | |||||
| * | embassy-boot (rp): Add WatchdogFlash | kalkyl | 2023-01-03 | 1 | -1/+50 |
| | | |||||
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 1 | -0/+90 |
| Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | |||||
