Most code written. Interrupts still do not fire yet.

This commit is contained in:
Jeroen Domburg
2016-10-26 21:09:55 +08:00
parent cbb26c9532
commit d3d9a8bc28
5 changed files with 233 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __ESP_CROSSCORE_INT_H
#define __ESP_CROSSCORE_INT_H
void esp_crosscore_int_init();
void esp_crosscore_int_send_yield(int coreId);
#endif