lib/cmsis_rtos_v2: Implement support for thread APIs

These APIs allow defining, creating and controlling of thread
related functionalities.

Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
This commit is contained in:
Rajavardhan Gundi 2018-10-30 12:19:03 +05:30 committed by Carles Cufí
commit 4af7b6ccf4
6 changed files with 516 additions and 0 deletions

View file

@ -29,4 +29,5 @@ config BASE64
source "lib/posix/Kconfig"
source "lib/cmsis_rtos_v1/Kconfig"
source "lib/cmsis_rtos_v2/Kconfig"
endmenu