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