summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-03-03 20:59:07 +0700
committerGitHub <[email protected]>2021-03-03 20:59:07 +0700
commit2d9896bf401f2c7641dcbc6625faa4599cc7f6e0 (patch)
treeabfa526dafdb8ec6766ef81ab5e95796a3f9a4ec /.github
parent515122669eccfcd6f56e9ca267cc591eddb3f14a (diff)
parent16f501a14eb98ef393d73d2a2dc3eb3653e98437 (diff)
Merge pull request #695 from hathach/more-family-board
More family board
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a3ea0d978..771a49417 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
family:
# Alphabetical order
- 'imxrt'
+ - 'lpc18'
- 'lpc55'
- 'nrf'
- 'rp2040'
@@ -47,6 +48,7 @@ jobs:
- 'samd51'
- 'stm32f4'
- 'stm32f7'
+ - 'stm32h7'
steps:
- name: Setup Python
uses: actions/setup-python@v2