aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/CDC/BootloaderAPITable.S
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-29 19:35:40 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-29 19:35:40 +0000
commit59c5eaef9e01d040adf08338a5df5648907b7ac9 (patch)
tree389c75f56b237d6fbcde41248994704d74ca011a /Bootloaders/CDC/BootloaderAPITable.S
parentbdc2b7a99ca124887f6310e136275db912f698c5 (diff)
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2122 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC/BootloaderAPITable.S')
-rw-r--r--Bootloaders/CDC/BootloaderAPITable.S8
1 files changed, 6 insertions, 2 deletions
diff --git a/Bootloaders/CDC/BootloaderAPITable.S b/Bootloaders/CDC/BootloaderAPITable.S
index b1d1b057..1ad8e28d 100644
--- a/Bootloaders/CDC/BootloaderAPITable.S
+++ b/Bootloaders/CDC/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 0xCDC1 ; Signature for the CDC class bootloader, V1
.org 30
- .word 0xDCFB
+ .word 0xDCFB ; Signature for a LUFA class bootloader