diff options
| author | Ha Thach <[email protected]> | 2021-11-08 23:33:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-08 23:33:45 +0700 |
| commit | 6f59a2ce6e9cfdb7855b300db3ad1304b35bb25f (patch) | |
| tree | b68bf9f80f65de9e3019ec1411c1c051b8966301 /.github | |
| parent | ab760290a514bc239c5ef8901ff8d80f64d461f9 (diff) | |
| parent | 1c77f9f6694151beca9a490eadf545b30557e9a0 (diff) | |
Merge pull request #1183 from kkitayam/add_msp_exp432e401y
Add support for TI MSP-EXP432E401Y
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 8db0fe04f..dc4d9fcfb 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -45,6 +45,7 @@ jobs: - 'lpc54' - 'lpc55' - 'mm32' + - 'msp432e4' - 'nrf' - 'rp2040' - 'samd11' @@ -57,6 +58,7 @@ jobs: - 'stm32f7' - 'stm32h7' - 'stm32l4' + - 'tm4c123' - 'xmc4000' steps: - name: Setup Python |
