From 7be2267c58e07fda616e311430e241c47ef38118 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Thu, 28 Jan 2021 22:27:40 +0800 Subject: [PATCH] [bsp][raspberry-pico]Add to ci --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2af404fba5..af88f765a9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -130,6 +130,7 @@ jobs: - {RTT_BSP: "at32/at32f403a-start", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "at32/at32f407-start", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"} steps: - uses: actions/checkout@v2 - name: Set up Python