TS SD integration #1653

This commit is contained in:
rusefi 2020-08-07 17:24:02 -04:00
parent 512d7c2c49
commit 20ec569e46
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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