mirror of
https://github.com/DuRuofu/ESP32-Guide.git
synced 2026-02-05 22:52:22 +08:00
docs: 更新文章
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
|
||||
# FreeRTOS多任务管理
|
||||
|
||||
> [!NOTE]
|
||||
> 对应视频教程:暂无 <br>
|
||||
> 对应示例代码:暂无
|
||||
> [!TIP] 🚀 **FreeRTOS 多任务管理 | 实现任务并行处理**
|
||||
> - 💡 **碎碎念**😎:本节将介绍如何在 FreeRTOS 中实现多任务管理,帮助你更高效地进行任务调度和并行处理。
|
||||
> - 📺 **视频教程**:🚧 *开发中*
|
||||
> - 💾 **示例代码**:[ESP32-Guide/code/03.freertos_basic/task](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/03.freertos_basic/task)
|
||||
|
||||
|
||||
注意:与原生 FreeRTOS 不同,在 ESP-IDF 中使用 FreeRTOS 的用户 \永远不应调用 `vTaskStartScheduler()` 和 `vTaskEndScheduler()`。相反,ESP-IDF 会自动启动 FreeRTOS。用户必须定义一个 `void app_main(void)` 函数作为用户应用程序的入口点,并在 ESP-IDF 启动时被自动调用。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user