Merge branch 'refactor/esp_ipc' into 'master'

Split esp_ipc to a seaparate component

Closes IDF-1295

See merge request espressif/esp-idf!8520
This commit is contained in:
Angus Gratton
2020-05-25 15:03:04 +08:00
41 changed files with 61 additions and 54 deletions
@@ -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;