foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 62 forks source link

Bug in /board/hsdk/hsdk.mk #82

Closed BarryWang2017 closed 5 years ago

BarryWang2017 commented 5 years ago

Issue Summary


Bug

Development Environment

Bug Description

There is a bug on line 63 of the <embarc_osp>/board/hsdk/hsdk.mk.

OPENOCD_CFG_FILE = $(OPENOCD_SCRIPT_ROOT)/board/snps_axs103_hs38.cfg

Enhancement

snps_axs103_hs38.cfg should be replaced with snps_hsdk.cfg.

OPENOCD_CFG_FILE = $(OPENOCD_SCRIPT_ROOT)/board/snps_hsdk.cfg
vonhust commented 5 years ago

fixed