Add the Doxygen note to non-supported RTOS kernel APIs.

pull/12872/head
Rajkumar Kanagaraj 2020-04-27 14:38:14 +01:00
parent 28ef7535e3
commit 57e0063e8d
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ uint64_t get_ms_count();
@param fptr pointer to the function to be called
@note You may call this function from ISR context.
@note Bare metal profile: This API is not supported.
*/
void attach_idle_hook(void (*fptr)(void));
@ -56,6 +57,7 @@ void attach_idle_hook(void (*fptr)(void));
@param fptr pointer to the function to be called
@note You may call this function from ISR context.
@note Bare metal profile: This API is not supported.
*/
void attach_thread_terminate_hook(void (*fptr)(osThreadId_t id));