diff options
| author | hathach <[email protected]> | 2023-01-22 12:10:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-22 12:11:01 +0700 |
| commit | 0a4e611e3738189f00ec17ebd831436ed51e15ec (patch) | |
| tree | e16340bf908365e860ad5acbafa712605e2e5463 /.github/workflows | |
| parent | db36075721b266d40703e4f57683858acb4112fc (diff) | |
update stm32f7 to build with iar
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index 40c7d7f26..1facd8ab9 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -29,6 +29,8 @@ jobs: # Alphabetical order - 'stm32f0' - 'stm32f1' + - 'stm32f4' + - 'stm32f7' steps: - name: Clean workspace run: | |
