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
|