zephyr/doc/porting/porting_to_zephyr.rst
Rajavardhan Gundi d22cd76c9c CMSIS RTOS V1: Introduce CMSIS RTOS V1 API header file
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>
2018-08-13 13:08:07 -07:00

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