feat(esp8266): Add fucntion to pass compiling

Remove unused code.
This commit is contained in:
Dong Heng
2018-04-19 14:22:14 +08:00
parent f8692936e0
commit bd148bbb34
2 changed files with 1405 additions and 2239 deletions

View File

@ -10,7 +10,6 @@
*/
#include <xtensa/coreasm.h>
#include <xtensa/config/specreg.h>
#include "xtos-internal.h"
#include "freertos/xtensa_rtos.h"
@ -23,6 +22,14 @@
// .section .iram.text
.section .text
.macro xtos_lock ax
rsil \ax, XCHAL_EXCM_LEVEL
.endm
.macro xtos_unlock ax
wsr \ax, PS
.endm
/*
**********************************************************************************************************
* vPortYield

File diff suppressed because it is too large Load Diff