zephyr/tests
Yong Cong Sin def418b920 tests: latency_measure: fix stacks for the busy threads
The current `K_THREAD_STACK_DEFINE` only create a single stack
shared by all the busy threads. This is causing the application
to crash when there are more than 2 cores in the system.

We should use `K_THREAD_STACK_ARRAY_DEFINE` to create an array
of stacks instead.

Updated the testcase to test up to 8 cores using
qemu_riscv64_smp

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-09-19 18:28:16 +01:00
..
application_development
arch style: tests: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
benchmarks tests: latency_measure: fix stacks for the busy threads 2024-09-19 18:28:16 +01:00
bluetooth Bluetooth: BAP: Add bondable requirement for BAP 2024-09-19 18:27:53 +01:00
boards doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
boot tests: boot: mcuboot_data_sharing: Fix test 2024-09-09 15:23:16 +03:00
bsim Bluetooth: BAP: Add bondable requirement for BAP 2024-09-19 18:27:53 +01:00
cmake tests: cmake: add test cases for CMake YAML module 2024-08-23 08:02:11 -04:00
crypto mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 2024-09-12 10:02:40 +02:00
drivers tests: drivers: adc: add mimxrt1180_evk support for adc_api case 2024-09-19 18:16:04 +01:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: kernel.common.stack_sentinel: re-enable some platforms 2024-09-19 03:29:09 -04:00
lib tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
misc llext: use EXPORT_SYMBOL() universally 2024-09-02 12:31:52 -04:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net tests: net: wifi: exclude RW612 ethernet variant 2024-09-18 19:56:18 +01:00
posix tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
robot resc: cmake: robot: Rename Renode variable 2024-05-28 12:54:52 +02:00
subsys mgmt: mcumgr: transport: bluetooth: add all gatt permission levels 2024-09-19 15:13:19 +02:00
unit tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ztest ztest: Add Support for Multiple Test Runs. 2024-09-18 15:32:28 +02:00
test_config.yaml