|
1 | 1 | tools/ble/**/* |
| 2 | +tools/bt/README.md |
| 3 | +tools/bt/bt_hci_to_btsnoop.py |
2 | 4 | tools/catch/**/* |
| 5 | +tools/check_term.py |
| 6 | +tools/ci/*exclude*.txt |
| 7 | +tools/ci/artifacts_handler.py |
| 8 | +tools/ci/astyle-rules.yml |
3 | 9 | tools/ci/check_*.py |
4 | | -tools/ci/check_*.txt |
5 | 10 | tools/ci/check_*.sh |
| 11 | +tools/ci/check_*.txt |
6 | 12 | tools/ci/check_copyright_config.yaml |
7 | | -tools/ci/get_all_test_results.py |
8 | | -tools/gdb_panic_server.py |
9 | | -tools/check_term.py |
10 | | -tools/python_version_checker.py |
11 | | -tools/ci/astyle-rules.yml |
| 13 | +tools/ci/check_test_files.py |
12 | 14 | tools/ci/checkout_project_ref.py |
13 | 15 | tools/ci/ci_fetch_submodule.py |
14 | 16 | tools/ci/ci_get_mr_info.py |
15 | 17 | tools/ci/ci_process_description.py |
| 18 | +tools/ci/cleanup_ignore_lists.py |
16 | 19 | tools/ci/configure_ci_environment.sh |
17 | | -tools/ci/generate_rules.py |
18 | 20 | tools/ci/deploy_docs.py |
| 21 | +tools/ci/dynamic_pipelines/**/* |
19 | 22 | tools/ci/envsubst.py |
20 | | -tools/ci/*exclude*.txt |
21 | 23 | tools/ci/executable-list.txt |
22 | 24 | tools/ci/fix_empty_prototypes.sh |
| 25 | +tools/ci/generate_rules.py |
23 | 26 | tools/ci/get-full-sources.sh |
| 27 | +tools/ci/get_all_test_results.py |
| 28 | +tools/ci/get_known_failure_cases_file.py |
| 29 | +tools/ci/get_supported_examples.sh |
| 30 | +tools/ci/gitlab_yaml_linter.py |
| 31 | +tools/ci/idf_build_apps_dump_soc_caps.py |
| 32 | +tools/ci/idf_ci_local/**/* |
24 | 33 | tools/ci/idf_ci_utils.py |
25 | 34 | tools/ci/mirror-submodule-update.sh |
26 | 35 | tools/ci/multirun_with_pyenv.sh |
27 | 36 | tools/ci/mypy_ignore_list.txt |
| 37 | +tools/ci/previous_stage_job_status.py |
28 | 38 | tools/ci/push_to_github.sh |
| 39 | +tools/ci/python_packages/common_test_methods.py |
| 40 | +tools/ci/python_packages/gitlab_api.py |
| 41 | +tools/ci/python_packages/idf_http_server_test/**/* |
| 42 | +tools/ci/python_packages/idf_iperf_test_util/**/* |
29 | 43 | tools/ci/python_packages/wifi_tools.py |
| 44 | +tools/ci/sg_rules/* |
| 45 | +tools/ci/sort_yaml.py |
| 46 | +tools/ci/test_linter.py |
30 | 47 | tools/ci/utils.sh |
31 | 48 | tools/eclipse-code-style.xml |
| 49 | +tools/esp_prov/**/* |
32 | 50 | tools/format.sh |
| 51 | +tools/gdb_panic_server.py |
| 52 | +tools/legacy_exports/export_legacy.bat |
| 53 | +tools/legacy_exports/export_legacy.fish |
| 54 | +tools/legacy_exports/export_legacy.ps1 |
| 55 | +tools/legacy_exports/export_legacy.sh |
33 | 56 | tools/mocks/**/* |
| 57 | +tools/python_version_checker.py |
34 | 58 | tools/set-submodules-to-github.sh |
35 | | -tools/templates/sample_project/main/main.c |
36 | | -tools/templates/sample_project/CMakeLists.txt |
37 | | -tools/templates/sample_project/main/CMakeLists.txt |
38 | 59 | tools/templates/sample_component/CMakeLists.txt |
39 | 60 | tools/templates/sample_component/include/main.h |
40 | 61 | tools/templates/sample_component/main.c |
41 | | -tools/ci/cleanup_ignore_lists.py |
42 | | -tools/ci/artifacts_handler.py |
43 | | -tools/ci/get_known_failure_cases_file.py |
| 62 | +tools/templates/sample_project/CMakeLists.txt |
| 63 | +tools/templates/sample_project/main/CMakeLists.txt |
| 64 | +tools/templates/sample_project/main/main.c |
44 | 65 | tools/unit-test-app/**/* |
45 | | -tools/ci/gitlab_yaml_linter.py |
46 | | -tools/ci/dynamic_pipelines/**/* |
47 | | -tools/ci/idf_ci_local/**/* |
48 | | -tools/ci/get_supported_examples.sh |
49 | | -tools/ci/python_packages/common_test_methods.py |
50 | | -tools/ci/python_packages/gitlab_api.py |
51 | | -tools/ci/python_packages/idf_http_server_test/**/* |
52 | | -tools/ci/python_packages/idf_iperf_test_util/**/* |
53 | | -tools/esp_prov/**/* |
54 | | -tools/ci/sort_yaml.py |
55 | | -tools/ci/sg_rules/* |
56 | | -tools/ci/previous_stage_job_status.py |
57 | | -tools/legacy_exports/export_legacy.fish |
58 | | -tools/legacy_exports/export_legacy.sh |
59 | | -tools/legacy_exports/export_legacy.ps1 |
60 | | -tools/legacy_exports/export_legacy.bat |
61 | | -tools/ci/idf_build_apps_dump_soc_caps.py |
62 | | -tools/bt/bt_hci_to_btsnoop.py |
63 | | -tools/bt/README.md |
64 | | -tools/ci/test_linter.py |
65 | | -tools/ci/check_test_files.py |
0 commit comments