only:steps towards proteus_f7

This commit is contained in:
rusefillc 2023-07-23 12:17:48 -04:00
parent 162507ca0d
commit f4a4054861
3 changed files with 16 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
runs-on: hw-ci-proteus
test-suite: com.rusefi.HwCiF4Proteus
folder: config/boards/proteus
openocd-script: ../.github/workflows/openocd_ci_proteus.cfg
openocd-script: ../.github/workflows/openocd_ci_proteus_f4.cfg
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_41003D000451383037343335-if01
runs-on: ${{matrix.runs-on}}

View File

@ -0,0 +1,15 @@
# Openocd script for Proteus hardware CI
source [find interface/stlink.cfg]
hla_serial 004D00323137511133333639
transport select hla_swd
# increase working area to 128KB
set WORKAREASIZE 0x20000
# chip name
set CHIPNAME PROTEUS
source [find target/stm32f4x.cfg]
reset_config srst_only