aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/nrf
Commit message (Expand)AuthorAgeFilesLines
...
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-4/+4
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Refactor firmware updaterUlf Lilleengen2023-08-061-4/+4
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
* Add firmware updater examples to CIUlf Lilleengen2023-06-192-2/+6
* Align examplesRasmus Melchior Jacobsen2023-05-301-5/+7
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-2/+2
* embassy-boot: update ci and examples to use the nightly flagsander2023-04-201-2/+2
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-2/+2
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* Support codesigning in the firmware updaterhuntc2023-01-122-1/+6
* feat: compile bootloader examples for nRF91Ulf Lilleengen2023-01-046-7/+51
* Provides a means of obtaining the current WDT confighuntc2023-01-041-0/+18
* Cleaned up some doc and memory layouthuntc2023-01-043-2/+6
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Update Rust nightly.Dario Nieuwenhuis2022-09-222-2/+0
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-1/+2
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-183-4/+5
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-172-4/+6
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-293-6/+7
* Move bootloader main to examplesUlf Lilleengen2022-06-248-0/+194