forked from espressif/esp-idf
feature: separate coex lib from wifi lib, support esp32c6 internal coex
update wifi, coex, phy libs
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
||||
|
Submodule components/esp_coex/lib updated: 403b94e8e0...cc8eae05ca
Submodule components/esp_phy/lib updated: b3e4adbe76...1ab8c85ff1
Submodule components/esp_wifi/lib updated: 7e1c6ef8bf...adf9880a99
Reference in New Issue
Block a user