doc: build: move build docs one level up
This is now a top level section. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
|
@ -265,7 +265,7 @@ Build system:
|
|||
- CMakeLists.txt
|
||||
- scripts/zephyr_module.py
|
||||
- share/
|
||||
- doc/guides/build/
|
||||
- doc/build/
|
||||
- doc/guides/modules.rst
|
||||
labels:
|
||||
- "area: Build System"
|
||||
|
@ -1054,7 +1054,7 @@ Kconfig:
|
|||
- nashif
|
||||
files:
|
||||
- scripts/kconfig/
|
||||
- doc/guides/build/kconfig/
|
||||
- doc/build/kconfig/
|
||||
labels:
|
||||
- "area: Kconfig"
|
||||
description: >-
|
||||
|
|
0
doc/guides/build/build-build-phase-1.svg → doc/build/build-build-phase-1.svg
generated
vendored
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
0
doc/guides/build/build-build-phase-2.svg → doc/build/build-build-phase-2.svg
generated
vendored
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
0
doc/guides/build/build-build-phase-3.svg → doc/build/build-build-phase-3.svg
generated
vendored
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
0
doc/guides/build/build-build-phase-4.svg → doc/build/build-build-phase-4.svg
generated
vendored
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
0
doc/guides/build/build-build-phase-5.svg → doc/build/build-build-phase-5.svg
generated
vendored
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
0
doc/guides/build/build-build-phase-6.svg → doc/build/build-build-phase-6.svg
generated
vendored
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
0
doc/guides/build/build-config-phase.svg → doc/build/build-config-phase.svg
generated
vendored
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
0
doc/guides/build/build-postprocess-1.svg → doc/build/build-postprocess-1.svg
generated
vendored
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
0
doc/guides/build/build-postprocess-2.svg → doc/build/build-postprocess-2.svg
generated
vendored
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
0
doc/guides/build/build-postprocess-3.svg → doc/build/build-postprocess-3.svg
generated
vendored
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
0
doc/guides/build/build-postprocess-4.svg → doc/build/build-postprocess-4.svg
generated
vendored
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
20
doc/guides/build/index.rst → doc/build/index.rst
vendored
|
@ -338,7 +338,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/gen_syscalls.py`
|
||||
--------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_syscalls.py
|
||||
.. include:: ../../scripts/gen_syscalls.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -347,7 +347,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/gen_handles.py`
|
||||
--------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_handles.py
|
||||
.. include:: ../../scripts/gen_handles.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -356,7 +356,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/gen_kobject_list.py`
|
||||
------------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_kobject_list.py
|
||||
.. include:: ../../scripts/gen_kobject_list.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -365,7 +365,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/gen_offset_header.py`
|
||||
-------------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_offset_header.py
|
||||
.. include:: ../../scripts/gen_offset_header.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -375,7 +375,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
----------------------------------------
|
||||
|
||||
|
||||
.. include:: ../../../scripts/parse_syscalls.py
|
||||
.. include:: ../../scripts/parse_syscalls.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -384,7 +384,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`arch/x86/gen_idt.py`
|
||||
----------------------------------
|
||||
|
||||
.. include:: ../../../arch/x86/gen_idt.py
|
||||
.. include:: ../../arch/x86/gen_idt.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -393,7 +393,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`arch/x86/gen_gdt.py`
|
||||
----------------------------------
|
||||
|
||||
.. include:: ../../../arch/x86/gen_gdt.py
|
||||
.. include:: ../../arch/x86/gen_gdt.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -402,7 +402,7 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/gen_relocate_app.py`
|
||||
-------------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_relocate_app.py
|
||||
.. include:: ../../scripts/gen_relocate_app.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
@ -411,14 +411,14 @@ The following is a detailed description of the scripts used during the build pro
|
|||
:zephyr_file:`scripts/process_gperf.py`
|
||||
---------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/process_gperf.py
|
||||
.. include:: ../../scripts/process_gperf.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
:zephyr_file:`scripts/gen_app_partitions.py`
|
||||
--------------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_app_partitions.py
|
||||
.. include:: ../../scripts/gen_app_partitions.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
@ -16,9 +16,9 @@ Zephyr Project Documentation
|
|||
introduction/index.rst
|
||||
getting_started/index.rst
|
||||
contribute/index.rst
|
||||
build/index.rst
|
||||
kernel/index.rst
|
||||
development_process/index.rst
|
||||
guides/build/index.rst
|
||||
application/index.rst
|
||||
reference/index.rst
|
||||
guides/index.rst
|
||||
|
|
|
@ -105,8 +105,8 @@ Sections
|
|||
getting_started/index.rst
|
||||
contribute/index.rst
|
||||
development_process/index.rst
|
||||
guides/build/index.rst
|
||||
application/index.rst
|
||||
build/index.rst
|
||||
kernel/index.rst
|
||||
reference/index.rst
|
||||
guides/index.rst
|
||||
|
|