diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-04-16 19:57:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-16 19:57:35 +0200 |
| commit | 36e27842e146ddcfbcd5dcef4ebb2c92955242be (patch) | |
| tree | 54c2b4f658a82d5effc5f1a19f5937006aa748cd /src/FreeRTOSConfig.h | |
| parent | eb769fb60ecb8f96ecf6901082ec3f0610842af8 (diff) | |
| parent | 3c413bdd5283f6ef95d23a4b7274722da680f039 (diff) | |
Merge pull request #263 from joaquimorg/0.16.0Update
Fix Issue #262 for 0.16.0 version
Diffstat (limited to 'src/FreeRTOSConfig.h')
| -rw-r--r-- | src/FreeRTOSConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h index 3ba7faa0..b4de26fa 100644 --- a/src/FreeRTOSConfig.h +++ b/src/FreeRTOSConfig.h @@ -63,7 +63,7 @@ #define configTICK_RATE_HZ 1024 #define configMAX_PRIORITIES ( 3 ) #define configMINIMAL_STACK_SIZE ( 120 ) -#define configTOTAL_HEAP_SIZE ( 1024*15 ) +#define configTOTAL_HEAP_SIZE ( 1024*16 ) #define configMAX_TASK_NAME_LEN ( 4 ) #define configUSE_16_BIT_TICKS 0 #define configIDLE_SHOULD_YIELD 1 @@ -96,7 +96,7 @@ #define configUSE_TIMERS 1 #define configTIMER_TASK_PRIORITY ( 0 ) #define configTIMER_QUEUE_LENGTH 32 -#define configTIMER_TASK_STACK_DEPTH ( 200 ) +#define configTIMER_TASK_STACK_DEPTH ( 300 ) /* Tickless Idle configuration. */ #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 |
