Просмотр исходного кода

move: 整理代码,把luat/w60x的全部源码搬到bsp/air640w/rtt/applications

Wendal Chen 5 лет назад
Родитель
Сommit
5f25ee43e9

+ 0 - 0
luat/w60x/dfs_lfs2.c → bsp/air640w/rtt/applications/dfs_lfs2.c


+ 0 - 0
luat/w60x/luat_fs_w60x.c → bsp/air640w/rtt/applications/luat_fs_w60x.c


+ 0 - 0
luat/w60x/luat_init_w60x.c → bsp/air640w/rtt/applications/luat_init_w60x.c


+ 0 - 0
luat/w60x/rtt_w60x_patch.c → bsp/air640w/rtt/applications/rtt_w60x_patch.c


+ 0 - 14
luat/w60x/SConscript

@@ -1,14 +0,0 @@
-Import('RTT_ROOT')
-Import('rtconfig')
-from building import *
-
-cwd = GetCurrentDir()
-src	= Glob('*.c')
-CPPPATH = [cwd,  cwd + "/../include", 
-                 cwd + "/../packages/vsprintf", 
-                 cwd + "/../packages/lfs",
-                 ]
-
-group = DefineGroup('w60x', src, depend = ['BSP_USING_WM_LIBRARIES'], CPPPATH = CPPPATH)
-
-Return('group')