esp_ipc: Move to new component

This commit moves esp_ipc into a separate component.
This commit is contained in:
Darian Leung
2020-04-27 14:29:54 +08:00
parent 514596cb81
commit 11d96b39d0
40 changed files with 50 additions and 43 deletions

View File

@@ -26,7 +26,6 @@
#include "xtensa/core-macros.h"
#include "xtensa/xt_perf_consts.h"
#include "xtensa-debug-module.h"
#include "esp_ipc.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp32/clk.h"