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