From c4d1b5517030be0be0a344b1b8679b9cf0513758 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 11 Apr 2024 10:25:11 -0700 Subject: [PATCH] Zephyr Test Update 1. Change the name of the Zephyr test's user settings file to wolfssh_user_settings.h. --- zephyr/samples/tests/prj.conf | 2 +- .../samples/tests/{user_settings.h => wolfssh_user_settings.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename zephyr/samples/tests/{user_settings.h => wolfssh_user_settings.h} (100%) diff --git a/zephyr/samples/tests/prj.conf b/zephyr/samples/tests/prj.conf index 8bdd3f29b..a861f2548 100644 --- a/zephyr/samples/tests/prj.conf +++ b/zephyr/samples/tests/prj.conf @@ -6,7 +6,7 @@ CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=131072 # Enable wolfSSH CONFIG_WOLFSSH=y -CONFIG_WOLFSSH_SETTINGS_FILE="samples/tests/user_settings.h" +CONFIG_WOLFSSH_SETTINGS_FILE="samples/tests/wolfssh_user_settings.h" CONFIG_WOLFSSH_SFTP_DEFAULT_DIR="/RAM:" # Pthreads diff --git a/zephyr/samples/tests/user_settings.h b/zephyr/samples/tests/wolfssh_user_settings.h similarity index 100% rename from zephyr/samples/tests/user_settings.h rename to zephyr/samples/tests/wolfssh_user_settings.h