From db94786a99374fa8ce5c6c0caa0900b8fbd0de39 Mon Sep 17 00:00:00 2001 From: rusEFI LLC Date: Thu, 31 Oct 2024 17:56:33 -0400 Subject: [PATCH] nucleo_f767 unfinished new target --- .github/workflows/hardware-ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index c500c22fb0..a1022df01d 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -32,6 +32,14 @@ jobs: vbatt_supply: 12 stlink-serial: H?u\x06geVQ2S\x08g + - build-target: nucleo_f767 + runs-on: hw-ci-nucleo-f7 + # see HwCiF4Discovery.java or https://github.com/rusefi/rusefi/wiki/Dev-Quality-Control#stm32f407g-disc1 for wiring documentation + test-suite: com.rusefi.HwCiNucleoF7 + folder: config/boards/nucleo_f767 + openocd-script: .github/workflows/openocd_ci_proteus_f7.cfg + + # - build-target: proteus_f4 # runs-on: hw-ci-proteus # # see HwCiProteus which would point you at ProteusAnalogTest.java for wiring documentation