only:steps towards proteus_f7

This commit is contained in:
rusefillc 2023-07-23 12:25:37 -04:00
parent f4a4054861
commit e861d8d52c
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ HW_TARGET=$2
# for instance # 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/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_f4
# .github/workflows/hw-ci/build_for_hw_ci.sh config/boards/proteus proteus_f7_debug
set -e set -e
echo "HW CI build [$HW_FOLDER][$HW_TARGET]" echo "HW CI build [$HW_FOLDER][$HW_TARGET]"

View File

@ -7,7 +7,8 @@ set -e
# for instance # 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_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 cd firmware