aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/nrf/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix defmt support for example boot appUlf Lilleengen2024-09-191-0/+3
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+34
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.