Added additional bootloader API data to expose the bootloader start address and class...
[pub/USBasp.git] / Bootloaders / DFU / BootloaderAPITable.S
index b1d1b05..a7d479a 100644 (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 0xDFB1 ; Signature for the DFU class bootloader, V1
 .org 30
-       .word 0xDCFB
+       .word 0xDCFB ; Signature for a LUFA class bootloader