aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-051-1/+1
|
* 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
|
* 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-3123-15/+29
| | | | the main ci.sh now passes if running with nightly.
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-2910-10/+10
|
* Update dependent versionsJames Munns2024-04-231-1/+1
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* fix(boot): update examples Badr Bouslikhin2024-02-0716-42/+22
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-227-21/+14
|
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-2/+2
|
* 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-1110-11/+11
|
* 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
|
* Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-142-3/+3
|
* Adjust stm32wb-dfu example memory maps to fix linker errorsKaitlyn Kenwell2023-12-141-2/+2
|
* Adjust toml files, fix application exampleKaitlyn Kenwell2023-12-142-6/+6
|
* Add examples to ci.shKaitlyn Kenwell2023-12-141-1/+0
|
* Address reviewsKaitlyn Kenwell2023-12-146-0/+187
|
* 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-049-18/+18
|
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-043-3/+3
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-299-28/+28
|