software jump to DFU does not work with OpenBLT fix #4230
This commit is contained in:
parent
b3e57a8e3b
commit
75c26920cd
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# export USE_OPENBLT=yes
|
||||
export USE_OPENBLT=yes
|
||||
|
||||
bash ../common_make.sh proteus ARCH_STM32F4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# export USE_OPENBLT=yes
|
||||
export USE_OPENBLT=yes
|
||||
|
||||
bash ../common_make.sh proteus ARCH_STM32F7
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# export USE_OPENBLT=yes
|
||||
|
||||
bash ../common_make.sh proteus ARCH_STM32H7
|
||||
|
|
Loading…
Reference in New Issue