File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6262 - RTT_BSP='nuvoton_m05x' RTT_TOOL_CHAIN='sourcery-arm'
6363# - RTT_BSP='pic32ethernet' # no scons
6464 - RTT_BSP='qemu-vexpress-a9' RTT_TOOL_CHAIN='sourcery-arm'
65+ - RTT_BSP='qemu-vexpress-gemini' RTT_TOOL_CHAIN='sourcery-arm'
6566 - RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm'
6667# - RTT_BSP='simulator' # x86
6768 - RTT_BSP='stm32f0x' RTT_TOOL_CHAIN='sourcery-arm'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import rtconfig
55if os .getenv ('RTT_ROOT' ):
66 RTT_ROOT = os .getenv ('RTT_ROOT' )
77else :
8- RTT_ROOT = os .path .normpath (os .getcwd () + '/rt-thread ' )
8+ RTT_ROOT = os .path .normpath (os .getcwd () + '/../.. ' )
99
1010sys .path = sys .path + [os .path .join (RTT_ROOT , 'tools' )]
1111from building import *
You can’t perform that action at this time.
0 commit comments