mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9d5923a13e
IPC shall be put back into esp_system as it is an 'OS additions'.
6 lines
298 B
CMake
6 lines
298 B
CMake
idf_component_register(SRC_DIRS .
|
|
PRIV_INCLUDE_DIRS .
|
|
PRIV_REQUIRES cmock test_utils esp_system driver)
|
|
# Enable task snapshots by setting configENABLE_TASK_SNAPSHOT macro
|
|
idf_build_set_property(COMPILE_OPTIONS "-DconfigENABLE_TASK_SNAPSHOT=1" APPEND)
|