Merge branch 'bugfix/btdm_ea_overload_for_rel_v2.1' into 'release/v2.1'
component/bt: update bluetooth library to increase programming delay in EA See merge request !1344
This commit is contained in:
commit
84413f641d
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 4c88c24ce7a21bf9b95fc3d7dc9f7b99595f0189
|
Subproject commit 8eb11d09d7df9fc2a612b867f7dfbbcd3e43356a
|
|
@ -432,6 +432,8 @@ PROVIDE ( r_ea_interval_delete = 0x400155a8 );
|
||||||
PROVIDE ( r_ea_interval_duration_req = 0x4001597c );
|
PROVIDE ( r_ea_interval_duration_req = 0x4001597c );
|
||||||
PROVIDE ( r_ea_interval_insert = 0x4001557c );
|
PROVIDE ( r_ea_interval_insert = 0x4001557c );
|
||||||
PROVIDE ( r_ea_interval_remove = 0x40015590 );
|
PROVIDE ( r_ea_interval_remove = 0x40015590 );
|
||||||
|
PROVIDE ( ea_conflict_check = 0x40014e9c );
|
||||||
|
PROVIDE ( ea_prog_timer = 0x40014f88 );
|
||||||
PROVIDE ( realloc = 0x4000becc );
|
PROVIDE ( realloc = 0x4000becc );
|
||||||
PROVIDE ( _realloc_r = 0x4000bbe0 );
|
PROVIDE ( _realloc_r = 0x4000bbe0 );
|
||||||
PROVIDE ( r_ea_offset_req = 0x40015748 );
|
PROVIDE ( r_ea_offset_req = 0x40015748 );
|
||||||
|
@ -1855,6 +1857,7 @@ PROVIDE ( ets_update_cpu_frequency_rom = 0x40008550 ); /* Updates g_ticks_per_u
|
||||||
/* Following are static data, but can be used, not generated by script <<<<< btdm data */
|
/* Following are static data, but can be used, not generated by script <<<<< btdm data */
|
||||||
PROVIDE ( hci_tl_env = 0x3ffb8154 );
|
PROVIDE ( hci_tl_env = 0x3ffb8154 );
|
||||||
PROVIDE ( ld_acl_env = 0x3ffb8258 );
|
PROVIDE ( ld_acl_env = 0x3ffb8258 );
|
||||||
|
PROVIDE ( ea_env = 0x3ffb80ec );
|
||||||
PROVIDE ( ld_active_ch_map = 0x3ffb8334 );
|
PROVIDE ( ld_active_ch_map = 0x3ffb8334 );
|
||||||
PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 );
|
PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 );
|
||||||
PROVIDE ( ld_csb_rx_env = 0x3ffb8278 );
|
PROVIDE ( ld_csb_rx_env = 0x3ffb8278 );
|
||||||
|
|
Loading…
Reference in a new issue