From df3164bd58ce8be1a9bcaecd250fc740a0747287 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Thu, 18 May 2017 21:44:06 +0800 Subject: [PATCH] component/bt: disable information loggings from bt controller --- components/bt/lib | 2 +- components/esp32/ld/esp32.rom.ld | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 3d6345f075..e920ec21b8 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 3d6345f075e3dc4a192d1b8e61ee6e94391f19b0 +Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053 diff --git a/components/esp32/ld/esp32.rom.ld b/components/esp32/ld/esp32.rom.ld index 9981e59f51..5779ae8b4a 100644 --- a/components/esp32/ld/esp32.rom.ld +++ b/components/esp32/ld/esp32.rom.ld @@ -1249,6 +1249,13 @@ PROVIDE ( r_lm_num_clk_adj_ack_pending_set = 0x4004f500 ); PROVIDE ( r_lm_oob_f1 = 0x40012e54 ); PROVIDE ( r_lm_pca_sscan_link_get = 0x4004f560 ); PROVIDE ( r_lm_pca_sscan_link_set = 0x4004f550 ); +PROVIDE ( nvds_null_read = 0x400542a0 ); +PROVIDE ( nvds_null_write = 0x400542a8 ); +PROVIDE ( nvds_null_erase = 0x400542b0 ); +PROVIDE ( nvds_read = 0x400542c4 ); +PROVIDE ( nvds_write = 0x400542fc ); +PROVIDE ( nvds_erase = 0x40054334 ); +PROVIDE ( nvds_init_memory = 0x40054358 ); PROVIDE ( r_lmp_pack = 0x4001135c ); PROVIDE ( r_lmp_unpack = 0x4001149c ); PROVIDE ( r_lm_read_features = 0x4004f0d8 ); @@ -1862,5 +1869,7 @@ PROVIDE ( ld_strain_env = 0x3ffb8330 ); PROVIDE ( LM_Sniff = 0x3ffb8230 ); PROVIDE ( LM_SniffSubRate = 0x3ffb8214 ); PROVIDE ( prbs_64bytes = 0x3ff98992 ); +PROVIDE ( nvds_env = 0x3ffb8364 ); +PROVIDE ( nvds_magic_number = 0x3ff9912a ); /* Above are static data, but can be used, not generated by script >>>>> btdm data */