feature: separate coex lib from wifi lib, support esp32c6 internal coex

update wifi, coex, phy libs
This commit is contained in:
liuning
2023-02-16 11:28:51 +08:00
committed by BOT
parent 31e340ee0d
commit db11eaecdc
5 changed files with 7 additions and 3 deletions

View File

@@ -80,6 +80,7 @@
/components/efuse/ @esp-idf-codeowners/system
/components/esp_adc/ @esp-idf-codeowners/peripherals
/components/esp_app_format/ @esp-idf-codeowners/system @esp-idf-codeowners/app-utilities
/components/esp_coex/ @esp-idf-codeowners/wifi @esp-idf-codeowners/bluetooth @esp-idf-codeowners/ieee802154
/components/esp_common/ @esp-idf-codeowners/system
/components/esp_eth/ @esp-idf-codeowners/network
/components/esp_event/ @esp-idf-codeowners/system

View File

@@ -86,6 +86,7 @@
.patterns-target_test-i154: &patterns-target_test-i154
- "components/esp_phy/**/*"
- "components/ieee802154/**/*"
- "components/esp_coex/**/*"
.patterns-example_test-i154: &patterns-example_test-i154
- "components/esp_netif/**/*"
@@ -100,6 +101,7 @@
- "components/esp_wifi/**/*"
- "components/esp_phy/**/*"
- "components/wpa_supplicant/**/*"
- "components/esp_coex/**/*"
.patterns-integration_test-ble: &patterns-integration_test-ble
- "tools/ci/python_packages/gitlab_api.py"
@@ -109,6 +111,7 @@
- "components/bt/controller/lib_esp32h2/esp32h2-bt-lib"
- "components/bt/host/nimble/nimble"
- "components/esp_phy/lib"
- "components/esp_coex/**/*"
.patterns-integration_test-wifi: &patterns-integration_test-wifi
- "tools/ci/python_packages/gitlab_api.py"