Searched +full:patterns +full:- +full:build_system (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.5.0/.gitlab/ci/ |
D | rules.yml | 2 # Patterns # 4 .patterns-c-files: &patterns-c-files 5 - ".gitlab/ci/static-code-analysis.yml" 7 - "tools/ci/static-analysis-rules.yml" 8 - "tools/ci/clang_tidy_dirs.txt" 10 - "**/*.{c,C}" 11 - "**/*.{h,H}" 12 - "components/**/Kconfig" 13 - "components/**/CMakeList.txt" 15 .patterns-python-files: &patterns-python-files [all …]
|
D | pre_check.yml | 5 - host_test 10 - .pre_check_base_template 11 - .before_script_no_sync_submodule 15 image: "$CI_DOCKER_REGISTRY/esp-idf-pre-commit:1" 17 - source tools/ci/utils.sh 18 - export PYTHONPATH="$CI_PROJECT_DIR/tools:$CI_PROJECT_DIR/tools/ci/python_packages:$PYTHONPATH" 22 - .check_pre_commit_template 23 - .rules:protected 25 … - git diff-tree --no-commit-id --name-only -r $PIPELINE_COMMIT_SHA | xargs pre-commit run --files 29 - .check_pre_commit_template [all …]
|
/hal_espressif-3.5.0/.gitlab/ci/dependencies/ |
D | dependencies.yml | 2 - esp32 3 - esp32s2 4 - esp32s3 5 - esp32c3 8 - example_test 9 - custom_test 10 - unit_test 11 - component_ut 18 - build 19 patterns: [all …]
|
/hal_espressif-3.5.0/tools/ |
D | find_apps.py | 2 # coding=utf-8 4 # ESP-IDF helper script to enumerate the builds of multiple configurations of multiple apps. 33 val = val[1:-1] 42 build_system, config_rules, preserve_artifacts=True): argument 43 # type: (str, str, str, str, str, str, typing.List[ConfigRule], bool) -> typing.List[BuildItem] 54 :param build_system: name of the build system, index into BUILD_SYSTEMS dictionary 55 :param config_rules: mapping of sdkconfig file name patterns to configuration names 71 … # Check if the sdkconfig file specifies IDF_TARGET, and if it is matches the --target argument. 100 build_system, 115 build_system, [all …]
|