mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'feat/support-phy-grant-protect_v6.0' into 'release/v6.0'
feat(coex): support phy grant protect (v6.0) See merge request espressif/esp-idf!52558
This commit is contained in:
Submodule components/esp_coex/lib updated: ddc56fa524...02c5707123
@@ -994,7 +994,7 @@ coex_core_ble_conn_dyn_prio_get = 0x40002174;
|
||||
/*coex_core_event_duration_get = 0x40002178;*/
|
||||
coex_core_pti_get = 0x4000217c;
|
||||
coex_core_release = 0x40002180;
|
||||
coex_core_request = 0x40002184;
|
||||
/* coex_core_request = 0x40002184; */
|
||||
coex_core_status_get = 0x40002188;
|
||||
/*coex_core_timer_idx_get = 0x4000218c;*/
|
||||
coex_event_duration_get = 0x40002190;
|
||||
|
||||
@@ -25,7 +25,7 @@ coex_core_ble_conn_dyn_prio_get = 0x40000ad4;
|
||||
coex_core_event_duration_get = 0x40000ad8;
|
||||
coex_core_pti_get = 0x40000adc;
|
||||
coex_core_release = 0x40000ae0;
|
||||
coex_core_request = 0x40000ae4;
|
||||
/* coex_core_request = 0x40000ae4; */
|
||||
coex_core_status_get = 0x40000ae8;
|
||||
/* coex_core_timer_idx_get = 0x40000aec; */
|
||||
coex_event_duration_get = 0x40000af0;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
eco3 fixed
|
||||
***************************************/
|
||||
|
||||
coex_core_timer_idx_get = 0x40000aec;
|
||||
/* coex_core_timer_idx_get = 0x40000aec; */
|
||||
coex_status_get = 0x40000b0c;
|
||||
ets_delay_us = 0x4000003c;
|
||||
Cache_Set_IDROM_MMU_Size = 0x400006c4;
|
||||
|
||||
@@ -25,7 +25,7 @@ coex_core_ble_conn_dyn_prio_get = 0x40000b08;
|
||||
/*coex_core_event_duration_get = 0x40000b0c;*/
|
||||
coex_core_pti_get = 0x40000b10;
|
||||
coex_core_release = 0x40000b14;
|
||||
coex_core_request = 0x40000b18;
|
||||
/* coex_core_request = 0x40000b18; */
|
||||
coex_core_status_get = 0x40000b1c;
|
||||
/*coex_core_timer_idx_get = 0x40000b20;*/
|
||||
coex_event_duration_get = 0x40000b24;
|
||||
|
||||
@@ -21,7 +21,7 @@ coex_core_ble_conn_dyn_prio_get = 0x40000a3c;
|
||||
coex_core_event_duration_get = 0x40000a40;
|
||||
coex_core_pti_get = 0x40000a44;
|
||||
coex_core_release = 0x40000a48;
|
||||
coex_core_request = 0x40000a4c;
|
||||
/* coex_core_request = 0x40000a4c; */
|
||||
coex_core_status_get = 0x40000a50;
|
||||
/* coex_core_timer_idx_get = 0x40000a54; */
|
||||
coex_event_duration_get = 0x40000a58;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
eco4 fixed
|
||||
***************************************/
|
||||
|
||||
coex_core_timer_idx_get = 0x40000a54;
|
||||
/* coex_core_timer_idx_get = 0x40000a54; */
|
||||
coex_status_get = 0x40000a74;
|
||||
ets_delay_us = 0x4000003c;
|
||||
|
||||
|
||||
Submodule components/esp_wifi/lib updated: 38fb17c751...b8aff24075
Reference in New Issue
Block a user