diff options
| author | hathach <[email protected]> | 2021-11-02 16:20:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-02 16:20:39 +0700 |
| commit | 4431ced598ca8ee1f07d6acd7f1424f17755c155 (patch) | |
| tree | d7b6470ecb6a98d4410e2962ebaec82f9c3b5893 /.github | |
| parent | 7e688947265075afdaa343e69ec29a2b2cac5f33 (diff) | |
add L4 to ci, update doc
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 b16cf3f87..53a1628a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,6 +56,7 @@ jobs: - 'stm32f4' - 'stm32f7' - 'stm32h7' + - 'stm32l4' steps: - name: Setup Python uses: actions/setup-python@v2 |
