From 5b42b1aded6dedc89dcc90e51db7e520929fa01e Mon Sep 17 00:00:00 2001 From: Li-Dongze <2143115598@qq.com> Date: Tue, 11 Feb 2025 11:25:55 +0800 Subject: [PATCH 1/3] ci: add qemua9 yml file --- .../.ci/attachconfig/ci.attachconfig.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml diff --git a/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml new file mode 100644 index 00000000000..a752dd74889 --- /dev/null +++ b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml @@ -0,0 +1,30 @@ +# ------ PERIPHERAL CI ------ +peripheral.EMAC: + kconfig: + - CONFIG_BSP_DRV_EMAC=y +peripheral.LVGL: + kconfig: + - CONFIG_RT_USING_POSIX_SOCKET=y + - ONFIG_RT_USING_LWIP=y + - CONFIG_BSP_USING_LVGL=y + +# ------ online-packages CI ------ +online-packages.misc.entertainment.tetris: + kconfig: + - CONFIG_PKG_USING_TETRIS=y +online-packages.misc.entertainment.2048: + kconfig: + - CONFIG_PKG_USING_2048=y +online-packages.ai.llmchat: + kconfig: + - CONFIG_PKG_USING_MBEDTLS=y + - CONFIG_PKG_USING_LLMCHAT=y + - CONFIG_PKG_LLMCHAT_PATH="/packages/ai/llmchat" + - CONFIG_PKG_LLM_USING_QWEN_CLOUD=y + - CONFIG_PKG_LLM_API_KEY="sk-**-**" + - CONFIG_PKG_LLM_MODEL_NAME="qwen-plus" + - CONFIG_PKG_LLM_QWEN_API_URL="https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions" + - CONFIG_PKG_LLM_THREAD_STACK_SIZE=10240 + - CONFIG_PKG_LLM_CMD_BUFFER_SIZE=256 + - CONFIG_PKG_WEB_SORKET_BUFSZ=2048 + - CONFIG_PKG_LLMCHAT_STREAM=y \ No newline at end of file From 4574014455d9be771e2424ebc7f9a2e81ec4588b Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Tue, 11 Feb 2025 19:43:36 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dci.yml=20ci.attachconfig.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.ci/attachconfig/ci.attachconfig.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml index a752dd74889..94e2327b473 100644 --- a/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml +++ b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml @@ -9,6 +9,7 @@ peripheral.LVGL: - CONFIG_BSP_USING_LVGL=y # ------ online-packages CI ------ +# ----------贪吃蛇 游戏 online-packages.misc.entertainment.tetris: kconfig: - CONFIG_PKG_USING_TETRIS=y @@ -17,14 +18,7 @@ online-packages.misc.entertainment.2048: - CONFIG_PKG_USING_2048=y online-packages.ai.llmchat: kconfig: - - CONFIG_PKG_USING_MBEDTLS=y + - CONFIG_WEBCLIENT_USING_MBED_TLS=y + - CONFIG_BSP_DRV_EMAC=y - CONFIG_PKG_USING_LLMCHAT=y - - CONFIG_PKG_LLMCHAT_PATH="/packages/ai/llmchat" - - CONFIG_PKG_LLM_USING_QWEN_CLOUD=y - - CONFIG_PKG_LLM_API_KEY="sk-**-**" - - CONFIG_PKG_LLM_MODEL_NAME="qwen-plus" - - CONFIG_PKG_LLM_QWEN_API_URL="https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions" - - CONFIG_PKG_LLM_THREAD_STACK_SIZE=10240 - - CONFIG_PKG_LLM_CMD_BUFFER_SIZE=256 - - CONFIG_PKG_WEB_SORKET_BUFSZ=2048 - - CONFIG_PKG_LLMCHAT_STREAM=y \ No newline at end of file + - CONFIG_PKG_LLM_API_KEY="sk-xxxxxx" From b49f7003fc64803b2a438140f67c20e6dc6e2beb Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Tue, 11 Feb 2025 19:44:20 +0800 Subject: [PATCH 3/3] Update ci.attachconfig.yml --- bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml index 94e2327b473..f25e65d7b6a 100644 --- a/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml +++ b/bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml @@ -9,7 +9,6 @@ peripheral.LVGL: - CONFIG_BSP_USING_LVGL=y # ------ online-packages CI ------ -# ----------贪吃蛇 游戏 online-packages.misc.entertainment.tetris: kconfig: - CONFIG_PKG_USING_TETRIS=y