app_match_rt-thread/sx1278/ sx1278

1.Kconfig is ok.
2.gcc is ok.
This commit is contained in:
yl1185
2022-06-23 14:35:15 +08:00
parent c6e7a6d446
commit b605bb5bc1
3 changed files with 64 additions and 0 deletions
@@ -0,0 +1,7 @@
Import('RTT_ROOT')
from building import *
cwd = GetCurrentDir()
objs = SConscript(os.path.join(cwd, 'sx1278_source', 'SConscript'))
Return('objs')