mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-03 07:14:33 +08:00
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
|