mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 22:29:12 +08:00
17 lines
343 B
YAML
17 lines
343 B
YAML
devices.strict:
|
|
depend_scons_arg:
|
|
- '--strict'
|
|
devices.gpio:
|
|
depends:
|
|
- devices.strict
|
|
kconfig:
|
|
- CONFIG_BSP_USING_GPIO=y
|
|
devices.uart:
|
|
kconfig:
|
|
- CONFIG_BSP_USING_UART=y
|
|
devices.soft_i2c:
|
|
kconfig:
|
|
- CONFIG_RT_USING_I2C=y
|
|
- CONFIG_RT_USING_SOFT_I2C=y
|
|
- CONFIG_RT_USING_SOFT_I2C0=y
|