rt-thread/bsp/stm32/stm32l475-atk-pandora/board/ports/arduino/SConscript

12 lines
232 B
Python
Raw Normal View History

from building import *
cwd = GetCurrentDir()
src = []
if GetDepend(['BSP_USING_ARDUINO_ST7789_DEMO']):
src += ['ST7789_demo.cpp']
group = DefineGroup('RTduino-libraries', src, depend = ['BSP_USING_ARDUINO'])
Return('group')