bootloader: Define application offset.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 08:06:12 +0000 (10:06 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit2b98183f540c404ee03f9327f087ae1d119326d1
tree1fcd069f010a9c76fb9d96925b7660ed053d9b63
parent206f765a129a285e5db70505d2c1154564046ac8
bootloader: Define application offset.

This defines the APPLICATION_ADDR constant and sets it to the
offset of the vector table to jump to after the bootloader is done.
src/bootloader/main.rs