mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2024-12-04 19:10:29 +00:00
13 lines
398 B
Makefile
13 lines
398 B
Makefile
#=============================================
|
|
# User defined
|
|
#=============================================
|
|
|
|
SDK_PATH = C:/Users/Andrew/Vector/USER/A_D/GitHub/RTL_SDK_A/
|
|
TOOLS_PATH ?= $(SDK_PATH)component/soc/realtek/8195a/misc/iar_utility/common/tools/
|
|
|
|
FLASHER_TYPE = Jlink
|
|
FLASHER_SPEED = 3500
|
|
#FLASHER_PATH = $(SDK_PATH)flasher/
|
|
FLASHER_PATH = tools/flash/
|
|
|
|
JLINK_PATH ?= C:/Data/JLink_V618c/
|