diff --git a/.github/workflows/hw-ci/build_for_hw_ci.sh b/.github/workflows/hw-ci/build_for_hw_ci.sh index a7372816c6..afbaf90ae7 100755 --- a/.github/workflows/hw-ci/build_for_hw_ci.sh +++ b/.github/workflows/hw-ci/build_for_hw_ci.sh @@ -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]" diff --git a/.github/workflows/hw-ci/openocd_wipe_and_flash.sh b/.github/workflows/hw-ci/openocd_wipe_and_flash.sh index 73a101a63a..ae121e77c1 100755 --- a/.github/workflows/hw-ci/openocd_wipe_and_flash.sh +++ b/.github/workflows/hw-ci/openocd_wipe_and_flash.sh @@ -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