update linux port

add cpu delay function
This commit is contained in:
Chen Han
2019-10-29 15:12:20 +08:00
parent 6485c7da2e
commit d22ebb3696
2 changed files with 19 additions and 17 deletions

View File

@@ -93,6 +93,8 @@ __PORT__ void port_systick_priority_set(uint32_t prio); //ok
__PORT__ pthread_t port_create_thread(void *arg);
__PORT__ void port_delay_ms(uint32_t ms);
#if TOS_CFG_TICKLESS_EN > 0u
__PORT__ void port_systick_resume(void);