# rtos_stm32l4 **Repository Path**: dmcus/rtos_stm32l4 ## Basic Information - **Project Name**: rtos_stm32l4 - **Description**: stm32l4 freertos 常用功能 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-25 - **Last Updated**: 2026-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## freertos 实验 make 1 编译例子 1 make d1 下载例子 1 到 stm32l4 ``` 1: make -C examples/01_uart_it all -j12 d1: make -C examples/01_uart_it download ```