From 9609c2a94277d51334bbafe59396871b44a975d6 Mon Sep 17 00:00:00 2001 From: sheltonyu Date: Tue, 12 Apr 2022 10:22:07 +0800 Subject: [PATCH] update for ci --- .github/workflows/action.yml | 2 ++ Jenkinsfile | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5c57be6c71..f92c030979 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -156,6 +156,8 @@ jobs: - {RTT_BSP: "xplorer4330/M4", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "at32/at32f403a-start", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "at32/at32f407-start", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "at32/at32f435-start", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "at32/at32f437-start", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "raspberry-pi/raspi3-32", RTT_TOOL_CHAIN: "sourcery-arm"} diff --git a/Jenkinsfile b/Jenkinsfile index 64450908b4..6e8cff6ba8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -108,9 +108,7 @@ pipeline { ['frdm-k64f', 'sourcery-arm'], ['xplorer4330/M4', 'sourcery-arm'], // ['at32/at32f403a-start', 'sourcery-arm'],/* CI link not support */ - // ['at32/at32f407-start', 'sourcery-arm'],/* CI compile C99 not support */ - // ['at32/at32f435-start', 'sourcery-arm'],/* CI compile C99 not support */ - // ['at32/at32f437-start', 'sourcery-arm']/* CI compile C99 not support */ + // ['at32/at32f407-start', 'sourcery-arm']/* CI compile C99 not support */ ] for (int i in bsp_array) {