瀏覽代碼

spiram allocation strategy update

philippe44 5 年之前
父節點
當前提交
4e33d3fea4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -15,9 +15,10 @@ Adding squeezelite
  - change <esp-idf>\components\partition_table\partitions_singleapp.csv to 2M instead of 1M (or more)
  - change flash's size in serial flash config to 16M
  - change main stack size to 8000 as well (for app_main which is slimproto)
+ - change SPIRAM_MALLOC_ALWAYSINTERNAL to 2048 so that vorbis does not exhaust ISRAM, but allocates to SPIRAM instead. When it is echausted, WiFi driver can't allocate SPIRAM (although it should and setting the option to ask it to allocated SPIRAM does not work)
  - use old "make" environment no CMake
  
-  
+ 
 # Wifi SCAN Example
 
 This example shows how to use scan of ESP32.