commit for FreeRTOS config with 4K heap and 64 words minimal stack size based on CMSIS_V1 interface.

This commit is contained in:
2026-08-04 14:54:10 +08:00
parent b906de0416
commit f0bb797810
46 changed files with 43275 additions and 64 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void HAL_UART_MspInit(UART_HandleTypeDef* uartHandle)
__HAL_LINKDMA(uartHandle,hdmatx,hdma_usart2_tx);
/* USART2 interrupt Init */
HAL_NVIC_SetPriority(USART2_IRQn, 0, 0);
HAL_NVIC_SetPriority(USART2_IRQn, 3, 0);
HAL_NVIC_EnableIRQ(USART2_IRQn);
/* USER CODE BEGIN USART2_MspInit 1 */