mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-26 08:56:28 +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/coreasm.h>
|
||||||
#include <xtensa/config/specreg.h>
|
#include <xtensa/config/specreg.h>
|
||||||
#include "xtos-internal.h"
|
|
||||||
|
|
||||||
#include "freertos/xtensa_rtos.h"
|
#include "freertos/xtensa_rtos.h"
|
||||||
|
|
||||||
@ -23,6 +22,14 @@
|
|||||||
// .section .iram.text
|
// .section .iram.text
|
||||||
.section .text
|
.section .text
|
||||||
|
|
||||||
|
.macro xtos_lock ax
|
||||||
|
rsil \ax, XCHAL_EXCM_LEVEL
|
||||||
|
.endm
|
||||||
|
|
||||||
|
.macro xtos_unlock ax
|
||||||
|
wsr \ax, PS
|
||||||
|
.endm
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**********************************************************************************************************
|
**********************************************************************************************************
|
||||||
* vPortYield
|
* vPortYield
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user