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

@@ -704,7 +704,6 @@ TEST_CASE("Can start/stop timer from ISR context", "[esp_timer]")
#include "soc/dport_reg.h"
#include "soc/frc_timer_reg.h"
#include "esp_ipc.h"
static bool task_stop;
static bool time_jumped;