[action] add the yml file support

This commit is contained in:
Supper Thomas
2024-11-05 11:01:30 +08:00
committed by GitHub
parent ee052245d3
commit 96165a5e99
15 changed files with 80 additions and 17 deletions

View File

@@ -0,0 +1,36 @@
devices.gpio:
kconfig:
- CONFIG_BSP_USING_GPIO=y
scons_arg:
- '--strict'
devices.adc:
kconfig:
- CONFIG_BSP_USING_SAADC=y
devices.flash:
kconfig:
- CONFIG_BSP_USING_ON_CHIP_FLASH=y
devices.i2c:
kconfig:
- CONFIG_BSP_USING_I2C=y
devices.spi:
kconfig:
- CONFIG_BSP_USING_SPI=y
devices.uart:
kconfig:
- CONFIG_BSP_USING_UART=y
devices.watchdog:
kconfig:
- CONFIG_BSP_USING_WDT=y
devices.qspi_flash:
kconfig:
- CONFIG_BSP_USING_QSPI_FLASH=y
devices.pwm:
kconfig:
- CONFIG_BSP_USING_PWM=y
devices.rtc:
kconfig:
- CONFIG_BSP_USING_ONCHIP_RTC=y
devices.hwtimer:
kconfig:
- CONFIG_BSP_USING_TIM=y
- CONFIG_BSP_USING_TIM0=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_SAADC=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_ON_CHIP_FLASH=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_GPIO=y

View File

@@ -1,2 +0,0 @@
CONFIG_BSP_USING_TIM=y
CONFIG_BSP_USING_TIM0=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_I2C=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_PWM=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_QSPI_FLASH=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_ONCHIP_RTC=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_SPI=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_UART=y

View File

@@ -1 +0,0 @@
CONFIG_BSP_USING_WDT=y