From 37fea9d54968a11aa94162dab18e3075bfd63cb9 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 24 Dec 2023 22:53:21 +0800 Subject: [PATCH] [stm32-pandora] add attach config CI check --- bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lcd.attach | 3 +++ bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lvgl.attach | 2 ++ .../stm32l475-atk-pandora/.ci/attachconfig/rtduino.attach | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lcd.attach create mode 100644 bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lvgl.attach create mode 100644 bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/rtduino.attach diff --git a/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lcd.attach b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lcd.attach new file mode 100644 index 0000000000..a03c04ee6a --- /dev/null +++ b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lcd.attach @@ -0,0 +1,3 @@ +CONFIG_BSP_USING_SPI_LCD=y +CONFIG_BSP_USING_LCD_SAMPLE=y +CONFIG_BSP_USING_LCD_QRCODE=y diff --git a/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lvgl.attach b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lvgl.attach new file mode 100644 index 0000000000..d90eeb40ae --- /dev/null +++ b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/lvgl.attach @@ -0,0 +1,2 @@ +CONFIG_BSP_USING_LVGL=y +CONFIG_BSP_USING_LVGL_DEMO=y diff --git a/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/rtduino.attach b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/rtduino.attach new file mode 100644 index 0000000000..b414212c9d --- /dev/null +++ b/bsp/stm32/stm32l475-atk-pandora/.ci/attachconfig/rtduino.attach @@ -0,0 +1,5 @@ +CONFIG_BSP_USING_ARDUINO=y +CONFIG_BSP_USING_ARDUINO_ST7789=y +CONFIG_BSP_USING_ARDUINO_ST7789_DEMO=y +CONFIG_BSP_USING_ARDUINO_AHT10=y +CONFIG_BSP_USING_ARDUINO_AHT10_DEMO=y