уменьшила стек задач, как в примерах freeRTOS

This commit is contained in:
KLASSENTS 2025-03-27 11:51:13 +07:00
parent 599e779895
commit 78ef98a74d

View File

@ -36,7 +36,7 @@ extern "C" {
#define configCPU_CLOCK_HZ ( ( uint32_t ) F_CPU ) // This F_CPU variable set by the environment #define configCPU_CLOCK_HZ ( ( uint32_t ) F_CPU ) // This F_CPU variable set by the environment
#define configTICK_RATE_HZ ( ( TickType_t ) 100 ) #define configTICK_RATE_HZ ( ( TickType_t ) 100 )
#define configMAX_PRIORITIES 4 #define configMAX_PRIORITIES 4
#define configMINIMAL_STACK_SIZE 192 #define configMINIMAL_STACK_SIZE 128
#define configMAX_TASK_NAME_LEN 16 #define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0 #define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1 #define configIDLE_SHOULD_YIELD 1