diff options
| author | hathach <[email protected]> | 2024-05-02 21:28:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-02 21:28:43 +0700 |
| commit | dde13a3d4b513b272938d216d7c5142b1f086518 (patch) | |
| tree | 6835395733845e5030848c88bb6c5db7279d11aa /.github/workflows | |
| parent | 68a4d0c8db0beec4fee22dab003f1e5ec39da310 (diff) | |
add cmake to msp432e4
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_cmake.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 0aed5f992..cbe36ae79 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -42,8 +42,9 @@ jobs: - 'kinetis_k kinetis_kl kinetis_k32l2' - 'lpc11 lpc13 lpc15' - 'lpc17 lpc18 lpc40 lpc43' - - 'lpc54 lpc55' + - 'lpc51 lpc54 lpc55' - 'mcx' + - 'msp432e4' - 'nrf' - 'ra' - 'rp2040' |
