esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv
Darian Leung aa5d74410b freertos: Synchronize tasks.c functions (minor changes) to v10.4.3
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()
2022-09-19 21:30:52 +08:00
..
include/freertos freertos: Synchronize tasks.c functions (minor changes) to v10.4.3 2022-09-19 21:30:52 +08:00
port.c riscv: Fix esprv_intc_int_set_threshold() naming 2022-09-16 16:45:43 +08:00
portasm.S freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00