aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-3/+3
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-1/+1
|
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-1/+1
| | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+20
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.