lib/cmsis_rtos_v1: 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-06-05 09:03:12 +05:30 committed by Anas Nashif
commit ccd1c21824
6 changed files with 221 additions and 2 deletions

View file

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