mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
freertos: Update task snapshot
This commit updates task snapshot as follows: - Refactored implementation to increase readability - Implementation moved into freertos_tasks_c_additions.h - freertos_tasks_c_additions.h made a private header - Support SMP FreeRTOS - Removed configENABLE_TASK_SNAPSHOT option. CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT is direclty used instead.
This commit is contained in:
-6
@@ -285,12 +285,6 @@ extern uint32_t port_switch_flag[];
|
||||
|
||||
// ---------------------- Features -------------------------
|
||||
|
||||
#ifdef CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT
|
||||
#define configENABLE_TASK_SNAPSHOT 1
|
||||
#else
|
||||
#define configENABLE_TASK_SNAPSHOT 0
|
||||
#endif
|
||||
|
||||
/* These currently aren't required, but could be useful additions in the future */
|
||||
#if 0
|
||||
#ifndef configIDLE_TASK_STACK_SIZE
|
||||
|
||||
Reference in New Issue
Block a user