Răsfoiți Sursa

component/bt: disable information loggings from bt controller

wangmengyang 8 ani în urmă
părinte
comite
df3164bd58
2 a modificat fișierele cu 10 adăugiri și 1 ștergeri
  1. 1 1
      components/bt/lib
  2. 9 0
      components/esp32/ld/esp32.rom.ld

+ 1 - 1
components/bt/lib

@@ -1 +1 @@
-Subproject commit 3d6345f075e3dc4a192d1b8e61ee6e94391f19b0
+Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053

+ 9 - 0
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 */