Enable f4 discovery (#4913)
* scripts specify exact hardware CI device * proteus serial number * dropped this: | * read envionment variable for correct port * it's lowercase for whatever reason * d'oh * uncomment * s * f4 discovery serial numbers * s * debug mode openocd * is that really the serial number? * tolerate no SPI device * remove debug flag * kick to make sure machine still alive after move
This commit is contained in:
parent
1f83047ddd
commit
5a27eec5a3
|
@ -8,18 +8,17 @@ jobs:
|
||||||
# Let all builds finish even if one fails early
|
# Let all builds finish even if one fails early
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# build-target: [f407-discovery, proteus_f4]
|
build-target: [f407-discovery, proteus_f4]
|
||||||
build-target: [proteus_f4]
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
# - build-target: f407-discovery
|
- build-target: f407-discovery
|
||||||
# script: hardware_ci_f4_discovery
|
script: hardware_ci_f4_discovery
|
||||||
# runs-on: hw-ci-f4-discovery
|
runs-on: hw-ci-f4-discovery
|
||||||
# folder: f407-discovery
|
folder: f407-discovery
|
||||||
# config-name: all
|
config-name: all
|
||||||
# ini-file: rusefi_f4-disco.ini
|
ini-file: rusefi_f4-disco.ini
|
||||||
# openocd-script: ../.github/workflows/openocd_ci_f4_discovery.cfg
|
openocd-script: ../.github/workflows/openocd_ci_f4_discovery.cfg
|
||||||
# serial-device: /dev/serial/by-id/TODO
|
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_2B003B000A51343033393930-if01
|
||||||
|
|
||||||
- build-target: proteus_f4
|
- build-target: proteus_f4
|
||||||
script: hardware_ci_proteus
|
script: hardware_ci_proteus
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Openocd script for STM32F4 Discovery Hardware CI
|
# Openocd script for STM32F4 Discovery Hardware CI
|
||||||
source [find interface/stlink.cfg]
|
source [find interface/stlink.cfg]
|
||||||
hla_serial wrong_serial
|
hla_serial H?ugeVQ2Sg
|
||||||
|
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue