mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 06:12:53 +00:00
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>
15 lines
238 B
ReStructuredText
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
|