We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761bb89 commit 3a9a24fCopy full SHA for 3a9a24f
bsp/qemu-vexpress-a9/.ci/attachconfig/ci.attachconfig.yml
@@ -0,0 +1,23 @@
1
+# ------ PERIPHERAL CI ------
2
+peripheral.EMAC:
3
+ kconfig:
4
+ - CONFIG_BSP_DRV_EMAC=y
5
+peripheral.LVGL:
6
7
+ - CONFIG_RT_USING_POSIX_SOCKET=y
8
+ - ONFIG_RT_USING_LWIP=y
9
+ - CONFIG_BSP_USING_LVGL=y
10
+
11
+# ------ online-packages CI ------
12
+online-packages.misc.entertainment.tetris:
13
14
+ - CONFIG_PKG_USING_TETRIS=y
15
+online-packages.misc.entertainment.2048:
16
17
+ - CONFIG_PKG_USING_2048=y
18
+online-packages.ai.llmchat:
19
20
+ - CONFIG_WEBCLIENT_USING_MBED_TLS=y
21
22
+ - CONFIG_PKG_USING_LLMCHAT=y
23
+ - CONFIG_PKG_LLM_API_KEY="sk-xxxxxx"
0 commit comments