aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/nrf/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-2/+2
| | | | | - 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/+9
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.