@ -624,7 +624,7 @@ simply leave an non-present virtual page below every stack when it is mapped
@@ -624,7 +624,7 @@ simply leave an non-present virtual page below every stack when it is mapped
into the address space. The stack object will still need to be properly aligned
@ -683,7 +683,7 @@ On systems without power-of-two region requirements, the reserved memory area
@@ -683,7 +683,7 @@ On systems without power-of-two region requirements, the reserved memory area
for threads stacks defined by :c:macro:`K_THREAD_STACK_RESERVED` may be used to
contain the privilege mode stack. The layout could be something like:
@ -742,7 +742,7 @@ of the privilege stacks can be looked up quickly at runtime based on the
@@ -742,7 +742,7 @@ of the privilege stacks can be looked up quickly at runtime based on the
thread stack address using :c:func:`z_priv_stack_find()`. These stacks are
laid out the same way as other kernel-only stacks.
Alternatively, it could be set by default in a project's CMakeLists.txt:
..code-block::none
..code-block::cmake
set(SHIELD x_nucleo_iks01a1)
@ -153,7 +153,7 @@ node`_ that looks like the following into the board devicetree file:
@@ -153,7 +153,7 @@ node`_ that looks like the following into the board devicetree file:
@ -193,7 +193,7 @@ bits of the flags correspond to features that can be configured in
@@ -193,7 +193,7 @@ bits of the flags correspond to features that can be configured in
devicetree. In some cases it's necessary to use a non-zero flag value
to tell the driver how a particular pin behaves, as with: