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>
17 lines
340 B
ReStructuredText
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
|