|
@@ -0,0 +1,19 @@
|
|
|
+
|
|
|
+2023 11 15 添加
|
|
|
+BLE 额外配置选项
|
|
|
+The cpu core which Bluedroid run (Core 1 (APP CPU)) --->(X) Core 1 (APP CPU)
|
|
|
+
|
|
|
+[ ] Enable BLE multi-conections
|
|
|
+[*] BT/BLE will first malloc the memory from the PSRAM
|
|
|
+[*] Use dynamic memory allocation in BT/BLE stack
|
|
|
+
|
|
|
+Component config → Bluetooth → Controller OptionsThe cpu core which bluetooth controller run (Core 1 (APP CPU)) --->(X) Core 1 (APP CPU)
|
|
|
+
|
|
|
+Component config → Bluetooth → Controller Options → MODEM SLEEP Options [*] Bluetooth modem sleep [*] Bluetooth Modem sleep Mode 1 Bluetooth low power clock (Main crystal) --->
|
|
|
+
|
|
|
+(Top) → Component config → ESP PSRAM → Support for external, SPI-connected RAM → SPI RAM config
|
|
|
+[*] Cache load read only data from SPI RAM
|
|
|
+(1024) Maximum malloc() size, in bytes, to always put in internal memory
|
|
|
+[*] Allow .bss segment placed in external memory
|
|
|
+
|
|
|
+
|