add more MCUs

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-29 15:56:13 +02:00
parent 26e47a8cf9
commit d8d85ac333
8 changed files with 13 additions and 10 deletions

View File

@@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
idf_ver: [release-v5.4, latest]
idf_target: [esp32, esp32s3, esp32c3]
idf_target:
[esp32, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4, esp32s3]
runs-on: ubuntu-latest