aboutsummaryrefslogtreecommitdiff
path: root/examples/boot
Commit message (Collapse)AuthorAgeFilesLines
* 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-122-2/+2
|
* 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
|
* Prepare to release embassy-bootUlf Lilleengen2024-08-051-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-0510-10/+10
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-052-2/+2
|
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-0510-10/+10
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-0510-10/+10
|
* Fix bootloader-rp's bootloader memory region overflowRob Pilling2024-07-311-1/+1
| | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8
* Merge pull request #3062 from kkrolczyk/kk/bootloader-typosDario Nieuwenhuis2024-06-101-1/+1
|\ | | | | | | fix docu typos, linker addr example
| * stm32/boot: update linker file in exampleKrzysztof Królczyk2024-06-101-1/+1
| | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-0410-10/+10
|/
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-3128-21/+34
| | | | the main ci.sh now passes if running with nightly.
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-2915-15/+15
|
* Update dependent versionsJames Munns2024-04-232-2/+2
|
* Fix spelling and white space mistakesVega Deftwing2024-04-111-4/+4
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-232-4/+0
|
* fix(boot): update examples Badr Bouslikhin2024-02-0718-44/+24
|
* fix(boot): update stm32wb-dfu example readme Badr Bouslikhin2024-02-072-2/+2
|
* feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-067-3/+202
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-227-21/+14
|
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-223-7/+7
|
* boot: bump crates to 0.2Dario Nieuwenhuis2024-01-1210-11/+11
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-1110-20/+20
|
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-1114-15/+15
|
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-0210-10/+10
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2129-29/+10
|
* Rename bootloader feature to dfuKaitlyn Kenwell2023-12-141-1/+1
|
* Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-144-6/+6
|
* Adjust stm32wb-dfu example memory maps to fix linker errorsKaitlyn Kenwell2023-12-142-4/+4
|
* Adjust toml files, fix application exampleKaitlyn Kenwell2023-12-143-8/+8
|
* Add examples to ci.shKaitlyn Kenwell2023-12-141-1/+0
|
* fmtKaitlyn Kenwell2023-12-141-1/+0
|
* Address reviewsKaitlyn Kenwell2023-12-1411-0/+400
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-069-9/+9
|
* update release version in examples and other cratesScott Mabin2023-12-0412-21/+21
|
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-045-5/+5
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-2912-32/+32
|
* Add docs, touch all linker fragmentsJames Munns2023-11-192-2/+26
|
* executor: release v0.3.3Dario Nieuwenhuis2023-11-159-9/+9
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-019-9/+9
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-3112-12/+12
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-169-9/+9
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-1512-35/+35
| | | | convenience methods
* Release embassy-time 0.1.4Dániel Buga2023-10-129-9/+9
|