aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader
Commit message (Expand)AuthorAgeFilesLines
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-293-4/+4
* Add docs, touch all linker fragmentsJames Munns2023-11-191-1/+13
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-313-3/+3
* Fix bootloader application examplesDániel Buga2023-09-022-2/+2
* boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-113-9/+3
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-292-2/+2
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-0/+1
* Align examplesRasmus Melchior Jacobsen2023-05-306-19/+40
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-293-6/+6
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-2/+1
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-262-2/+2
* enable inline-asm feature for cortex-m in examplespennae2023-04-183-3/+3
* Align stm32 bootloader exampleRasmus Melchior Jacobsen2023-04-051-3/+4
* Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-043-8/+9
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-062-2/+2
* Merge #1139bors[bot]2023-01-043-3/+10
|\
| * Cleaned up some doc and memory layouthuntc2023-01-042-2/+2
| * Pass WDT config aroundhuntc2023-01-041-1/+8
* | Cleanupkalkyl2023-01-031-1/+1
* | embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-032-3/+5
|/
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-026-0/+152
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-292-2/+2
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-072-0/+2
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove BootFlash borrowUlf Lilleengen2022-09-202-5/+4
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-022-7/+7
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-172-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-2/+0
* Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-291-1/+1
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-5/+0
* Move bootloader main to examplesUlf Lilleengen2022-06-2413-0/+405