Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cmds/.config
Original file line number Diff line number Diff line change
@@ -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 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
CONFIG_SYS_PKGS_USING_STATISTICS=y
2 changes: 1 addition & 1 deletion cmds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif

config SYS_PKGS_DOWNLOAD_ACCELERATE
bool "Use China Mainland server"
default n
default y

config SYS_PKGS_USING_STATISTICS
bool "Send usage data for improve product"
Expand Down