From ac8f85c3dd6d5682cc8380649d99a477d8fee7a7 Mon Sep 17 00:00:00 2001 From: baohongde Date: Wed, 1 Jul 2020 16:43:37 +0800 Subject: [PATCH] Fix some assert Fix ld_pscan.c line 249 Fix no FIFO in RX ISR Fix HW error 16384, cased by DMA access memory too slow or fail Set default log level to ERROR --- components/bt/lib | 2 +- components/esp32/ld/esp32.rom.ld | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index cb6623a033..2b43d19330 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit cb6623a033336afa9c6c334434cc338f8ccdcddd +Subproject commit 2b43d19330cb05dd60a907c628a726d1a156097d diff --git a/components/esp32/ld/esp32.rom.ld b/components/esp32/ld/esp32.rom.ld index bd3dbd8072..208cb3a8cb 100644 --- a/components/esp32/ld/esp32.rom.ld +++ b/components/esp32/ld/esp32.rom.ld @@ -686,6 +686,7 @@ PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c ); PROVIDE ( ld_inq_end = 0x4003ab48 ); PROVIDE ( ld_inq_sched = 0x4003aba4 ); PROVIDE ( ld_inq_frm_cbk = 0x4003ae4c ); +PROVIDE ( ld_pscan_frm_cbk = 0x4003ebe4 ); PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 ); PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 ); PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );