zephyr/doc/porting/porting.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

17 lines
340 B
ReStructuredText

.. _porting:
Porting Guides
##############
This section contains details regarding porting the Zephyr kernel to new
architectures, SoCs and boards. This section also describes the standard
API interfaces supported by Zephyr.
.. toctree::
:maxdepth: 1
arch.rst
board_porting.rst
ip-stack-migrate.rst
porting_to_zephyr.rst