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:
parent
b609175aff
commit
4af7b6ccf4
6 changed files with 516 additions and 0 deletions
|
@ -29,4 +29,5 @@ config BASE64
|
|||
source "lib/posix/Kconfig"
|
||||
|
||||
source "lib/cmsis_rtos_v1/Kconfig"
|
||||
source "lib/cmsis_rtos_v2/Kconfig"
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue