esp-idf/tools/ci
Harshit Malpani 90d0689331
fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously
This commit fixes the issue with TLS 1.2 connection when TLS 1.3 is
enabled in config.
2024-05-02 17:15:08 +05:30
..
python_packages tests: Replace 'debug_backend' with 'esp-debug-backend' from PyPi 2024-01-31 18:49:21 +03:00
build_example_dirs.txt ci: support building examples with external components 2018-11-19 12:36:31 +08:00
build_template_app.sh ci: fix breaking change in idf-build-apps 1.0.0 2023-09-29 14:16:14 +02:00
check_api_violation.sh ci: added script to check api violations 2021-06-22 11:28:01 +08:00
check_artifacts_expire_time.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_blobs.sh esp_phy: support esp32h2beta2 phy build 2022-05-16 10:50:44 +00:00
check_build_test_rules.py ci: allow running check-readmes pre-commit hook without IDF_PATH set 2022-07-14 16:32:20 +02:00
check_callgraph.py tools: update list of references to not include symbold used by __assert_func calls 2022-12-14 12:37:23 +01:00
check_codeowners.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_copyright_config.yaml change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2023-11-01 21:56:56 +05:30
check_copyright_ignore.txt fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously 2024-05-02 17:15:08 +05:30
check_deprecated_kconfigs.py ci: fix no subtyping for type annotation in python3.7 2022-07-27 11:11:09 +08:00
check_esp_memory_utils_headers.sh esp_hw_support: remove public dependency on bootloader_support 2022-04-16 10:50:12 +02:00
check_examples_rom_header.sh esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
check_executables.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_idf_version.sh Build & config: Remove the "make" build system 2021-11-10 09:53:53 +01:00
check_kconfigs.py fix(kconfcheck): Fixed false-positive indent errors and extended limits 2024-01-15 09:15:58 +01:00
check_ldgen_mapping_exceptions.txt components: fix ldgen check errors 2021-01-19 11:17:18 +08:00
check_public_headers.py CI: check_public_headers script will detect the use of static asserts in headers 2022-12-19 15:06:20 +01:00
check_public_headers_exceptions.txt Fix(esp_wifi): Add the missing header file to the wifi header files 2024-01-03 10:38:31 +08:00
check_readme_links.py cleanup remaining references for esp-cryptoauthlib 2022-08-18 20:15:19 +05:30
check_requirement_files.py Tools: Make easier the detection of the list of Python features 2022-02-03 19:02:14 +01:00
check_rules_yml.py ci: fix no subtyping for type annotation in python3.7 2022-07-27 11:11:09 +08:00
check_soc_headers_leak.py test: ignore pytest dut log artifacts 2022-04-25 17:16:50 +08:00
check_soc_struct_headers.py tools: Change copyright in ci dir 2022-07-11 12:58:06 +00:00
check_tools_files_patterns.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_type_comments.py tools: Change copyright in ci dir 2022-07-11 12:58:06 +00:00
checkout_project_ref.py CI: optimize ATS ci flow 2022-09-15 18:44:50 +08:00
ci_build_apps.py ci: fix breaking change in idf-build-apps 1.0.0 2023-09-29 14:16:14 +02:00
ci_fetch_submodule.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
ci_get_mr_info.py tools: Change copyright in ci dir 2022-07-11 12:58:06 +00:00
clang_tidy_dirs.txt ci: enable clang-tidy check for more components 2021-08-19 09:26:20 +08:00
configure_ci_environment.sh ci: Fix environment variable IDF_CI_BUILD is not set 2023-01-06 02:00:52 +08:00
deploy_docs.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
envsubst.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
exclude_check_tools_files.txt Merge branch 'ci/new-known_failure_cases_workflow(v5.0)' into 'release/v5.0' 2024-03-01 15:04:04 +08:00
executable-list.txt coredump: remove tests (moved to esp-coredump repo) 2023-05-16 12:49:13 +08:00
fix_empty_prototypes.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
get-full-sources.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
get_all_test_results.py CI: update test cases from test results 2022-03-09 14:08:38 +08:00
get_known_failure_cases_file.py ci: change known_failure_cases workflow 2024-01-30 14:27:42 +08:00
get_supported_examples.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
idf_ci_utils.py ci: build but set preserve to false for different nightly_run scenarios 2022-07-18 10:17:54 +08:00
ignore_build_warnings.txt fix(tools/python_dep_check): replace deprecated pkg_resources with importlib 2023-07-14 14:56:30 +02:00
mirror-submodule-update.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
multirun_with_pyenv.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
mypy_ignore_list.txt mqtt/ssl_ds: Remove unwanted references to configure_ds.py, Also updated 2022-08-30 21:39:01 +05:30
push_to_github.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sonar_exclude_list.txt protobuf: Fix v4.21.0 (python) compatibility issue 2022-05-30 09:54:31 +05:30
static-analysis-rules.yml ci: add .cpp and .hpp files, but ignore nvs_storage.cpp 2023-03-09 17:38:53 +08:00
test_autocomplete.py ci(fix): Improve the stability of the autocomplete tests 2023-11-09 14:10:13 +01:00
test_build_system_cmake.sh feat(ci): add test for custom cmake CMAKE_EXECUTABLE_SUFFIX 2023-11-22 14:44:18 +00:00
test_build_system_spaces.py ci: add build job to test paths with spaces 2022-05-02 19:05:48 +02:00
test_check_kconfigs.py fix(kconfcheck): Fixed false-positive indent errors and extended limits 2024-01-15 09:15:58 +01:00
test_configure_ci_environment.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
test_reproducible_build.sh build: create BUILD_DIR/prefix_map_gdbinit when enable reproducible build 2021-10-26 10:55:00 +08:00
utils.sh fix: run_cmd 2022-07-18 09:10:33 +08:00