随笔分类 - 操作系统
摘要:take esp32c3 as an example //freertos app_main → main_task → esp_startup_start_app_common → esp_startup_start_app → //esp_system start_cpu0_default →
阅读全文
摘要:创建 一般使用xTaskCreate函数进行创建 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth, void * const pvParameters
阅读全文