Fu Hanxi 1a0dd5a162 Merge branch 'ci/replace_internal_clang-tidy-runner' into 'master' 2 anni fa
..
idf_pytest 54f13eaacc feat(ci): add ci cases for openthread border router 2 anni fa
integration_test fe39b922ca seperate ble wifi environment and support ci esp32c2 3 anni fa
python_packages 22e2738f78 ci: build and test only modified components related test cases 2 anni fa
astyle-rules.yml 43741ec803 ci: add astyle pre-commit check 2 anni fa
build_template_app.sh 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 anni fa
check_api_violation.sh 4c0ddd34b4 ci: added script to check api violations 4 anni fa
check_artifacts_expire_time.py 819d5a2b61 ci: Add python types hints 3 anni fa
check_blobs.sh 9440430db2 esp_phy: support esp32h2beta2 phy build 3 anni fa
check_build_test_rules.py 7dbd3f6909 feat(ci): Enable p4 example, test_apps and unit tests CI build 2 anni fa
check_callgraph.py f0c07f82b5 fix(test): check call graph for hal component 2 anni fa
check_codeowners.py 819d5a2b61 ci: Add python types hints 3 anni fa
check_copyright_config.yaml c82a792bc3 change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2 anni fa
check_copyright_ignore.txt 9e20bf4f06 feat(esp_hid): migrate the tests from unit-test-app 2 anni fa
check_deprecated_kconfigs.py f5cbe88c22 ci: fix no subtyping for type annotation in python3.7 3 anni fa
check_esp_memory_utils_headers.sh 85cb079838 esp_hw_support: remove public dependency on bootloader_support 3 anni fa
check_examples_extra_component_dirs.sh 8c26ddf4a1 feat(ci): add CI check for EXTRA_COMPONENT_DIRS in examples 2 anni fa
check_examples_rom_header.sh a4d0033c03 esp_rom: extract common GPIO apis into esp_rom_gpio.h 5 anni fa
check_executables.py 819d5a2b61 ci: Add python types hints 3 anni fa
check_idf_version.sh 9c1d4f5b54 Build & config: Remove the "make" build system 4 anni fa
check_kconfigs.py c7a827a136 kconfig: update check_kconfigs.py to handle orsource command 3 anni fa
check_ldgen_mapping_exceptions.txt e9345bcced build: Adds support for Clangs's toolchain compiler-rt 2 anni fa
check_public_headers.py 8b9f8555ea refactor(tools): public header check also checks c++ now 2 anni fa
check_public_headers_exceptions.txt b09462eae8 feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2 anni fa
check_readme_links.py 1edc761ef2 cleanup remaining references for esp-cryptoauthlib 3 anni fa
check_requirement_files.py 2ffc5ac6e6 change(esp_prov): remove future usage 2 anni fa
check_rules_components_patterns.py 1ce30750c9 fix(pre-commit): ignore files not in git repo 2 anni fa
check_rules_yml.py 27e199605a ci: remove unused rules 3 anni fa
check_soc_headers_leak.py d623ce0d53 refactor(gpio): per-target gpio number definition 2 anni fa
check_soc_struct_headers.py 09d15e5abc tools: Change copyright in ci dir 3 anni fa
check_tools_files_patterns.py 819d5a2b61 ci: Add python types hints 3 anni fa
check_type_comments.py 09d15e5abc tools: Change copyright in ci dir 3 anni fa
checkout_project_ref.py bfa96bc597 CI: optimize ATS ci flow 3 anni fa
ci_build_apps.py 17bbb2a5a2 ci(pytest): use one class to filter the nightly_run 2 anni fa
ci_fetch_submodule.py 819d5a2b61 ci: Add python types hints 3 anni fa
ci_get_mr_info.py 35adff40e0 ci: get_mr_info support components 2 anni fa
clang_tidy_dirs.txt d66a407eb3 ci: enable clang-tidy check for more components 4 anni fa
cleanup_ignore_lists.py c79c16a73e ci: fix cleanup_ignore_lists.py on windows 2 anni fa
configure_ci_environment.sh 47c2c13de5 build: Adds support for universal Clang toolchain 3 anni fa
deploy_docs.py 819d5a2b61 ci: Add python types hints 3 anni fa
envsubst.py 819d5a2b61 ci: Add python types hints 3 anni fa
exclude_check_tools_files.txt 43741ec803 ci: add astyle pre-commit check 2 anni fa
executable-list.txt 8c26ddf4a1 feat(ci): add CI check for EXTRA_COMPONENT_DIRS in examples 2 anni fa
fix_empty_prototypes.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
generate_rules.py 27e199605a ci: remove unused rules 3 anni fa
get-full-sources.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
get_all_test_results.py 5c211efaa8 CI: update test cases from test results 3 anni fa
get_supported_examples.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
idf_ci_utils.py 1d69302eae ci(pytest): move pytest utils into tools/ci/idf_pytest 2 anni fa
idf_unity_tester.py 63fe059b55 ci(pytest): fix multi-dut missing c test case in the junit report issue 2 anni fa
ignore_build_warnings.txt c7da726b0b fix(tools/python_dep_check): replace deprecated pkg_resources with importlib 2 anni fa
mirror-submodule-update.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
multirun_with_pyenv.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
mypy_ignore_list.txt 60db076a96 ci: add pre-commit to cleanup ignore lists 2 anni fa
push_to_github.sh 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 anni fa
sonar_exclude_list.txt 1ee3ee6854 protobuf: Fix v4.21.0 (python) compatibility issue 3 anni fa
static-analysis-rules.yml d14d001e44 wpa_supplicant:Fix potential null pointer dereference 3 anni fa
test_autocomplete.py 09d15e5abc tools: Change copyright in ci dir 3 anni fa
test_check_kconfigs.py f64b3902cf tools: Delete the old kconfig tools 4 anni fa
test_configure_ci_environment.sh e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 5 anni fa
test_reproducible_build.sh ea1005b740 build: create BUILD_DIR/prefix_map_gdbinit when enable reproducible build 4 anni fa
utils.sh 4dbe541f80 ci: replace internal clang-tidy runner with the pypi project 2 anni fa