diff options
| author | hathach <[email protected]> | 2024-09-27 21:36:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-09-30 11:53:20 +0700 |
| commit | 4c81d91a736b0ab50bf263abb1f6248628cfa7f1 (patch) | |
| tree | 1d903f30b1f5189e739ea32ea574550312ff10d9 /.github/workflows/ci_set_matrix.py | |
| parent | 87f199330405f0a51f8ad4b3b8b2d69c9a21ac3e (diff) | |
bump up idf to 5.3.1
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"], } |
