add vorbis, tweak SPIRAM/ISRAM stack

This commit is contained in:
philippe44
2019-05-24 00:40:30 -07:00
parent 11fdc4990c
commit 05925261f2
16 changed files with 1079 additions and 4 deletions

View File

@@ -8,12 +8,15 @@ Adding squeezelite
#pragma GCC optimize ("O0")
#pragma GCC pop_options
- libflac can use espressif's version
- vorbis
- set SPIRAM_MALLOC_ALWAYSINTERNAL to 2048 as it consumes a lot of 8K blocks and uses all internal memory - when no memoru, WiFI chip fails
- set IDF_PATH=/home/esp-idf
- set ESPPORT=COM9
- 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)
- use old "make" environment no CMake
# Wifi SCAN Example