mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 20:35:22 +00:00
9 lines
162 B
Python
9 lines
162 B
Python
|
src = Split('''
|
||
|
board.c
|
||
|
''')
|
||
|
|
||
|
component = aos_board_component('board_esp8266', 'esp8266', src)
|
||
|
|
||
|
linux_only_targets="living_platform linkkit_gateway"
|
||
|
|