Changeset 215


Ignore:
Timestamp:
Apr 3, 2016, 8:59:08 AM (8 years ago)
Author:
ertl-honda
Message:

Windows用のルールの追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/asp_1.9.2/target/arduino_m0_gcc/Makefile.target

    r214 r215  
    2828ifneq (,$(findstring Windows,$(PATH)))
    2929    UNAME_TARGET := Windows
    30     ARDUINO_BASE_DIR = C:\Program Files (x86)\Arduino
     30    ARDUINO_BASE_DIR_WIN = C:\Program Files (x86)\Arduino
    3131else
    3232    UNAME_TARGET := MacOS
     
    147147     OPENOCD_SCRIPT  = $(ARDUINO_BASE_DIR)\hardware\arduino\samd\variants\arduino_zero\openocd_scripts\arduino_zero.cfg
    148148endif
     149ifeq ($(UNAME_TARGET), Windows)
     150     OPENOCD_PATH = $(ARDUINO_BASE_DIR_WIN)\hardware\tools\OpenOCD-0.9.0-arduino\bin\openocd.exe
     151     OPENOCD_SCRIPT_PATH = $(ARDUINO_BASE_DIR_WIN)\hardware\tools\OpenOCD-0.9.0-arduino\share\openocd\scripts
     152     OPENOCD_SCRIPT  = $(ARDUINO_BASE_DIR_WIN)\hardware\arduino\samd\variants\arduino_zero\openocd_scripts\arduino_zero.cfg
     153endif
    149154ifeq ($(UNAME_TARGET), MacOS)
    150155     OPENOCD_PATH = $(ARDUINO_BASE_DIR)/hardware/tools/OpenOCD-0.9.0-arduino/bin/openocd
Note: See TracChangeset for help on using the changeset viewer.