feat(freertos): Simplify xtensa platform code

All normal ISRs are called by "_xt_isr_handler".
This commit is contained in:
dongheng
2019-03-27 16:28:22 +08:00
parent b05cf79870
commit 913188fdf3
10 changed files with 125 additions and 265 deletions

View File

@ -26,6 +26,7 @@
#define _EAGLE_SOC_H_
#include <stdint.h>
#include "driver/soc.h"
/* IO definitions (access restrictions to peripheral registers) */