From 19589321735c83c6841431ee8a378d97684e0e5c Mon Sep 17 00:00:00 2001 From: wugensheng <82647680+wugensheng-code@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:04:19 +0800 Subject: [PATCH 1/2] Add the default. config file --- cmds/.config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cmds/.config diff --git a/cmds/.config b/cmds/.config new file mode 100644 index 00000000..54f34359 --- /dev/null +++ b/cmds/.config @@ -0,0 +1,15 @@ +# +# Automatically generated file; DO NOT EDIT. +# RootMenu +# + +# +# Env config +# +CONFIG_SYS_AUTO_UPDATE_PKGS=y +CONFIG_SYS_CREATE_MDK_IAR_PROJECT=y +CONFIG_SYS_CREATE_MDK5=y +# CONFIG_SYS_CREATE_IAR is not set +# CONFIG_SYS_CREATE_MDK4 is not set +CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y +CONFIG_SYS_PKGS_USING_STATISTICS=y From 6f7bdfbfa5748f73efdcc90be2afa47dd1b5b566 Mon Sep 17 00:00:00 2001 From: wugensheng <82647680+wugensheng-code@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:04:26 +0800 Subject: [PATCH 2/2] Update some of the Kconfig defaults --- cmds/.config | 6 +++--- cmds/Kconfig | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmds/.config b/cmds/.config index 54f34359..275cf255 100644 --- a/cmds/.config +++ b/cmds/.config @@ -6,9 +6,9 @@ # # Env config # -CONFIG_SYS_AUTO_UPDATE_PKGS=y -CONFIG_SYS_CREATE_MDK_IAR_PROJECT=y -CONFIG_SYS_CREATE_MDK5=y +# CONFIG_SYS_AUTO_UPDATE_PKGS is not set +# CONFIG_SYS_CREATE_MDK_IAR_PROJECT is not set +# CONFIG_SYS_CREATE_MDK5 is not set # CONFIG_SYS_CREATE_IAR is not set # CONFIG_SYS_CREATE_MDK4 is not set CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y diff --git a/cmds/Kconfig b/cmds/Kconfig index cbc7543a..977b049f 100644 --- a/cmds/Kconfig +++ b/cmds/Kconfig @@ -2,11 +2,11 @@ menu "Env config" config SYS_AUTO_UPDATE_PKGS bool "Auto update pkgs config" - default y + default n config SYS_CREATE_MDK_IAR_PROJECT bool "Auto create a mdk/iar project" - default y + default n if SYS_CREATE_MDK_IAR_PROJECT