mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'feat/wifi_remote_migration' into 'master'
feat(wifi_remote): Add wifi remote to IDF Closes IDF-15268 See merge request espressif/esp-idf!45775
This commit is contained in:
@@ -29,6 +29,15 @@ check_api_usage:
|
||||
- tools/ci/check_api_violation.sh
|
||||
- tools/ci/check_examples_extra_component_dirs.sh
|
||||
|
||||
check_wifi_remote_api:
|
||||
extends:
|
||||
- .pre_check_template
|
||||
- .rules:build:check
|
||||
script:
|
||||
- cd components/esp_wifi/remote/scripts/
|
||||
- python generate_and_check.py
|
||||
- git diff --exit-code || { echo 'Differences found. Please run generate_and_check.py and commit the changes.'; exit 1; }
|
||||
|
||||
check_blobs:
|
||||
extends:
|
||||
- .pre_check_template
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
- "tools/idf.py"
|
||||
- "tools/idf_py_actions/**/*"
|
||||
- "tools/ci/ignore_build_warnings.txt"
|
||||
- "tools/ci/esp_err_to_name_exceptions.txt"
|
||||
- "tools/ci/test_build_system*.sh"
|
||||
- "tools/ci/test_build_system*.py"
|
||||
- "tools/ci/build_template_app.sh"
|
||||
@@ -72,6 +73,7 @@
|
||||
- "tools/ci/check_public_headers.py"
|
||||
- "tools/ci/check_register_rw_half_word.cmake"
|
||||
- "tools/ci/check_register_rw_half_word.py"
|
||||
- "components/esp_wifi/remote/scripts/generate_and_check.py"
|
||||
- "examples/build_system/**/*"
|
||||
|
||||
.patterns-host_test_cli_installer: &patterns-host_test_cli_installer
|
||||
|
||||
Reference in New Issue
Block a user