This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2e6983c0f5
zephyr
/
boards
/
arc
/
hsdk
/
board.cmake
4 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
boards: hsdk: add initial support of ARC HS Development Kit This commit includes the initial support of ARC HS Development Kit: * hsdk soc support * hsdk board support * no mmu support, so no userspace * smp support Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-07-25 16:44:41 +08:00
# SPDX-License-Identifier: Apache-2.0
board: arc: Switch to generic OpenOCD runner We used to use "em-starterkit" runner for ARC which is basically heavy-modified "openocd" runner tweaked to use GDB for loading and starting Elf files. Now when loading and running Elf files is possible with generic "openocd" runner we may us it. So we switch and get rid of "em-starterkit" as well since we no longer need it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2020-02-07 17:28:32 +08:00
include
(
${
ZEPHYR_BASE
}
/boards/common/openocd.board.cmake
)