support rx62n

This commit is contained in:
limxuzheng
2014-11-12 01:09:43 +08:00
parent 1a1e9220c0
commit 4fea46c83c
99 changed files with 17645 additions and 140 deletions
+11
View File
@@ -0,0 +1,11 @@
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')