Skip to content

Commit 8f2d1e7

Browse files
committed
Merge branch 'bugfix/collection_of_confirmed_fixes_from_baidu_project' into 'master'
Bugfix/collection of confirmed fixes from baidu project Closes BT-826, BT-542, BCI-31, BCI-34, BT-840, and AUD-1857 See merge request espressif/esp-idf!8675
2 parents 705fc0f + 8fc05d0 commit 8f2d1e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

components/bt/controller/lib

Submodule lib updated 1 file

components/esp_rom/esp32/ld/esp32.rom.ld

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,11 @@ PROVIDE ( r_ld_acl_timing_accuracy_set = 0x4003673c );
707707
PROVIDE ( r_ld_acl_t_poll_get = 0x40036024 );
708708
PROVIDE ( r_ld_acl_t_poll_set = 0x40036068 );
709709
PROVIDE ( r_ld_acl_tx_enc = 0x400362f8 );
710+
PROVIDE ( ld_acl_frm_cbk = 0x40034414 );
711+
PROVIDE ( ld_acl_rsw_end = 0x40032bc0 );
712+
PROVIDE ( ld_acl_end = 0x40033140 );
713+
PROVIDE ( ld_acl_resched = 0x40033814 );
714+
PROVIDE ( ld_acl_test_mode_update = 0x40032050 );
710715
PROVIDE ( r_ld_acl_unsniff = 0x400361e0 );
711716
PROVIDE ( r_ld_active_check = 0x4003cac4 );
712717
PROVIDE ( r_ld_afh_ch_assess_data_get = 0x4003caec );

0 commit comments

Comments
 (0)