This website requires JavaScript.
Explore
Help
Sign In
patrick
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Pull requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
8287f7c855
zephyr
/
boards
/
arm
/
nucleo_f103rb
/
board.cmake
2 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: Use path-corrected version of ZEPHYR_BASE Instead of accessing the environment variable ZEPHYR_BASE every time we require accessing the source code root, use an intermediate variable that has OS path separators correctly set to '/' to avoid issues on Windows. Note: This removes the ZEPHYR_SOURCE_DIR CMake variable. External applications using that will need to change to use the new ZEPHYR_BASE variable. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-01-11 15:46:44 +01:00
include
(
${
ZEPHYR_BASE
}
/boards/common/openocd.board.cmake
)
Reference in a new issue
Copy permalink