mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-12-25 07:25:17 +00:00
OPENOCD_PATH overlaps userset setting
This commit is contained in:
parent
9ffd9dac1a
commit
7c36c584d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#---------------------------
|
||||
SDK_PATH ?= ../SDKRTLA/USDK/
|
||||
#GCC_PATH = d:/MCU/GNU_Tools_ARM_Embedded/6.2017-q1-update/bin/# + or set in PATH
|
||||
OPENOCD_PATH = d:/MCU/OpenOCD/bin/
|
||||
OPENOCD_PATH ?= d:/MCU/OpenOCD/bin/
|
||||
TOOLS_PATH ?= $(SDK_PATH)component/soc/realtek/8195a/misc/iar_utility/common/tools/
|
||||
FLASHER_TYPE ?= Jlink
|
||||
#FLASHER_TYPE ?= OCD
|
||||
|
|
Loading…
Reference in a new issue