diff --git a/.gitignore b/.gitignore index 1a9d422..a69f95e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ CMakeFiles/ cmake_install.cmake CTestTestfile.cmake Makefile -*.cmake # Zephyr generated files zephyr/ diff --git a/boards/Mi_labs/phf000_board/board.cmake b/boards/Mi_labs/phf000_board/board.cmake new file mode 100644 index 0000000..2ca63cf --- /dev/null +++ b/boards/Mi_labs/phf000_board/board.cmake @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: Apache-2.0 + +board_runner_args(jlink "--device=nRF52833_xxAA" "--speed=4000") +board_runner_args(pyocd "--target=nrf52833" "--frequency=4000000") +include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) +include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) +include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) +include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) +include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake) +asdfasdf