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

@@ -32,7 +32,9 @@
#include <soc/soc.h>
#include <soc/dport_reg.h>
#include "sdkconfig.h"
#ifndef CONFIG_FREERTOS_UNICORE
#include "esp_ipc.h"
#endif
#include "esp_attr.h"
#include "esp_intr_alloc.h"
#include "esp_spi_flash.h"