TS SD integration #1653
This commit is contained in:
parent
2051551617
commit
b3f013b483
|
@ -29,7 +29,8 @@ typedef struct {
|
|||
|
||||
extern tunerstudio_counters_s tsState;
|
||||
|
||||
#define CONNECTIVITY_THREAD_STACK (2 * UTILITY_THREAD_STACK_SIZE)
|
||||
// SD protocol file removal is one of the stack consuming use-cases
|
||||
#define CONNECTIVITY_THREAD_STACK (3 * UTILITY_THREAD_STACK_SIZE)
|
||||
|
||||
/**
|
||||
* handle non CRC wrapped command
|
||||
|
|
|
@ -698,7 +698,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
|
|||
* UNUSED_SIZE constants.
|
||||
*/
|
||||
#ifndef RAM_UNUSED_SIZE
|
||||
#define RAM_UNUSED_SIZE 9600
|
||||
#define RAM_UNUSED_SIZE 8600
|
||||
#endif
|
||||
#ifndef CCM_UNUSED_SIZE
|
||||
#define CCM_UNUSED_SIZE 2900
|
||||
|
|
Loading…
Reference in New Issue