mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 04:21:00 +02:00
IDF master cf457d412 (#5073)
esp-dsp: master 7cc5073 esp-face: master 420fc7e esp-rainmaker: f1b82c7 esp32-camera: master 2dded7c esp_littlefs: master d268e18
This commit is contained in:
@ -1203,6 +1203,10 @@ BaseType_t xTaskResumeFromISR( TaskHandle_t xTaskToResume ) PRIVILEGED_FUNCTION;
|
||||
/**
|
||||
* Starts the real time kernel tick processing.
|
||||
*
|
||||
* NOTE: In ESP-IDF the scheduler is started automatically during
|
||||
* application startup, vTaskStartScheduler() should not be called from
|
||||
* ESP-IDF applications.
|
||||
*
|
||||
* After calling the kernel has control over which tasks are executed and when.
|
||||
*
|
||||
* See the demo application file main.c for an example of creating
|
||||
|
Reference in New Issue
Block a user