esp32c6: add minimal ci support

- enable build_template_app
- enable check public headers
- enable g0 components dependency check
This commit is contained in:
wuzhenghui
2022-07-08 16:15:49 +08:00
committed by Song Ruo Jing
parent 1eb9a24a48
commit fca7d70e05
15 changed files with 35 additions and 6 deletions
+1
View File
@@ -92,6 +92,7 @@ check_public_headers:
- IDF_TARGET=esp32s3 python tools/ci/check_public_headers.py --jobs 4 --prefix xtensa-esp32s3-elf-
- IDF_TARGET=esp32c3 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
- IDF_TARGET=esp32c2 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
- IDF_TARGET=esp32c6 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
check_chip_support_components:
extends: