From e861d8d52c0c703b5154824d6dac56b6d7d37b10 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 23 Jul 2023 12:25:37 -0400 Subject: [PATCH] only:steps towards proteus_f7 --- .github/workflows/hw-ci/build_for_hw_ci.sh | 1 + .github/workflows/hw-ci/openocd_wipe_and_flash.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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