From 1bb277ef4b951121f3c5627ea3acb095bf0e8d5a Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Thu, 28 Dec 2023 22:50:31 +0800 Subject: [PATCH] [ci] add online packages checking in stm32f411 nucleo --- .../online-packages/system/enhanced-kservice.attach | 3 +++ .../attachconfig/online-packages/system/os-wrappers.attach | 1 + .../stm32f411-st-nucleo/.ci/attachconfig/rtduino.attach | 1 - .../.ci/attachconfig/rtduino/adafruit-sensors.attach | 6 ++++++ .../.ci/attachconfig/rtduino/projects.attach | 4 ++++ 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/enhanced-kservice.attach create mode 100644 bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/os-wrappers.attach delete mode 100644 bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino.attach create mode 100644 bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/adafruit-sensors.attach create mode 100644 bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/projects.attach diff --git a/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/enhanced-kservice.attach b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/enhanced-kservice.attach new file mode 100644 index 0000000000..d64734d078 --- /dev/null +++ b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/enhanced-kservice.attach @@ -0,0 +1,3 @@ +CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE=y +CONFIG_PKG_USING_RT_MEMCPY_CM=y +CONFIG_PKG_USING_RT_VSNPRINTF_FULL=y diff --git a/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/os-wrappers.attach b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/os-wrappers.attach new file mode 100644 index 0000000000..c5dd33cead --- /dev/null +++ b/bsp/stm32/stm32f407-rt-spark/.ci/attachconfig/online-packages/system/os-wrappers.attach @@ -0,0 +1 @@ +CONFIG_PKG_USING_FREERTOS_WRAPPER=y diff --git a/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino.attach b/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino.attach deleted file mode 100644 index a3e7cd6cb2..0000000000 --- a/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino.attach +++ /dev/null @@ -1 +0,0 @@ -CONFIG_BSP_USING_ARDUINO=y diff --git a/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/adafruit-sensors.attach b/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/adafruit-sensors.attach new file mode 100644 index 0000000000..8913e66f4d --- /dev/null +++ b/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/adafruit-sensors.attach @@ -0,0 +1,6 @@ +CONFIG_BSP_USING_ARDUINO=y + +# Adafruit Sensor Libraries Check +CONFIG_PKG_USING_ARDUINO_ADAFRUIT_AHTX0=y +CONFIG_PKG_USING_ARDUINO_ADAFRUIT_SHT31=y +CONFIG_PKG_USING_ARDUINO_ADAFRUIT_BMP280=y diff --git a/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/projects.attach b/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/projects.attach new file mode 100644 index 0000000000..7f0d742aaa --- /dev/null +++ b/bsp/stm32/stm32f411-st-nucleo/.ci/attachconfig/rtduino/projects.attach @@ -0,0 +1,4 @@ +CONFIG_BSP_USING_ARDUINO=y +CONFIG_PKG_USING_ARDUINO_SENSOR_KIT=y +CONFIG_PKG_USING_ARDUINO_ULTRASOUND_RADAR=y +CONFIG_PKG_USING_ARDUINO_MSGQ_C_CPP_DEMO=y