mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-02-12 19:05:17 +00:00
12 lines
369 B
Makefile
12 lines
369 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/
|
|
|
|
JLINK_PATH ?= C:/Data/JLink_V618c/
|