rt-thread/bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout/SConscript

10 lines
193 B
Python
Raw Normal View History

from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
inc = [cwd]
group = DefineGroup('RTduino', src, depend = ['PKG_USING_RTDUINO'], CPPPATH = inc)
Return('group')