Use a board specific bootloader and application start
authorPeter Henn <Peter.Henn@web.de>
Fri, 31 Dec 2021 04:35:47 +0000 (04:35 +0000)
committerPeter Henn <Peter.Henn@web.de>
Fri, 7 Jan 2022 12:14:48 +0000 (12:14 +0000)
commita1b608ddabc6afd936ebb2cb6182906addeb38c2
tree9e5eb02485c7292fe4dfb51aad064f3c8aad10ea
parentf027c1c44d017539a6fae903bc65331d134833e4
Use a board specific bootloader and application start

- Add board specific Application_Jump_Check match for Pro-Micro
  and Micro boards
- Add in fixed FUSE_BOOTRST check in Application_Jump_Check for
  all other boards
- Enhance MagicBootKey handling
- Let Reset flags untouched for application code if reset was not
  forced by the bootloader
Bootloaders/DFU/BootloaderDFU.c