event loop: re-implement based on esp_event library

Includes ds2ds unit test fix, iperf example test fix
This commit is contained in:
Ivan Grokhotkov
2018-11-06 11:09:32 +08:00
parent 1872e34115
commit b1d1e37f87
18 changed files with 952 additions and 811 deletions

View File

@@ -24,6 +24,7 @@ else()
"hw_random.c"
"int_wdt.c"
"intr_alloc.c"
"mesh_event.c"
"panic.c"
"pm_esp32.c"
"pm_trace.c"