Skip to content

Commit

Permalink
merge v2.2.0_for_rtthread
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyangrun committed Sep 12, 2020
1 parent a049f13 commit 775b594
Show file tree
Hide file tree
Showing 4 changed files with 1,167 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# RT-Thread building script for component

from building import *

cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd]
CPPDEFINES = ['LFS_CONFIG=lfs_config.h']

group = DefineGroup('littlefs', src, depend = ['PKG_USING_LITTLEFS', 'RT_USING_DFS'], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)

Return('group')
Loading

0 comments on commit 775b594

Please sign in to comment.