4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 06:19:24 +08:00
2009-10-14 09:47:48 +00:00

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