base blink migrated, code generated (tasks added in MX). tuned

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-23 21:53:22 +03:00
parent da13d43b0b
commit 2fe25879f3
8 changed files with 13 additions and 17 deletions
+2 -5
View File
@@ -63,7 +63,7 @@
#define configCPU_CLOCK_HZ ( SystemCoreClock )
#define configTICK_RATE_HZ ((TickType_t)1000)
#define configMAX_PRIORITIES ( 56 )
#define configMINIMAL_STACK_SIZE ((uint16_t)128)
#define configMINIMAL_STACK_SIZE ((uint16_t)256)
#define configTOTAL_HEAP_SIZE ((size_t)15360)
#define configMAX_TASK_NAME_LEN ( 16 )
#define configUSE_TRACE_FACILITY 1
@@ -87,10 +87,7 @@
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY ( 2 )
#define configTIMER_QUEUE_LENGTH 10
#define configTIMER_TASK_STACK_DEPTH 256
/* The following flag must be enabled only when using newlib */
#define configUSE_NEWLIB_REENTRANT 1
#define configTIMER_TASK_STACK_DEPTH 512
/* Set the following definitions to 1 to include the API function, or zero
to exclude the API function. */