diff options
| author | hathach <[email protected]> | 2021-11-08 17:37:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-08 17:37:21 +0700 |
| commit | 17ef1503c8adc96e1874fb4bf497b7fcf6b4808a (patch) | |
| tree | a29f839fe3bdafdd08e356cf98ec7eea7f6c4bb1 /.github | |
| parent | f65917f51a3046c828ced5fbb982348542b382a5 (diff) | |
move tm4c132 into bsp family, add it into ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index cf9246d52..e4d64826e 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -58,6 +58,7 @@ jobs: - 'stm32f7' - 'stm32h7' - 'stm32l4' + - 'tm4c123' - 'xmc4000' steps: - name: Setup Python |
