diff options
| author | Ha Thach <[email protected]> | 2024-10-01 11:15:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-01 11:15:33 +0700 |
| commit | eda3cceab207bce390b995462e313ed124fa7732 (patch) | |
| tree | f98671df0f5aeca86d84ac346661fcf705361d55 /.github/workflows/ci_set_matrix.py | |
| parent | ad6e1ec782275237aeb403e1925dfe591ff419df (diff) | |
| parent | 49d250be8f71c0bc8c9a107e90f8c2359b400997 (diff) | |
Merge pull request #2818 from hathach/add-esp32p4
Add esp32p4 OTG HS support
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -rw-r--r-- | .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 4da26bfea..8974037e4 100644 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -45,6 +45,7 @@ family_list = { "xmc4000": ["arm-gcc"], "-bespressif_kaluga_1": ["esp-idf"], "-bespressif_s3_devkitm": ["esp-idf"], + "-bespressif_p4_function_ev": ["esp-idf"], } |
