doc: Fix links to Zephyr include directory on Github
At some recent point, directory <zephyr-root>/include was moved to <zephyr-root>/include/zephyr. However, links from documentation to Zephyr source on Github were not updated. Update them now. Signed-off-by: Aleksandar Markovic <aleksandar.markovic.sa@gmail.com>
This commit is contained in:
parent
c5244ffa2b
commit
7af3b8cbb3
24 changed files with 39 additions and 39 deletions
|
@ -477,7 +477,7 @@ For example, to define a new non-cacheable memory region in devicetree:
|
|||
This will automatically create a new MPU entry in
|
||||
:zephyr_file:`soc/arm/common/arm_mpu_regions.c` with the correct name, base,
|
||||
size and attributes gathered directly from the devicetree. See
|
||||
:zephyr_file:`include/linker/devicetree_regions.h` for more details.
|
||||
:zephyr_file:`include/zephyr/linker/devicetree_regions.h` for more details.
|
||||
|
||||
Static MPU regions
|
||||
------------------
|
||||
|
|
|
@ -459,7 +459,7 @@ Toolchain and Linking
|
|||
|
||||
Toolchain support has to be added to the build system.
|
||||
|
||||
Some architecture-specific definitions are needed in :zephyr_file:`include/toolchain/gcc.h`.
|
||||
Some architecture-specific definitions are needed in :zephyr_file:`include/zephyr/toolchain/gcc.h`.
|
||||
See what exists in that file for currently supported architectures.
|
||||
|
||||
Each architecture also needs its own linker script, even if most sections can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue