stack & internal memory optimization

will need to move pthread stack to external memory at some point ...
This commit is contained in:
philippe44
2019-08-20 23:04:41 -07:00
parent f547a52c1e
commit 217dd8e5f0
6 changed files with 14 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
#include "nvs_flash.h"
//extern char current_namespace[];
static const char * TAG = "squeezelite_cmd";
#define SQUEEZELITE_THREAD_STACK_SIZE 8192
#define SQUEEZELITE_THREAD_STACK_SIZE (6*1024)
extern int main(int argc, char **argv);
static int launchsqueezelite(int argc, char **argv);
pthread_t thread_squeezelite;