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:
parent
5e5b7cf2ca
commit
7cac5e22d7
7 changed files with 57 additions and 29 deletions
|
@ -207,7 +207,7 @@ CDEFS += $(LUFA_OPTS)
|
|||
ADEFS = -DF_CPU=$(F_CPU)
|
||||
ADEFS += -DF_USB=$(F_USB)UL
|
||||
ADEFS += -DBOARD=BOARD_$(BOARD)
|
||||
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL
|
||||
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)
|
||||
ADEFS += $(LUFA_OPTS)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue