From 43e2fb3dacef41576bad9c5781229285e77b1228 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 24 Dec 2021 00:48:45 -0500 Subject: [PATCH] =?UTF-8?q?[menuconfig=20-s]=20=E6=9B=B4=E6=96=B0=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=A8=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmds/Kconfig | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cmds/Kconfig b/cmds/Kconfig index eff439a5..989c550d 100644 --- a/cmds/Kconfig +++ b/cmds/Kconfig @@ -14,26 +14,22 @@ if SYS_CREATE_MDK_IAR_PROJECT prompt "Project type" help Select the project type mdk or iar - - config SYS_CREATE_MDK4 - bool "MDK4" config SYS_CREATE_MDK5 bool "MDK5" config SYS_CREATE_IAR bool "IAR" + + config SYS_CREATE_MDK4 + bool "MDK4" endchoice endif config SYS_PKGS_DOWNLOAD_ACCELERATE - bool "pkgs download using mirror server" + bool "Use China Mainland server" default y - help - When you open it, you will use the mirror address to download the software, - which can improve the download speed. - The synchronous cycle of the mirror address is usually half an hour. endmenu