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
e09646ab12
zephyr
/
boards
/
arm
/
olimexino_stm32
/
board.cmake
2 lines
61 B
CMake
Raw
Normal View
History
Unescape
Escape
boards: olimexino_stm32: Use standard openocd.board.cmake olimexino_stm32 was not getting the flash base address from the Kconfig variable. Since the board uses DTS that will get set, so we can use the standard openocd.board.cmake. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-11-15 22:26:18 +08:00
include
(
$ENV{
ZEPHYR_BASE
}
/boards/common/openocd.board.cmake
)