You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmds/cmd_menuconfig.py
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -163,21 +163,19 @@ def cmd(args):
163
163
164
164
ifnotos.getenv("RTT_ROOT"):
165
165
ifget_rtt_name!='rt-thread':
166
-
print ("menuconfig command should be used in a bsp root path with a Kconfig file, you should check if there is a Kconfig file in your bsp root first.")
167
-
print (
168
-
'And then you can check Kconfig file and modify the default option below to your rtthread root path.\n')
0 commit comments