From 2797966c47a3d38aaa9690c32efd703158757f23 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Sat, 30 Sep 2017 18:12:45 +0800 Subject: [PATCH] component/bt: increase programming delay for event arbiter to allow for heavy workload --- components/bt/lib | 2 +- components/esp32/ld/esp32.rom.ld | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 8129a8fd3..0710172bc 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 8129a8fd326479204e1fd21267118b72c762cace +Subproject commit 0710172bce30dc2478e61b80a8e4f5e80d6f0e05 diff --git a/components/esp32/ld/esp32.rom.ld b/components/esp32/ld/esp32.rom.ld index 3b11ce2e6..c1c1df088 100644 --- a/components/esp32/ld/esp32.rom.ld +++ b/components/esp32/ld/esp32.rom.ld @@ -361,6 +361,8 @@ PROVIDE ( r_ea_interval_delete = 0x400155a8 ); PROVIDE ( r_ea_interval_duration_req = 0x4001597c ); PROVIDE ( r_ea_interval_insert = 0x4001557c ); PROVIDE ( r_ea_interval_remove = 0x40015590 ); +PROVIDE ( ea_conflict_check = 0x40014e9c ); +PROVIDE ( ea_prog_timer = 0x40014f88 ); PROVIDE ( realloc = 0x4000becc ); PROVIDE ( _realloc_r = 0x4000bbe0 ); PROVIDE ( r_ea_offset_req = 0x40015748 ); @@ -1700,6 +1702,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 */ PROVIDE ( hci_tl_env = 0x3ffb8154 ); PROVIDE ( ld_acl_env = 0x3ffb8258 ); +PROVIDE ( ea_env = 0x3ffb80ec ); PROVIDE ( ld_active_ch_map = 0x3ffb8334 ); PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 ); PROVIDE ( ld_csb_rx_env = 0x3ffb8278 );