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
+8
View File
@@ -103,6 +103,8 @@
#include "panic.h"
#include "esp_crosscore_int.h"
/* Defined in portasm.h */
extern void _frxt_tick_timer_init(void);
@@ -228,6 +230,12 @@ BaseType_t xPortSysTickHandler( void )
return ret;
}
void vPortYieldOtherCore( BaseType_t coreid ) {
esp_crosscore_int_send_yield( coreid );
}
/*-----------------------------------------------------------*/
/*