| .. |
|
config
|
b178780d52
Merge branch 'bugfix/missing_assign_test_variable' into 'master'
|
5 سال پیش |
|
python_packages
|
75ab9223f9
scan test when weekend 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
|
72a31a62c7
ci: add esp32s3 into template app build
|
5 سال پیش |
|
check-executable.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 سال پیش |
|
check-line-endings.sh
|
74245d27d3
ci: Add line endings check for CRLF in repository
|
7 سال پیش |
|
check_artifacts_expire_time.py
|
c57dfbc0b8
python: Fix yaml.load warnings
|
6 سال پیش |
|
check_build_warnings.py
|
52065ac44f
CI: Allow warning about python cryptgraphy
|
5 سال پیش |
|
check_callgraph.py
|
52607063cb
ci: add script to check section references
|
5 سال پیش |
|
check_deprecated_kconfigs.py
|
58bbd99b9c
Fix missed deprecated Kconfig option caused by tabs in sdkconfig.rename
|
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
|
6956603554
CI: fix Python 3 compatibility in example checker
|
5 سال پیش |
|
check_examples_rom_header.sh
|
a4d0033c03
esp_rom: extract common GPIO apis into esp_rom_gpio.h
|
5 سال پیش |
|
check_idf_version.sh
|
0f8d1cbf1b
CI: get git describe from annotated tags:
|
5 سال پیش |
|
check_public_headers.py
|
56403bd146
ci: define ESP_PLATFORM macro during public header check
|
5 سال پیش |
|
check_public_headers_exceptions.txt
|
3bacf35310
esp_flash: support high capacity flash chips (32-bit address)
|
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_latest_mr_iid.py
|
6c4ab5938c
fix the bug that will cause sonarqube fail when got issue to report but can't get CI_MERGE_REQUEST_IID because it's not a MR pipeline
|
5 سال پیش |
|
configure_ci_environment.sh
|
e8191912c8
Add -Wstrict-prototypes check in CI
|
6 سال پیش |
|
deploy_docs.py
|
d41c130b68
add some prefix for doc urls to make BOT recognize the preview doc url
|
5 سال پیش |
|
envsubst.py
|
b13a536041
mqtt tests: connect to local broker when running in CI to make the tests more reliable
|
7 سال پیش |
|
executable-list.txt
|
1b06cbe3ef
`utils.sh`: add function info, warning, error. Turn `retry_failed.sh` into a function
|
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 سال پیش |
|
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
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 سال پیش |
|
setup_python.sh
|
8737584789
Bugfix/fix RS485 ut fail
|
5 سال پیش |
|
sonar_exclude_list.txt
|
baffdb5fa0
ci: Add FreeRTOS upstream files to the sonar exclude list
|
5 سال پیش |
|
static-analysis-rules.yml
|
f3783ba258
app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version
|
5 سال پیش |
|
test_build_system.sh
|
fe12997a07
ci: update build system tests
|
5 سال پیش |
|
test_build_system_cmake.sh
|
c90d6ae9af
examples: Move idf_as_lib sdkconfig file to the project directory
|
5 سال پیش |
|
test_configure_ci_environment.sh
|
e94288da31
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
|
5 سال پیش |
|
utils.sh
|
1b06cbe3ef
`utils.sh`: add function info, warning, error. Turn `retry_failed.sh` into a function
|
5 سال پیش |