aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderAPITable.S
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/DFU/BootloaderAPITable.S')
-rw-r--r--Bootloaders/DFU/BootloaderAPITable.S8
1 files changed, 6 insertions, 2 deletions
diff --git a/Bootloaders/DFU/BootloaderAPITable.S b/Bootloaders/DFU/BootloaderAPITable.S
index b1d1b0571..a7d479a70 100644
--- a/Bootloaders/DFU/BootloaderAPITable.S
+++ b/Bootloaders/DFU/BootloaderAPITable.S
@@ -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