Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
3e50a594
Commit
3e50a594
authored
Aug 16, 2012
by
Dean Camera
Browse files
Fix up non-unique DFU/CDC bootloader signatures.
parent
84fadb25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Bootloaders/CDC/BootloaderAPITable.S
View file @
3e50a594
...
...
@@ -87,5 +87,5 @@ BootloaderAPI_JumpTable:
BootloaderAPI_Signatures
:
.
long
BOOT_START_ADDR
; Start address of the bootloader
.
word
0xDF
B1
; Signature for the
DFU
class bootloader
, V1
.
word
0xDF
00
; Signature for the
CDC
class bootloader
.
word
0xDCFB
; Signature for a LUFA class bootloader
Bootloaders/DFU/BootloaderAPITable.S
View file @
3e50a594
...
...
@@ -87,5 +87,5 @@ BootloaderAPI_JumpTable:
BootloaderAPI_Signatures
:
.
long
BOOT_START_ADDR
; Start address of the bootloader
.
word
0xDF
B
1
; Signature for the DFU class bootloader, V1
.
word
0xDF1
0
; Signature for the DFU class bootloader, V1
.
word
0xDCFB
; Signature for a LUFA class bootloader
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment