zephyr/doc/reference
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
..
bluetooth doc: bluetooth: Clarify notes about blocking in the RX thread 2019-04-10 17:43:55 -04:00
display doc: introduce final structure 2019-02-05 07:04:40 -05:00
drivers doc: introduce final structure 2019-02-05 07:04:40 -05:00
file_system doc: Add documentation for file system subsystem 2019-03-29 09:38:33 -04:00
kernel k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
logging logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
misc jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
networking net: shell: Refactor help information for ping command 2019-05-23 22:12:23 +03:00
peripherals doc: introduce final structure 2019-02-05 07:04:40 -05:00
power_management doc: update power management subystem documentation 2019-03-26 13:27:55 -04:00
shell shell: Add macros for creating conditional commands 2019-04-28 13:31:34 -04:00
storage doc/reference/storage/settings: storage behavior description 2019-06-05 13:43:00 +02:00
usb doc: usb: Remove old API documentation 2019-05-27 09:25:06 -04:00
usermode doc: move usermode under references 2019-03-26 09:50:16 -04:00
index.rst doc: move usermode under references 2019-03-26 09:50:16 -04:00