From 068a0edc802eff78504f0f005d37e95616272016 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 23 Jul 2023 17:53:24 -0400 Subject: [PATCH] only:f7 HW CI step --- .github/workflows/openocd_ci_proteus_f7.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openocd_ci_proteus_f7.cfg b/.github/workflows/openocd_ci_proteus_f7.cfg index f1e95883fe..40fef22017 100644 --- a/.github/workflows/openocd_ci_proteus_f7.cfg +++ b/.github/workflows/openocd_ci_proteus_f7.cfg @@ -1,6 +1,6 @@ # Openocd script for Proteus hardware CI source [find interface/stlink.cfg] -hla_serial 004D00323137511133333639 + transport select hla_swd @@ -10,6 +10,6 @@ set WORKAREASIZE 0x20000 # chip name set CHIPNAME PROTEUS -source [find target/stm32f4x.cfg] +source [find target/stm32f7x.cfg] reset_config srst_only