Skip to content

Commit 7b94d20

Browse files
committed
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 <duy.nguyen.xa@renesas.com>
1 parent 8055bcf commit 7b94d20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/jwt/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_ENTROPY_GENERATOR=y
99
CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y
1010

1111
CONFIG_REQUIRES_FULL_LIBC=y
12+
13+
# Work around for qemu_rx
14+
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=1

0 commit comments

Comments
 (0)