From 640379c9dbae4884d4dbe6d90cb6663012691274 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Tue, 14 Dec 2021 23:01:25 +0800 Subject: [PATCH] add the action --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 7ddc4fa7b..fcd3c2445 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -114,6 +114,7 @@ jobs: - {RTT_BSP: "stm32/stm32g431-st-nucleo", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "stm32/stm32h743-atk-apollo", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "stm32/stm32h743-st-nucleo", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "stm32/ stm32h743-openmv-h7plus", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "stm32/stm32h747-st-discovery", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "stm32/stm32h750-artpi-h750", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "stm32/stm32l4r9-st-eval", RTT_TOOL_CHAIN: "sourcery-arm"} -- GitLab