3c246ff153
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@98 bbd45198-f89e-11dd-88c7-29a3b14d5316
13 lines
240 B
Python
13 lines
240 B
Python
ARCH='arm'
|
|
CPU='stm32'
|
|
CC='armcc'
|
|
TextBase='0x08000000'
|
|
|
|
# component configuration
|
|
RT_USING_FINSH = True
|
|
RT_USING_DFS = False
|
|
RT_USING_DFS_YAFFS2 = False
|
|
RT_USING_DFS_EFSL = False
|
|
RT_USING_LWIP = False
|
|
RT_USING_MINILIBC = False
|