only:steps towards proteus_f7
This commit is contained in:
parent
f4a4054861
commit
e861d8d52c
|
@ -6,6 +6,7 @@ HW_TARGET=$2
|
|||
# for instance
|
||||
# .github/workflows/hw-ci/build_for_hw_ci.sh config/boards/f407-discovery f407-discovery
|
||||
# .github/workflows/hw-ci/build_for_hw_ci.sh config/boards/proteus proteus_f4
|
||||
# .github/workflows/hw-ci/build_for_hw_ci.sh config/boards/proteus proteus_f7_debug
|
||||
|
||||
set -e
|
||||
echo "HW CI build [$HW_FOLDER][$HW_TARGET]"
|
||||
|
|
|
@ -7,7 +7,8 @@ set -e
|
|||
# for instance
|
||||
#
|
||||
# .github/workflows/hw-ci/openocd_wipe_and_flash.sh ../.github/workflows/openocd_ci_f4_discovery.cfg
|
||||
# .github/workflows/hw-ci/openocd_wipe_and_flash.sh ../.github/workflows/openocd_ci_proteus.cfg
|
||||
# .github/workflows/hw-ci/openocd_wipe_and_flash.sh ../.github/workflows/openocd_ci_proteus_f4.cfg
|
||||
# .github/workflows/hw-ci/openocd_wipe_and_flash.sh ../.github/workflows/openocd_ci_proteus_f7.cfg
|
||||
|
||||
cd firmware
|
||||
|
||||
|
|
Loading…
Reference in New Issue