mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
aa5d74410b
This commit synchronizes multiple functions in tasks.c with upstream v10.4.3 that contain minor differences. The following functions have had their parameter names or code formatting updated: - xTaskCreateStaticPinnedToCore() - xTaskCreatePinnedToCore() - prvInitialiseNewTask() - prvTaskIsTaskSuspended() - vTaskStartScheduler() - xTaskResumeAll() - xTaskCheckForTimeOut() - uxTaskResetEventItemValue() The following functions have had their missing "xAlreadyYielded" restored - xTaskDelayUntil() - vTaskDelay() The following functions have had their critical section/interrupt disdable usage update - vTaskSuspendAll() - xTaskGetTickCountFromISR() - xTaskGetApplicationTaskTagFromISR() |
||
---|---|---|
.. | ||
include/freertos | ||
portable | ||
croutine.c | ||
event_groups.c | ||
GitHub-FreeRTOS-Kernel-Home.url | ||
History.txt | ||
LICENSE.md | ||
list.c | ||
queue.c | ||
Quick_Start_Guide.url | ||
stream_buffer.c | ||
tasks.c | ||
timers.c |