zephyr/doc/reference/kernel
Nicolas Pitre 3d51f7c266 k_stack: make it 64-bit compatible
The k_stack data type cannot be u32_t on a 64-bit system as it is
often used to store pointers. Let's define a dedicated type for stack
data values, namely stack_data_t, which can be adjusted accordingly.
For now it is defined to uintptr_t which is the integer type large
enough to hold a pointer, meaning it is equivalent to u32_t on 32-bit
systems and u64_t on 64-bit systems.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-14 05:46:29 -04:00
..
data_passing k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
memory
other doc: kernel: rework doc section of shared FP registers mode 2019-06-12 09:17:45 -07:00
synchronization
threads
timing
index.rst doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00