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:
David Čermák
2026-02-27 20:46:01 +08:00
41 changed files with 12017 additions and 51 deletions
+9
View File
@@ -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
+2
View File
@@ -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