diff options
| author | hathach <[email protected]> | 2025-10-15 13:38:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-15 13:38:52 +0700 |
| commit | 3ce037d62bb1fec8605af5560d1169c2841af8a1 (patch) | |
| tree | c266af04570218799d263616f87f82d52b833136 /.github/workflows | |
| parent | 8199ed6fd0329e63c45352816973a6632d635c69 (diff) | |
add nuc to ci build
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 46108a847..3789b4116 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -31,6 +31,7 @@ family_list = { "msp430": ["msp430-gcc"], "msp432e4 tm4c": ["arm-gcc"], "nrf": ["arm-gcc", "arm-clang"], + "nuc100_120 nuc121_125 nuc126 nuc505": ["arm-gcc"], "ra": ["arm-gcc"], "rp2040": ["arm-gcc"], "rx": ["rx-gcc"], |
