Pinout reference: http://files.pine64.org/doc/datasheet/pinetime/PineTime%20Port%20Assignment%20rev0.2.pdf Adding PineTime SPI and I2C, some DTS and configuration definitions. Adding led and button gpios. Signed-off-by: Rafa Couto <caligari@treboada.net>
6 lines
203 B
CMake
6 lines
203 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(pyocd "--target=nrf52")
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|