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
8287f7c855
zephyr
/
boards
/
arm
/
nrf51_blenano
/
board.cmake
3 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
boards: arm: nrf51_blenano: add support for make flash Nano kit comes with a daplink board, which can be flashed with pyocd. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2017-12-18 21:30:50 +08:00
board_runner_args
(
pyocd
"--target=nrf51"
)
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 22:46:44 +08:00
include
(
${
ZEPHYR_BASE
}
/boards/common/pyocd.board.cmake
)