forked from mirrors/qmk_userspace
Add a universal flash command for cli (#6224)
* Add universal flash command * Add bootloader info to I:C boards * Add support for ATSAM * Add messages for flash target * Message cleanup * Add USB ASP Flashing target * Make usbasp target more universal * Add phoney target for usbasp * Clarify error message when bootloader isn't matched
This commit is contained in:
parent
91ee6a1dbb
commit
4003d077ce
10 changed files with 93 additions and 44 deletions
|
|
@ -54,6 +54,8 @@ ARMV = 7
|
|||
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
|
||||
OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ ARMV = 7
|
|||
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
|
||||
OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ ARMV = 7
|
|||
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -59,6 +59,8 @@ OPT_DEFS =
|
|||
DFU_ARGS = -d 1c11:b007
|
||||
DFU_SUFFIX_ARGS = -p b007 -v 1c11
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ OPT_DEFS =
|
|||
DFU_ARGS = -d 1c11:b007
|
||||
DFU_SUFFIX_ARGS = -p b007 -v 1c11
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue