esp-idf/tools/ci
Roland Dobai b28d7e6850 Tools: Improve the Python package system
Introduce features into the Python package management system & manage
package versions outside of ESP-IDF repo.
2022-01-17 16:54:36 +01:00
..
python_packages esptool/espefuse: execute_scripts can be run nested way 2021-12-16 22:32:20 +08:00
build_example_dirs.txt ci: support building examples with external components 2018-11-19 12:36:31 +08:00
build_pytest_apps.py ci: add pytest-embedded CI jobs 2021-11-30 09:42:12 +08:00
build_template_app.sh CI: add fast_template_app and tools support 2021-11-06 17:33:44 +08: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 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_blobs.sh ci: improve checks for Wi-Fi/PHYlibraries 2022-01-04 00:30:55 +01:00
check_build_warnings.py ci: temporary bypass tinyxml2 cmake deprecated warning 2022-01-07 16:18:32 +08:00
check_callgraph.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_codeowners.py ci: make ignore lists optional for approval 2021-10-12 10:14:23 +08:00
check_copyright.py Tools: Allow all combinations of supported licenses in the header 2021-12-06 16:54:56 +01:00
check_copyright_config.yaml ci: Create a copyright entry for lwip-component 2022-01-14 16:44:44 +01:00
check_copyright_ignore.txt Merge branch 'feature/expat_to_component_manager' into 'master' 2022-01-16 05:49:36 +00:00
check_deprecated_kconfigs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08: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 pre-commit: recognize Windows excecutable files with git 2020-11-12 17:52:31 +08:00
check_idf_version.sh Build & config: Remove the "make" build system 2021-11-10 09:53:53 +01:00
check_kconfigs.py tools: Delete the old kconfig tools 2021-11-24 13:07:56 +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: Make public header checker print help/tips on failure 2022-01-03 09:34:21 +01:00
check_public_headers_exceptions.txt Push out `expat` to idf-extra-components repository 2022-01-12 10:13:23 +05:30
check_readme_links.py check_readme_links: remove throwing of exception before exit 2021-04-26 15:36:30 +08:00
check_rules_yml.py ci(pre-commit): check if rules is updated and valid 2021-02-10 14:50:07 +08:00
check_soc_headers_leak.py ci: check unstable soc headers wont be leaked by public api 2022-01-06 21:43:12 +08:00
check_soc_struct_headers.py soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
check_tools_files_patterns.py fix(ci): exclude patterns python files while checking tools pattern 2021-12-27 16:35:55 +08:00
check_type_comments.py Change logic for MYPY checker 2021-05-11 08:45:14 +02:00
checkout_project_ref.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ci_fetch_submodule.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ci_get_mr_info.py Add mypy check to pre-commit-config 2021-02-25 07:05:43 +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: enable ccache for build jobs 2021-12-22 00:58:49 +01:00
deploy_docs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
envsubst.py mqtt tests: connect to local broker when running in CI to make the tests more reliable 2019-01-11 15:30:15 +01:00
exclude_check_tools_files.txt fix(ci): exclude patterns python files while checking tools pattern 2021-12-27 16:35:55 +08:00
executable-list.txt Build: fix idf_as_lib example not building 2022-01-06 03:17:29 +00:00
find_apps_build_apps.sh CI: download only required bin for unit-tests. Refactor AssignTest related code 2020-08-04 13:27:16 +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_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 fix(ci): use pathlib do glob pattern match 2021-12-27 16:29:42 +08: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 Tools: Improve the Python package system 2022-01-17 16:54:36 +01:00
push_to_github.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
setup_python.sh Drop support for unsupported Python versions 2021-06-21 21:48:49 +02:00
sonar_exclude_list.txt Add entry for http_parser in CODEOWNERS and sonar exclusion list 2022-01-11 10:26:25 +05:30
static-analysis-rules.yml Push out `expat` to idf-extra-components repository 2022-01-12 10:13:23 +05:30
test_autocomplete.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_build_system_cmake.sh CI: idf_as_lib is now run on all suported targets 2022-01-07 12:10:35 +08:00
test_check_kconfigs.py tools: Delete the old kconfig tools 2021-11-24 13:07:56 +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 ci: enable clang-tidy check for more components 2021-08-19 09:26:20 +08:00