From 38204386b3c5db7412572adb75038badc4cef6d2 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Tue, 9 Apr 2024 09:36:04 -0400 Subject: [PATCH] [ci] add vi package checking (#8737) * [ci] add vi package checking * [ci] add MultiButton software package checking --- .../online-packages/misc/misc.attach | 4 ++++ .../attachconfig/online-packages/misc/vi.attach | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/misc.attach create mode 100644 bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/vi.attach diff --git a/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/misc.attach b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/misc.attach new file mode 100644 index 0000000000..10ca794004 --- /dev/null +++ b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/misc.attach @@ -0,0 +1,4 @@ +# scons: --strict + +# MultiButton +CONFIG_PKG_USING_MULTIBUTTON=y diff --git a/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/vi.attach b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/vi.attach new file mode 100644 index 0000000000..29acf55118 --- /dev/null +++ b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/misc/vi.attach @@ -0,0 +1,16 @@ +# scons: --strict +CONFIG_PKG_USING_VI=y +# CONFIG_VI_ENABLE_8BIT=y +CONFIG_VI_ENABLE_COLON=y +CONFIG_VI_ENABLE_COLON_EXPAND=y +CONFIG_VI_ENABLE_YANKMARK=y +CONFIG_VI_ENABLE_SEARCH=y +CONFIG_VI_ENABLE_DOT_CMD=y +CONFIG_VI_ENABLE_READONLY=y +CONFIG_VI_ENABLE_SETOPTS=y +CONFIG_VI_ENABLE_SET=y +CONFIG_VI_ENABLE_WIN_RESIZE=y +CONFIG_VI_ENABLE_VI_ASK_TERMINAL=y +CONFIG_VI_ENABLE_UNDO=y +CONFIG_VI_ENABLE_UNDO_QUEUE=y +CONFIG_VI_ENABLE_VERBOSE_STATUS=y