mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(esp8266): Add fucntion to pass compiling
Remove unused code.
This commit is contained in:
@ -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
Reference in New Issue
Block a user