diff options
| author | Ha Thach <[email protected]> | 2021-06-20 01:01:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-20 01:01:00 +0700 |
| commit | 81fa9966dedaeae23d0eb435b2377ae4695151c5 (patch) | |
| tree | 0f552d7c68328d8f9c3ee8391f34d3fdccaa0987 /.github | |
| parent | 03643d551d7c7f5998a2f46a3c3e3b46921e8b36 (diff) | |
| parent | 7dce27c732d8411229007282a34dec43acc6f76b (diff) | |
Merge pull request #895 from ElectronicCats/master
add support SAML21
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 529a77bb1..1e149dc65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,7 @@ jobs: - 'samd11' - 'samd21' - 'samd51' + - 'saml21' - 'saml22' - 'stm32f0' - 'stm32f4' |
