Skip to content

Commit

Permalink
增加配置Keil/IAR路径的选项
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Sep 15, 2022
1 parent c5b07a6 commit 734aa1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ if SYS_CREATE_MDK_IAR_PROJECT

endif

config SYS_IAR_EXEC_PATH
string "IAR Path"
depends on SYS_CREATE_IAR
default "C:/Program Files (x86)/IAR Systems/Embedded Workbench 8.3"

config SYS_MDK_EXEC_PATH
string "MDK Path"
depends on SYS_CREATE_MDK5 || SYS_CREATE_MDK4
default "C:/Keil_v5"

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

0 comments on commit 734aa1f

Please sign in to comment.