mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-23 23:21:31 +00:00
15 lines
302 B
Python
15 lines
302 B
Python
src = Split('''
|
|
vfs_adc.c
|
|
vfs_uart.c
|
|
vfs_gpio.c
|
|
vfs_spi.c
|
|
vfs_pwm.c
|
|
vfs_rtc.c
|
|
vfs_wdg.c
|
|
vfs_i2c.c
|
|
''')
|
|
|
|
component = aos_component('vfs_device', src)
|
|
|
|
component.add_global_includes('../include/device', '../include', '../../hal/soc/')
|
|
|