CMSIS RTOS API provides a generic RTOS interface for embedded processors (actually for Cortex-M processors but are generic enough to be used elsewhere). This header file is for V1 version. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
14 lines
380 B
ReStructuredText
14 lines
380 B
ReStructuredText
.. _porting_to_zephyr:
|
|
|
|
Porting Applications to Zephyr
|
|
##############################
|
|
|
|
This section describes standard API interfaces supported by Zephyr.
|
|
Applications written using standard API interfaces are supposed to
|
|
be OS agnostic. Supporting such APIs in Zephyr would make it easier
|
|
to port those applications to Zephyr.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
cmsis_rtos_v1.rst
|