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
6 changes: 3 additions & 3 deletions cmds/.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down