From 9541fceb11294e0b1a5e6e62e784acc1d6e565fd Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Mon, 23 Jun 2025 19:54:38 +0700 Subject: [PATCH] test/subsys/jwt: Work around for qemu_rx support The qemu_rx some how with too big offset in "mov" instruction cannot manipulate the memory correctly This commit reconfigure the slot count to reduce the size of psa_global_data_t struct so that issue on qemu_rx not occur Signed-off-by: Duy Nguyen --- tests/subsys/jwt/prj.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/subsys/jwt/prj.conf b/tests/subsys/jwt/prj.conf index e8c70f035f9..0f7ae528bd0 100644 --- a/tests/subsys/jwt/prj.conf +++ b/tests/subsys/jwt/prj.conf @@ -9,3 +9,6 @@ CONFIG_ENTROPY_GENERATOR=y CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y CONFIG_REQUIRES_FULL_LIBC=y + +# Work around for qemu_rx +CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=1