| .. |
|
config
|
60ec13b122
Merge branch 'feature/make_uf2' into 'master'
|
5 лет назад |
|
python_packages
|
97220af848
test: use pyecharts to replace matplotlib in iperf test
|
5 лет назад |
|
apply_bot_filter.py
|
bfa9610f58
tools: Fix the Python coding style
|
7 лет назад |
|
build_example_dirs.txt
|
d4ef2135f0
ci: support building examples with external components
|
7 лет назад |
|
build_template_app.sh
|
5f130ff909
CI: enable C3 template app
|
5 лет назад |
|
check_artifacts_expire_time.py
|
c57dfbc0b8
python: Fix yaml.load warnings
|
6 лет назад |
|
check_build_warnings.py
|
cfcc18719d
ci: Ignore Python 2 deprecation warning
|
5 лет назад |
|
check_callgraph.py
|
52607063cb
ci: add script to check section references
|
5 лет назад |
|
check_codeowners.py
|
bcc8f2628c
CI: Add pre-commit for esp-idf project.
|
5 лет назад |
|
check_deprecated_kconfigs.py
|
47a97d2b52
check_kconfigs and check_deprecated_kconfigs now use files arguments
|
5 лет назад |
|
check_examples_cmake_make-cmake_ignore.txt
|
84aa1c0cc3
usb: cdc support, streams redirection; ci, examples upd
|
5 лет назад |
|
check_examples_cmake_make-make_ignore.txt
|
84aa1c0cc3
usb: cdc support, streams redirection; ci, examples upd
|
5 лет назад |
|
check_examples_cmake_make.py
|
49fd495689
check_examples_cmake_make: now it can run not only under idf path
|
5 лет назад |
|
check_examples_rom_header.sh
|
a4d0033c03
esp_rom: extract common GPIO apis into esp_rom_gpio.h
|
5 лет назад |
|
check_executables.py
|
0a8a99c17b
pre-commit: recognize Windows excecutable files with git
|
5 лет назад |
|
check_idf_version.sh
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 лет назад |
|
check_kconfigs.py
|
47a97d2b52
check_kconfigs and check_deprecated_kconfigs now use files arguments
|
5 лет назад |
|
check_public_headers.py
|
56403bd146
ci: define ESP_PLATFORM macro during public header check
|
5 лет назад |
|
check_public_headers_exceptions.txt
|
7fe16bae25
tools: merge C3 changes into master
|
5 лет назад |
|
check_readme_links.py
|
e6ad766d68
CI: add script for checking links in example READMEs
|
5 лет назад |
|
check_rom_apis.sh
|
a4d0033c03
esp_rom: extract common GPIO apis into esp_rom_gpio.h
|
5 лет назад |
|
check_ut_cmake_make.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
checkout_project_ref.py
|
9e8315d9b3
ci: limit switching branches for auto_test_script
|
5 лет назад |
|
ci_fetch_submodule.py
|
fe521c9d12
ci: fix fetch submodule error on python3
|
6 лет назад |
|
ci_get_mr_info.py
|
bcc8f2628c
CI: Add pre-commit for esp-idf project.
|
5 лет назад |
|
configure_ci_environment.sh
|
e8191912c8
Add -Wstrict-prototypes check in CI
|
6 лет назад |
|
deploy_docs.py
|
94fe736bc5
tools: Avoid subprocess.run(capture_output) argument for Python <3.7 compatibility
|
5 лет назад |
|
envsubst.py
|
b13a536041
mqtt tests: connect to local broker when running in CI to make the tests more reliable
|
7 лет назад |
|
executable-list.txt
|
548ea1bdd5
tools: Wrap flash binaries into a UF2 file for flashing through USB MSC
|
5 лет назад |
|
find_apps_build_apps.sh
|
0478edc6ba
CI: download only required bin for unit-tests. Refactor AssignTest related code
|
5 лет назад |
|
fix_empty_prototypes.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
get-full-sources.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
get_supported_examples.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
idf_ci_utils.py
|
0a8a99c17b
pre-commit: recognize Windows excecutable files with git
|
5 лет назад |
|
mirror-submodule-update.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
multirun_with_pyenv.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
normalize_clangtidy_path.py
|
aeb3c02746
Add sonarqube code static analysis for idf project
|
5 лет назад |
|
push_to_github.sh
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 лет назад |
|
setup_python.sh
|
454edcc0a8
ci: all jobs use python3 by default
|
5 лет назад |
|
sonar_exclude_list.txt
|
10df5b3a7c
CI: clarify file patterns in sonar_exclude_list.txt
|
5 лет назад |
|
static-analysis-rules.yml
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 лет назад |
|
test_autocomplete.py
|
978b5308e8
Close files after writing.
|
5 лет назад |
|
test_build_system.sh
|
60ec13b122
Merge branch 'feature/make_uf2' into 'master'
|
5 лет назад |
|
test_build_system_cmake.sh
|
60ec13b122
Merge branch 'feature/make_uf2' into 'master'
|
5 лет назад |
|
test_check_kconfigs.py
|
bcc8f2628c
CI: Add pre-commit for esp-idf project.
|
5 лет назад |
|
test_configure_ci_environment.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 лет назад |
|
utils.sh
|
8c0e5ecbea
ci: Remove tools/ci/utils.sh from executable list
|
5 лет назад |