aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update examples to new `nrf-boot-*` versionTimo Kröger2025-07-2110-11/+11
|
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-162-2/+2
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-1610-10/+10
|
* chore: prepare embassy-rp for releaseUlf Lilleengen2025-07-151-1/+1
|
* chore: bump embassy-boot-nrf versionUlf Lilleengen2025-07-141-1/+1
|
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Only write to the flash what was read from the fileJohn Youren2025-06-201-1/+1
| | | The write method is given the full aligned buffer to write to flash even though it may not be fully populated. This change ensures only what has been read is written to flash. Preventing potential corrupted firmware and additional flash wear.
* Merge branch 'embassy-rs:main' into dfu-verifyGerhard de Clercq2025-05-268-8/+8
|\
| * chore: bump version of embassy-boot-stm32Ulf Lilleengen2025-05-268-8/+8
| |
* | [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-232-4/+6
|/ | | | | This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519. This required adding support to embassy-boot for reading from the DFU partition.
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-2210-10/+10
|
* Merge pull request #4188 from Gerharddc/dfu-msosUlf Lilleengen2025-05-191-2/+28
|\ | | | | [embassy-usb-dfu] support function level WinUSB GUIDs
| * [usb-dfu examples] Alert users to customise their WinUSB GUIDsGerhard de Clercq2025-05-141-1/+3
| |
| * [embassy-usb-dfu] accept closure to customise DFU functionGerhard de Clercq2025-05-141-5/+9
| | | | | | | | This provides a more generic interface for users to customise the DFU function instead of restricting customisation to DFU headers.
| * [embassy-usb-dfu] correct comment about composite devicesGerhard de Clercq2025-05-131-6/+4
| |
| * [embassy-usb-dfu] support function level WinUSB GUIDsGerhard de Clercq2025-05-121-2/+24
| | | | | | | | This commit makes it possible to provide function level msos GUIDs to usb_dfu. This helps to ensure that composite DFU devices automatically get assigned the WinUSB driver on Windows.
* | Update defmt dependenciesYuri Astrakhan2025-05-1810-21/+21
|/
* Merge pull request #4170 from ↵Ulf Lilleengen2025-05-092-2/+2
|\ | | | | | | | | yutannihilation/chore/fix-unsafe-attribute-rust2024 chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
| * chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-062-2/+2
| |
* | embassy-usb-dfu: Change return of reset to ()Matthew Tran2025-05-081-2/+2
| | | | | | | | | | Also adds &self to the Reset trait, which makes it easier to implement cleanup/delays before actually resetting.
* | Fix f7 boot exampleDion Dokter2025-05-011-1/+1
|/
* Update Cargo.tomllonesometraveler2025-04-081-1/+1
|
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-2810-10/+10
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* boot/rp: Bump version number9names2025-03-091-1/+1
|
* rp: Update embassy-boot-rp to use embassy-rp 0.4.09names2025-03-091-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-1510-10/+10
| | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-108-8/+8
|
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-062-4/+4
|
* Prepare embassy-boot 0.4Dániel Buga2025-01-051-1/+1
|
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-0510-10/+10
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-2210-20/+20
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-1510-10/+10
|
* Bump sync version (#3562)Dániel Buga2024-11-2210-10/+10
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-1210-10/+10
|
* Prep executor 0.6.2Dániel Buga2024-11-0610-10/+10
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-2110-10/+10
|
* Fix defmt support for example boot appUlf Lilleengen2024-09-192-1/+6
|
* Add led to example to demonstrate revert state detectionUlf Lilleengen2024-09-191-0/+9
|
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-3/+3
| | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses.
* rp: update PAC, fix CI.Dario Nieuwenhuis2024-08-121-1/+1
|
* Updated WL examples to use new APIDion Dokter2024-08-051-2/+2
|
* Fix WL boot exampleDion Dokter2024-08-053-3/+24
|
* Prepare to release embassy-boot-rpUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-rpUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-boot-nrfUlf Lilleengen2024-08-051-1/+1
|