mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 09:22:09 +08:00
feat(newlib): Add lock function
Fixed some warnings due to the lack of macrodefinition.
This commit is contained in:
@@ -157,6 +157,15 @@ void vPortEndScheduler( void ) PRIVILEGED_FUNCTION;
|
||||
void vPortStoreTaskMPUSettings( xMPU_SETTINGS *xMPUSettings, const struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t ulStackDepth ) PRIVILEGED_FUNCTION;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* @brief check if current at interrupt context
|
||||
*
|
||||
* @param none
|
||||
*
|
||||
* @return 1 if at interrupt context or 0
|
||||
*/
|
||||
int xPortInIsrContext(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user