portability: move cmsis APIs to subsys/portability
Move cmsis OS apis under subsystem/portability. Those are not libraries and only serve to provide a level of abstraction using the CMSIS OS APIs to existing Zephyr interfaces. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
077447a52b
commit
a15f32f58c
30 changed files with 17 additions and 6 deletions
|
@ -19,6 +19,7 @@ add_subdirectory(random)
|
|||
add_subdirectory(storage)
|
||||
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
||||
add_subdirectory(fb)
|
||||
add_subdirectory(portability)
|
||||
add_subdirectory(power)
|
||||
add_subdirectory(stats)
|
||||
add_subdirectory(task_wdt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue