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 | ||
port.c | ||
portasm.S | ||
readme_xtensa.txt | ||
xt_asm_utils.h | ||
xtensa_context.S | ||
xtensa_init.c | ||
xtensa_loadstore_handler.S | ||
xtensa_overlay_os_hook.c | ||
xtensa_vector_defaults.S | ||
xtensa_vectors.S |