mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
tools(unit-test-app): Modify for ESP8266
1. Remove unused or unsupported unit test 2. Add extra header file to pass compiling 3. Remove unsupported functions
This commit is contained in:
@ -163,6 +163,14 @@ void TASK_SW_ATTR xPortSysTickHandle(void)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Return current CPU clock frequency
|
||||
*/
|
||||
int esp_clk_cpu_freq(void)
|
||||
{
|
||||
return _xt_tick_divisor * XT_TICK_PER_SEC;
|
||||
}
|
||||
|
||||
/*
|
||||
* See header file for description.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user