mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
8529849a5a
commit
d1e4ee31f1
70 changed files with 523 additions and 2274 deletions
22
userset.mk
22
userset.mk
|
|
@ -1,14 +1,24 @@
|
|||
#=============================================
|
||||
# User defined
|
||||
#=============================================
|
||||
#SDK_PATH = ../RTL00MP3/RTL00_SDKV35a/
|
||||
SDK_PATH = USDK/
|
||||
#GCC_PATH = d:/MCU/GNU_Tools_ARM_Embedded/6.2017-q1-update/bin/# + or set in PATH
|
||||
#OPENOCD_PATH = D:/MCU/OpenOCD/bin/# + or set in PATH
|
||||
TOOLS_PATH ?= $(SDK_PATH)component/soc/realtek/8195a/misc/iar_utility/common/tools/
|
||||
#----------------------------------
|
||||
# Set JTAG/SWD
|
||||
#----------------------------------
|
||||
#FLASHER_TYPE = Jlink
|
||||
#FLASHER_TYPE = stlink-v2
|
||||
FLASHER_TYPE = cmsis-dap
|
||||
FLASHER_SPEED = 3500
|
||||
FLASHER_PATH = flasher/
|
||||
JLINK_PATH ?= D:/MCU/SEGGER/JLink_V612i/
|
||||
JLINK_GDBSRV ?= JLinkGDBServer.exe
|
||||
#----------------------------------
|
||||
# Tools Path
|
||||
#----------------------------------
|
||||
ifneq ($(shell uname), Linux)
|
||||
PYTHON ?= C:/Python27/python
|
||||
OPENOCD ?= d:/MCU/OpenOCD/bin/openocd.exe
|
||||
JLINK_PATH ?= D:/MCU/SEGGER/JLink_V630g/
|
||||
else
|
||||
PYTHON ?= python
|
||||
OPENOCD ?= /mnt/d/MCU/OpenOCD/bin/openocd.exe
|
||||
JLINK_PATH ?= /mnt/d/MCU/SEGGER/JLink_V630g/
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue