update the way that date send to uart. Add Flow route selection Algorithm

This commit is contained in:
不吃油炸鸡
2025-08-14 13:30:27 +08:00
parent e291e27c9c
commit f825971aee
4 changed files with 89 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ const osThreadAttr_t HardwareInitTask_attributes = {
osThreadId_t UartSendTaskHandle;
const osThreadAttr_t UartSendTask_attributes = {
.name = "UartSendTask",
.stack_size = 128 * 1,
.stack_size = 128 * 2,
.priority = (osPriority_t) osPriorityHigh1,
};