Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
This commit is contained in:
parent
5e5b7cf2ca
commit
7cac5e22d7
7 changed files with 57 additions and 29 deletions
|
@ -43,6 +43,10 @@ BootloaderAPI_JumpTable:
|
|||
rjmp BootloaderAPI_ReadLock
|
||||
rjmp BootloaderAPI_WriteLock
|
||||
|
||||
; Bootloader table signature
|
||||
; Bootloader table signatures and information
|
||||
.org 24
|
||||
.long BOOT_START_ADDR ; Start address of the bootloader
|
||||
.org 28
|
||||
.word 0xCDC1 ; Signature for the CDC class bootloader, V1
|
||||
.org 30
|
||||
.word 0xDCFB
|
||||
.word 0xDCFB ; Signature for a LUFA class bootloader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue