zephyr/tests/benchmarks
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
..
app_kernel license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
boot_time license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
latency_measure tests: benchmarks: latency_measure: use 0.1s sys clk tick for twr_ke18f 2019-05-31 10:39:26 -05:00
mbedtls tests: benchmarks: mbedtls: Fix printf args 2019-05-23 09:27:59 -04:00
sched benchmarks: sched: capture output and evaluate 2019-04-08 10:46:55 -04:00
sys_kernel k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
timing_info style: samples/tests: add braces around if/while statements 2019-06-06 15:20:21 +02:00