summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-01 17:03:04 +0700
committerhathach <[email protected]>2023-06-01 17:09:00 +0700
commitc750030f7a9b3076b3722172014604ff5190df91 (patch)
tree599c66e0d9bbc960002f42a7e2ed7483b4401a0f /.github/workflows
parent6280cba6e8fb62492d8d07288c914b822b934cd5 (diff)
add freertosconfig for g0, add cmake stlink, add g0 to cmake ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index ccca0c9be..2e74c304c 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -37,6 +37,7 @@ jobs:
- 'mcx'
- 'imxrt'
- 'rp2040'
+ - 'stm32g0'
steps:
- name: Setup Python
uses: actions/setup-python@v4