partial rollback was requested to revive HW CI
This commit is contained in:
parent
52a24ee773
commit
6834d0dd65
|
@ -30,7 +30,8 @@ typedef struct {
|
||||||
|
|
||||||
extern tunerstudio_counters_s tsState;
|
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
|
* handle non CRC wrapped command
|
||||||
|
|
|
@ -769,10 +769,10 @@ void initEngineContoller(DECLARE_ENGINE_PARAMETER_SUFFIX) {
|
||||||
* UNUSED_SIZE constants.
|
* UNUSED_SIZE constants.
|
||||||
*/
|
*/
|
||||||
#ifndef RAM_UNUSED_SIZE
|
#ifndef RAM_UNUSED_SIZE
|
||||||
#define RAM_UNUSED_SIZE 10000
|
#define RAM_UNUSED_SIZE 1300
|
||||||
#endif
|
#endif
|
||||||
#ifndef CCM_UNUSED_SIZE
|
#ifndef CCM_UNUSED_SIZE
|
||||||
#define CCM_UNUSED_SIZE 600
|
#define CCM_UNUSED_SIZE 300
|
||||||
#endif
|
#endif
|
||||||
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
||||||
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
||||||
|
|
Loading…
Reference in New Issue