bootloader: Only attempt to jump to application if there is any.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 9 Jul 2019 04:43:39 +0000 (06:43 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commitb1226e2bd4adc31d81d02faf507f3d9c5dfe850e
treef7316736f62debab734a30b5fa88a11c4e0db823
parent69f57fcaee4e0a62192a87b21ed31142624ce009
bootloader: Only attempt to jump to application if there is any.

We now read the first word from flash where the application is
installed and compare against 0xffffffff to see if programming
succeeded.
src/bootloader/main.rs