zephyr/doc/porting/porting.rst
David B. Kinder 37340c7353 doc: remove obsolete v1 changes/porting docs
doc/kernel/overview/changes.rst contains information about changes from
kernel release 1.5 ("Version 1 Kernel") to the combined "Version 2
Kernel" and doc/porting/application.rst talked about how to change
applications using Version 1 interfaces to the Version 2 interface.
This information remains in the online tagged versions of the
documentation, but it's time to remove this from the current
documentation set. (Also removing example porting code.)

Fixes issue #1524

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2017-10-03 14:47:11 -04:00

15 lines
238 B
ReStructuredText

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