rt-thread-official/bsp/ESP32_C3/main/SConscript

12 lines
173 B
Python

import os
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = []
group = DefineGroup('Main', src, depend = [''], CPPPATH = CPPPATH)
Return('group')