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:
Dean Camera 2012-03-29 19:35:40 +00:00
parent 5e5b7cf2ca
commit 7cac5e22d7
7 changed files with 57 additions and 29 deletions

View file

@ -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