esp-idf/tools/ci
Ivan Grokhotkov f5939c9e68 Merge branch 'bugfix/unset-temp-procedure-and-redirect-to-stderr' into 'master'
Tools: Avoid printing warnings in idf.py when autocompleting

Closes IDFCI-207

See merge request espressif/esp-idf!11159
2020-11-12 05:27:32 +08:00
..
config Merge branch 'bugfix/unset-temp-procedure-and-redirect-to-stderr' into 'master' 2020-11-12 05:27:32 +08:00
python_packages Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
apply_bot_filter.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
build_example_dirs.txt ci: support building examples with external components 2018-11-19 12:36:31 +08:00
build_template_app.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
check_artifacts_expire_time.py python: Fix yaml.load warnings 2019-09-13 10:29:38 +00:00
check_build_warnings.py CI: Allow warning about python cryptgraphy 2020-08-20 18:00:35 +08:00
check_callgraph.py ci: add script to check section references 2020-09-03 18:14:17 +02:00
check_codeowners.py CI: Add pre-commit for esp-idf project. 2020-11-02 15:49:13 +08:00
check_deprecated_kconfigs.py check_kconfigs and check_deprecated_kconfigs now use files arguments 2020-11-02 15:49:13 +08:00
check_examples_cmake_make-cmake_ignore.txt usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
check_examples_cmake_make-make_ignore.txt usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
check_examples_cmake_make.py CI: fix Python 3 compatibility in example checker 2020-10-06 19:16:17 +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 pre-commit for esp-idf project. 2020-11-02 15:49:13 +08:00
check_idf_version.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
check_kconfigs.py check_kconfigs and check_deprecated_kconfigs now use files arguments 2020-11-02 15:49:13 +08:00
check_public_headers.py ci: define ESP_PLATFORM macro during public header check 2020-09-29 11:46:46 +02:00
check_public_headers_exceptions.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
check_readme_links.py CI: add script for checking links in example READMEs 2020-07-08 10:39:33 +08:00
check_rom_apis.sh esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
check_ut_cmake_make.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
checkout_project_ref.py ci: limit switching branches for auto_test_script 2020-11-02 06:59:13 +00:00
ci_fetch_submodule.py ci: fix fetch submodule error on python3 2019-12-10 09:38:31 +08:00
ci_get_mr_info.py CI: Add pre-commit for esp-idf project. 2020-11-02 15:49:13 +08:00
configure_ci_environment.sh Add -Wstrict-prototypes check in CI 2019-08-01 16:28:56 +07:00
deploy_docs.py add some prefix for doc urls to make BOT recognize the preview doc url 2020-04-29 15:41:53 +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
executable-list.txt ci: Remove tools/ci/utils.sh from executable list 2020-11-11 07:36:35 +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 check_kconfigs and check_deprecated_kconfigs now use files arguments 2020-11-02 15:49:13 +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
normalize_clangtidy_path.py Add sonarqube code static analysis for idf project 2020-08-24 14:39:15 +08:00
push_to_github.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
setup_python.sh Bugfix/fix RS485 ut fail 2020-10-19 16:17:19 +08:00
sonar_exclude_list.txt ci: Add FreeRTOS upstream files to the sonar exclude list 2020-10-15 07:05:51 +00:00
static-analysis-rules.yml Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_autocomplete.py enable autocompletion for command idf.py 2020-11-03 23:27:58 +01:00
test_build_system.sh ci: update build system tests 2020-06-19 18:40:10 +10:00
test_build_system_cmake.sh examples: Move idf_as_lib sdkconfig file to the project directory 2020-10-14 19:30:30 +11:00
test_check_kconfigs.py CI: Add pre-commit for esp-idf project. 2020-11-02 15:49:13 +08: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
utils.sh ci: Remove tools/ci/utils.sh from executable list 2020-11-11 07:36:35 +00:00