bootloader: Never auto-start the application in the intermediate bootloader.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 8 Dec 2019 17:20:04 +0000 (18:20 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit3dcdbf0d5f41c407fd6f16a16c5ca1bc18e01a01
tree2a8f29be23d83955c42e5106ddb624b33374f66a
parente44d325020a027013b5518aad1c059d3d0d5ad16
bootloader: Never auto-start the application in the intermediate bootloader.

Instead, we now always enter bootloader operation. I think this has
less potential of bricking a device in case you don't press PTE24
fast enough after installing the intermediate bootloader.
src/bootloader/main.rs