Skip to content

Commit

Permalink
Added CI build for AT32 MCU series
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll committed Feb 13, 2024
1 parent cd91c87 commit 8d9c611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ jobs:
- name: build SAMD21
run: |
$CHC_PATH/tools/chbuild.sh $CHC_PATH/testhal/SAMD21A
- name: build AT32
run: |
$CHC_PATH/tools/chbuild.sh $CHC_PATH/testhal/AT32
$CHC_PATH/tools/chbuild.sh $CHC_PATH/demos/AT32

0 comments on commit 8d9c611

Please sign in to comment.